memgraph/tests
Teon Banek 252018ab22 Serialize query plan operators
Summary:
With the added support for serialization, we should be able to transfer
plans across distributed workers.

The planner tests has been extended to test serialization. Operators
should be mostly tested, but the expression they contain aren't
completely. The quick solution is to use typeid for rudimentary
expression equality testing.  The more involved solution of comparing
the expression tree for equality is the correct choice. It should be
done in the near future.

Reviewers: florijan, msantl

Reviewed By: florijan

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1122
2018-01-22 12:48:05 +01:00
..
benchmark Migrate db::types to storage:: 2018-01-17 10:35:12 +01:00
concurrent Rename NetworkEndpoint 2018-01-15 15:47:37 +01:00
distributed Rename NetworkEndpoint 2018-01-15 15:47:37 +01:00
drivers Add C# driver test examples 2017-11-10 15:46:56 +01:00
macro_benchmark Rename NetworkEndpoint 2018-01-15 15:47:37 +01:00
manual Change manual/raft_rpc to use persistent storage 2018-01-17 18:41:01 +01:00
property_based Refactor GraphDb 2018-01-12 16:47:24 +01:00
public_benchmark Add initial version of Apollo config files 2018-01-10 14:46:10 +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 Serialize query plan operators 2018-01-22 12:48:05 +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