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