memgraph/tests
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
..
benchmark Remove unused stuff from CMakeLists 2017-10-16 13:45:18 +02:00
concurrent Remove unused stuff from CMakeLists 2017-10-16 13:45:18 +02:00
data Replace map with bitset in stripped query 2017-08-02 22:17:36 +02:00
drivers Return TransientError when possible 2017-10-09 17:58:54 +02:00
macro_benchmark Remove unused stuff from CMakeLists 2017-10-16 13:45:18 +02:00
manual Remove unused stuff from CMakeLists 2017-10-16 13:45:18 +02:00
property_based Remove unused stuff from CMakeLists 2017-10-16 13:45:18 +02:00
public_benchmark Remove ast-cache flag 2017-09-27 09:04:31 +02:00
qa Add match nodes with cross referencing properties test 2017-10-06 15:01:35 +02:00
stress Long running test - RemoveEdges never called 2017-10-17 11:59:39 +02:00
unit Removed one function from version_list 2017-10-17 11:21:56 +02:00
client-stress.sh Migrate command line args to gflgs in tests 2017-07-06 13:54:12 +02:00
CMakeLists.txt Remove unused stuff from CMakeLists 2017-10-16 13:45:18 +02:00