From 029f0ae02346fa7f45bf368e416d757579f0baa5 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Mon, 22 Feb 2016 13:04:59 -0500 Subject: WT-2394: Have pages split as part of compact checkpoints use first-fit Move compact start/stop into the session layer so all operations on the file during compaction (including checkpoints) use first-fit allocation. --- test/suite/test_compact02.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/suite') diff --git a/test/suite/test_compact02.py b/test/suite/test_compact02.py index d030b8baa15..7ad05cd2536 100644 --- a/test/suite/test_compact02.py +++ b/test/suite/test_compact02.py @@ -50,8 +50,7 @@ class test_compact02(wttest.WiredTigerTestCase): # being stored: compaction doesn't work on tables with many overflow items # because we don't rewrite them. Experimentally, 8KB is as small as the test # can go. Additionally, we can't set the maximum page size too large because - # there won't be enough pages to rewrite. Experimentally, 32KB (the default) - # is as large as the test can go. + # there won't be enough pages to rewrite. Experimentally, 128KB works. fileConfig = [ ('default', dict(fileConfig='')), ('8KB', dict(fileConfig='leaf_page_max=8kb')), -- cgit v1.2.1