memgraph/tests
florijan 2c4966edfe Vertex edges data structure introduced
Summary:
- The `Edges` data structure now handles common ops, including providing an iterator over edges whose "other" vertex is know.
- This should improve performance on dense_expand tests in the harness without other side-effects.
- query::plan::Expand operator modified not to check for existing-node stuff since that now gets handled by the `Edges` data structure.
- `Edges::Iterator` implemented only for const iterators since that suffices for now. Can implement non-const if the need arrises.

Reviewers: buda, mislav.bradac, teon.banek

Reviewed By: teon.banek

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D763
2017-09-08 13:21:21 +02:00
..
benchmark Edge storage benchmark added 2017-09-08 13:12:20 +02:00
concurrent Fix remaining falling tests in release mode 2017-08-09 16:39:21 +02:00
data Replace map with bitset in stripped query 2017-08-02 22:17:36 +02:00
drivers Add transactions test to run script 2017-08-21 11:34:19 +02:00
integration GraphDbAccessor - style change 2017-08-09 16:09:08 +02:00
macro_benchmark Added 3 iterations to macro benchmark. 2017-09-08 11:23:25 +02:00
manual Add single_create group to harness 2017-08-28 11:45:12 +02:00
property_based GraphDbAccessor - style change 2017-08-09 16:09:08 +02:00
public_benchmark LDBC Query1 converted 2017-09-08 09:30:22 +02:00
qa BFS feature test that uses edges added 2017-09-08 13:03:57 +02:00
stress Libraries are now downloaded from our local cache server. 2017-08-25 09:58:39 +02:00
unit Vertex edges data structure introduced 2017-09-08 13:21:21 +02:00
client-stress.sh Migrate command line args to gflgs in tests 2017-07-06 13:54:12 +02:00
CMakeLists.txt Migrate harness to use our bolt client 2017-08-25 11:10:15 +02:00