From 74dad10845ae9569d6679fb9b7c8580796723ffa Mon Sep 17 00:00:00 2001 From: John Shahid Date: Tue, 14 Oct 2014 12:54:40 -0400 Subject: [PATCH] Revert "Run the data test suite using rocksdb since it's the default" This reverts commit ec6e06c224c326c1bfe7037b36873955dcf43f2e. Currently travis doesn't support g++ 4.7 which is required to build rocksdb. This is causing the test suite to fail --- integration/test_config_single.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/test_config_single.toml b/integration/test_config_single.toml index 3175819e3c..28e0d771f0 100644 --- a/integration/test_config_single.toml +++ b/integration/test_config_single.toml @@ -83,7 +83,7 @@ dir = "/tmp/influxdb/development/db" write-buffer-size = 10000 # the engine to use for new shards, old shards will continue to use the same engine -default-engine = "rocksdb" +default-engine = "leveldb" # The default setting on this is 0, which means unlimited. Set this to something if you want to # limit the max number of open files. max-open-files is per shard so this * that will be max.