summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_rollback_to_stable05.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_rollback_to_stable05.py')
-rwxr-xr-xsrc/third_party/wiredtiger/test/suite/test_rollback_to_stable05.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_rollback_to_stable05.py b/src/third_party/wiredtiger/test/suite/test_rollback_to_stable05.py
index 92a63d273e1..42f2c9ed919 100755
--- a/src/third_party/wiredtiger/test/suite/test_rollback_to_stable05.py
+++ b/src/third_party/wiredtiger/test/suite/test_rollback_to_stable05.py
@@ -37,12 +37,11 @@ from test_rollback_to_stable01 import test_rollback_to_stable_base
# test_rollback_to_stable05.py
# Test that rollback to stable cleans history store for non-timestamp tables.
class test_rollback_to_stable05(test_rollback_to_stable_base):
- session_config = 'isolation=snapshot'
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')),
]
in_memory_values = [
@@ -100,7 +99,7 @@ class test_rollback_to_stable05(test_rollback_to_stable_base):
# Start a long running transaction and keep it open.
session_2 = self.conn.open_session()
- session_2.begin_transaction('isolation=snapshot')
+ session_2.begin_transaction()
self.large_updates(uri_1, valueb, ds_1, nrows, self.prepare, 0)
self.check(valueb, uri_1, nrows, None, 0)