summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_prepare10.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_prepare10.py')
-rw-r--r--src/third_party/wiredtiger/test/suite/test_prepare10.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_prepare10.py b/src/third_party/wiredtiger/test/suite/test_prepare10.py
index 7df96ffd2c0..ba1a29718ed 100644
--- a/src/third_party/wiredtiger/test/suite/test_prepare10.py
+++ b/src/third_party/wiredtiger/test/suite/test_prepare10.py
@@ -34,12 +34,12 @@ from wtdataset import SimpleDataSet
def timestamp_str(t):
return '%x' % t
-# test_prepare07.py
+# test_prepare10.py
# Test to ensure prepared tombstones are properly aborted even when they are written
# to the data store.
-class test_prepare07(wttest.WiredTigerTestCase):
+class test_prepare10(wttest.WiredTigerTestCase):
# Force a small cache.
- conn_config = 'cache_size=1MB'
+ conn_config = 'cache_size=2MB'
session_config = 'isolation=snapshot'
def updates(self, ds, uri, nrows, value, ts):