memgraph/tests
florijan d9503d6b65 Flags cleanup and QueryEngine removal
Summary:
I started with cleaning flags up (removing unused ones, documenting undocumented ones). There were some flags to remove in `QueryEngine`. Seeing how we never use hardcoded queries (AFAIK last Mislav's testing also indicated they aren't faster then interpretation), when removing those unused flags the `QueryEngine` becomes obsolete. That means that a bunch of other stuff becomes obsolete, along with the hardcoded queries. So I removed it all (this has been discussed and approved on the daily).

Some flags that were previously undocumented in `docs/user_technical/installation` are now documented. The following flags are NOT documented and in my opinion should not be displayed when starting `./memgraph --help` (@mferencevic):
```
query_vertex_count_to_expand_existsing (from rule_based_planner.cpp)
query_max_plans (rule_based_planner.cpp)
```

If you think that another organization is needed w.r.t. flag visibility, comment.

@teon.banek: I had to remove some stuff from CMakeLists to make it buildable. Please review what I removed and clean up if necessary if/when this lands. If the needed changes are minor, you can also comment.

Reviewers: buda, mislav.bradac, teon.banek, mferencevic

Reviewed By: buda, mislav.bradac

Subscribers: pullbot, mferencevic, teon.banek

Differential Revision: https://phabricator.memgraph.io/D825
2017-09-22 17:03:45 +02:00
..
benchmark Look into parameter value when estimating plan cost 2017-09-15 16:14:57 +02:00
concurrent Available memory logging, utils/sysinfo/memory cleanup, tests/concurrent cleanup. 2017-09-22 16:06:30 +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
macro_benchmark Unwrap exception from optional before throwing 2017-09-22 15:46:19 +02:00
manual Flags cleanup and QueryEngine removal 2017-09-22 17:03:45 +02:00
property_based GraphDbAccessor - style change 2017-08-09 16:09:08 +02:00
public_benchmark Snapshot flags name consistency 2017-09-22 14:08:51 +02:00
qa Use symbol names for header if missing token position 2017-09-20 15:38:53 +02:00
stress Replaced Python long running test with C++ version 2017-09-18 15:06:22 +02:00
unit Flags cleanup and QueryEngine removal 2017-09-22 17:03:45 +02:00
client-stress.sh Migrate command line args to gflgs in tests 2017-07-06 13:54:12 +02:00
CMakeLists.txt Flags cleanup and QueryEngine removal 2017-09-22 17:03:45 +02:00