summaryrefslogtreecommitdiff
path: root/test/suite
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2016-02-22 13:04:59 -0500
committerKeith Bostic <keith@wiredtiger.com>2016-02-22 13:04:59 -0500
commit029f0ae02346fa7f45bf368e416d757579f0baa5 (patch)
tree249a753d82f4df550cef0c4124674a25e72d2f03 /test/suite
parent8a374c1b0a6f9291dcd7210695667c4871ebec86 (diff)
downloadmongo-029f0ae02346fa7f45bf368e416d757579f0baa5.tar.gz
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.
Diffstat (limited to 'test/suite')
-rw-r--r--test/suite/test_compact02.py3
1 files changed, 1 insertions, 2 deletions
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')),