提交 30b20604 编写于 作者: S sdong

Revert "Two small fixes in db_test"

This reverts commit 6634844d.
上级 9c332aa1
......@@ -294,8 +294,8 @@ class DBTest {
protected:
// Sequence of option configurations to try
enum OptionConfig {
kDefault,
kBlockBasedTableWithWholeKeyHashIndex,
kDefault,
kBlockBasedTableWithPrefixHashIndex,
kPlainTableFirstBytePrefix,
kPlainTableAllBytesPrefix,
......@@ -467,7 +467,7 @@ class DBTest {
options.db_log_dir = test::TmpDir();
break;
case kWalDir:
options.wal_dir = test::TmpDir() + "/wal";
options.wal_dir = "/tmp/wal";
break;
case kManifestFileSize:
options.max_manifest_file_size = 50; // 50 bytes
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册