From 83108d23e8658dd074d36f7aeaa42fae9f32030c Mon Sep 17 00:00:00 2001 From: Peter Dillinger Date: Mon, 30 Dec 2019 10:13:50 -0800 Subject: [PATCH] Re-enable level_compaction_dynamic_level_bytes in crash test (#6251) Summary: Was probably a false signal suggesting a problem in https://github.com/facebook/rocksdb/issues/6217 Pull Request resolved: https://github.com/facebook/rocksdb/pull/6251 Test Plan: 'make crash_test' Differential Revision: D19246951 Pulled By: pdillinger fbshipit-source-id: 3e4fafcd9a7cf5f19ffd207b90279ba615145d6f --- tools/db_crashtest.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tools/db_crashtest.py b/tools/db_crashtest.py index 3319d81f6..64a61b194 100644 --- a/tools/db_crashtest.py +++ b/tools/db_crashtest.py @@ -102,9 +102,7 @@ default_params = { "write_dbid_to_manifest" : random.randint(0, 1), "max_write_batch_group_size_bytes" : lambda: random.choice( [16, 64, 1024 * 1024, 16 * 1024 * 1024]), - # Temporarily disabled because of assertion violations in - # BlockBasedTable::ApproximateSize - # "level_compaction_dynamic_level_bytes" : True, + "level_compaction_dynamic_level_bytes" : True, "verify_checksum_one_in": 1000000, "verify_db_one_in": 100000, "continuous_verification_interval" : 0