diff options
Diffstat (limited to 'test/suite/test_compact.py')
-rw-r--r-- | test/suite/test_compact.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/test_compact.py b/test/suite/test_compact.py index 2f3a3b6e052..6348054dc3d 100644 --- a/test/suite/test_compact.py +++ b/test/suite/test_compact.py @@ -37,7 +37,7 @@ class test_compact(wttest.WiredTigerTestCase, suite_subprocess): name = 'test_compact' # Use a small page size because we want to create lots of pages. - config = 'leaf_page_max=512,value_format=S,key_format=S' + config = 'allocation_size=512,leaf_page_max=512,value_format=S,key_format=S' nentries = 40000 types = [ |