summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_prepare14.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_prepare14.py')
-rw-r--r--src/third_party/wiredtiger/test/suite/test_prepare14.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_prepare14.py b/src/third_party/wiredtiger/test/suite/test_prepare14.py
index d6127bb7f9c..ea1d9300c90 100644
--- a/src/third_party/wiredtiger/test/suite/test_prepare14.py
+++ b/src/third_party/wiredtiger/test/suite/test_prepare14.py
@@ -36,7 +36,6 @@ from wtscenario import make_scenarios
# that has both the start and the stop time points from the
# same uncommitted prepared transaction.
class test_prepare14(wttest.WiredTigerTestCase):
- session_config = 'isolation=snapshot'
in_memory_values = [
('no_inmem', dict(in_memory=False)),
@@ -46,7 +45,7 @@ class test_prepare14(wttest.WiredTigerTestCase):
format_values = [
('column', dict(key_format='r', value_format='S')),
('column_fix', dict(key_format='r', value_format='8t')),
- ('integer_row', dict(key_format='i', value_format='S')),
+ ('row_integer', dict(key_format='i', value_format='S')),
]
scenarios = make_scenarios(in_memory_values, format_values)