Revert "Run the data test suite using rocksdb since it's the default"
This reverts commit ec6e06c224
.
Currently travis doesn't support g++ 4.7 which is required to build
rocksdb. This is causing the test suite to fail
pull/1023/merge
parent
201388ae22
commit
74dad10845
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue