memgraph/tests/stress
florijan 5525af558b Long running test - RemoveEdges never called
Summary: RemoveEdges is an extremely slow operation because it iterates over all the vertices to find the appropriate edge. It kind of messes up the DB usage. This diff stops it ever getting called, but does not delete the function. We might want it to happen **very rarely**, but it's probably best never to call it.

Reviewers: buda, mferencevic

Reviewed By: mferencevic

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D910
2017-10-17 11:59:39 +02:00
..
bipartite.py Stress tests now spawn only one memgraph. 2017-08-18 14:48:54 +02:00
CMakeLists.txt Remove unused stuff from CMakeLists 2017-10-16 13:45:18 +02:00
common.py NeoRunner + Harness bugfix 2017-07-29 17:46:24 +02:00
continuous_integration Decreased long running test size. 2017-10-08 14:19:53 +02:00
create_match.py Stress tests now spawn only one memgraph. 2017-08-18 14:48:54 +02:00
long_running.cpp Long running test - RemoveEdges never called 2017-10-17 11:59:39 +02:00
requirements.txt Libraries are now downloaded from our local cache server. 2017-08-25 09:58:39 +02:00