summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_rollback_to_stable27.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_rollback_to_stable27.py')
-rw-r--r--src/third_party/wiredtiger/test/suite/test_rollback_to_stable27.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_rollback_to_stable27.py b/src/third_party/wiredtiger/test/suite/test_rollback_to_stable27.py
index ee0499e72da..d8b7622e5be 100644
--- a/src/third_party/wiredtiger/test/suite/test_rollback_to_stable27.py
+++ b/src/third_party/wiredtiger/test/suite/test_rollback_to_stable27.py
@@ -35,13 +35,12 @@ from wtscenario import make_scenarios
#
# Test mixing timestamped and non-timestamped updates on the same VLCS RLE cell.
class test_rollback_to_stable27(test_rollback_to_stable_base):
- session_config = 'isolation=snapshot'
# Run it all on row-store as well as a control group: if something odd arises from the
# RLE cell handling it won't happen in row-store.
key_format_values = [
('column', dict(key_format='r')),
- ('integer_row', dict(key_format='i')),
+ ('row_integer', dict(key_format='i')),
]
in_memory_values = [