Skip to content

Commit

Permalink
Revert "Run the data test suite using rocksdb since it's the default"
Browse files Browse the repository at this point in the history
This reverts commit ec6e06c.

Currently travis doesn't support g++ 4.7 which is required to build
rocksdb. This is causing the test suite to fail
  • Loading branch information
jvshahid committed Oct 14, 2014
1 parent 201388a commit 74dad10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/test_config_single.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 74dad10

Please sign in to comment.