summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_rollback_to_stable02.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_rollback_to_stable02.py')
-rwxr-xr-xsrc/third_party/wiredtiger/test/suite/test_rollback_to_stable02.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_rollback_to_stable02.py b/src/third_party/wiredtiger/test/suite/test_rollback_to_stable02.py
index a041bb925cb..47ad3ac3f00 100755
--- a/src/third_party/wiredtiger/test/suite/test_rollback_to_stable02.py
+++ b/src/third_party/wiredtiger/test/suite/test_rollback_to_stable02.py
@@ -37,7 +37,6 @@ from test_rollback_to_stable01 import test_rollback_to_stable_base
# test_rollback_to_stable02.py
# Test that rollback to stable brings back the history value to replace on-disk value.
class test_rollback_to_stable02(test_rollback_to_stable_base):
- session_config = 'isolation=snapshot'
# For FLCS, set the page size down. Otherwise for the in-memory scenarios we get enough
# updates on the page that the in-memory page footprint exceeds the default maximum
@@ -52,7 +51,7 @@ class test_rollback_to_stable02(test_rollback_to_stable_base):
format_values = [
('column', dict(key_format='r', value_format='S', extraconfig='')),
('column_fix', dict(key_format='r', value_format='8t', extraconfig=',leaf_page_max=4096')),
- ('integer_row', dict(key_format='i', value_format='S', extraconfig='')),
+ ('row_integer', dict(key_format='i', value_format='S', extraconfig='')),
]
in_memory_values = [