From 13e7988c5f507744d646199a9fbca1fbd638b6c5 Mon Sep 17 00:00:00 2001 From: Marko Budiselic Date: Fri, 16 Jun 2017 15:35:14 +0200 Subject: [PATCH] Testing config Summary: Testing config update. AST cache false. Reviewers: mislav.bradac Reviewed By: mislav.bradac Subscribers: buda Differential Revision: https://phabricator.memgraph.io/D487 --- config/testing.conf | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/config/testing.conf b/config/testing.conf index efafa9d7b..d7da91e8f 100644 --- a/config/testing.conf +++ b/config/testing.conf @@ -4,13 +4,13 @@ # (where the executable is runned) # directory to the codes which will be compiled ---compile_directory="./compiled/" +--compile_directory=./compiled/ # path to the template (cpp) for codes generation ---template_cpp_path="./template/plan_template_cpp" +--template_cpp_path=./template/plan_template_cpp # directory to the folder with snapshots ---snapshot_directory="snapshots" +--snapshot_directory=snapshots # cleaning cycle interval # if set to -1 the GC will not run @@ -32,3 +32,6 @@ # database recovering is disabled by default --recover_on_startup=false + +# use ast caching +--ast_cache=false