memgraph/tests
Teon Banek 471d63ad86 Don't distribute single execution queries
Summary:
Queries such as `RETURN 1` should only be run on a single machine. This
change assumes that a query should only be distributed if it contains at
least one `ScanAll` operator, i.e. a `MATCH` clause.

Reviewers: florijan, msantl

Reviewed By: msantl

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1154
2018-01-30 11:07:26 +01:00
..
benchmark Migrate db::types to storage:: 2018-01-17 10:35:12 +01:00
concurrent RPC refactor 2018-01-24 15:27:40 +01:00
distributed RPC refactor 2018-01-24 15:27:40 +01:00
drivers Add C# driver test examples 2017-11-10 15:46:56 +01:00
macro_benchmark Add run_pokec script and minimum refactor 2018-01-23 16:17:09 +01:00
manual Don't distribute single execution queries 2018-01-30 11:07:26 +01:00
property_based Refactor GraphDb 2018-01-12 16:47:24 +01:00
public_benchmark Add run_pokec script and minimum refactor 2018-01-23 16:17:09 +01:00
qa Add initial version of Apollo config files 2018-01-10 14:46:10 +01:00
stress Rename NetworkEndpoint 2018-01-15 15:47:37 +01:00
unit Add async remote pull RPC 2018-01-30 10:32:20 +01:00
apollo_runs.py Inline test data in the benchmark tests itself 2018-01-15 16:12:30 +01:00
client-stress.sh Migrate command line args to gflgs in tests 2017-07-06 13:54:12 +02:00
CMakeLists.txt Inline test data in the benchmark tests itself 2018-01-15 16:12:30 +01:00