summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_checkpoint09.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_checkpoint09.py')
-rwxr-xr-xsrc/third_party/wiredtiger/test/suite/test_checkpoint09.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_checkpoint09.py b/src/third_party/wiredtiger/test/suite/test_checkpoint09.py
index b4ea33ff75f..63372a3d7a4 100755
--- a/src/third_party/wiredtiger/test/suite/test_checkpoint09.py
+++ b/src/third_party/wiredtiger/test/suite/test_checkpoint09.py
@@ -36,12 +36,11 @@ from wtscenario import make_scenarios
class test_checkpoint09(wttest.WiredTigerTestCase):
conn_config = 'cache_size=50MB,log=(enabled),statistics=(all)'
- session_config = 'isolation=snapshot'
format_values = [
('column-fix', dict(key_format='r', value_format='8t')),
('column', dict(key_format='r', value_format='u')),
- ('string_row', dict(key_format='S', value_format='u')),
+ ('row_string', dict(key_format='S', value_format='u')),
]
scenarios = make_scenarios(format_values)