summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_rollback_to_stable18.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_rollback_to_stable18.py')
-rw-r--r--src/third_party/wiredtiger/test/suite/test_rollback_to_stable18.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_rollback_to_stable18.py b/src/third_party/wiredtiger/test/suite/test_rollback_to_stable18.py
index d341d27610a..06bb15a4ecd 100644
--- a/src/third_party/wiredtiger/test/suite/test_rollback_to_stable18.py
+++ b/src/third_party/wiredtiger/test/suite/test_rollback_to_stable18.py
@@ -39,12 +39,11 @@ from wtscenario import make_scenarios
# test_rollback_to_stable18.py
# Test the rollback to stable shouldn't skip any pages that don't have aggregated time window.
class test_rollback_to_stable18(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')),
]
prepare_values = [