summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_rollback_to_stable06.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_rollback_to_stable06.py')
-rwxr-xr-xsrc/third_party/wiredtiger/test/suite/test_rollback_to_stable06.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_rollback_to_stable06.py b/src/third_party/wiredtiger/test/suite/test_rollback_to_stable06.py
index eb2a3c16d02..f7fe6129487 100755
--- a/src/third_party/wiredtiger/test/suite/test_rollback_to_stable06.py
+++ b/src/third_party/wiredtiger/test/suite/test_rollback_to_stable06.py
@@ -35,12 +35,11 @@ from test_rollback_to_stable01 import test_rollback_to_stable_base
# Test that rollback to stable removes all keys when the stable timestamp is earlier than
# all commit timestamps.
class test_rollback_to_stable06(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 = [