summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_rollback_to_stable24.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_rollback_to_stable24.py')
-rw-r--r--src/third_party/wiredtiger/test/suite/test_rollback_to_stable24.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_rollback_to_stable24.py b/src/third_party/wiredtiger/test/suite/test_rollback_to_stable24.py
index ac067c1ce67..da9a7c72b1c 100644
--- a/src/third_party/wiredtiger/test/suite/test_rollback_to_stable24.py
+++ b/src/third_party/wiredtiger/test/suite/test_rollback_to_stable24.py
@@ -60,12 +60,11 @@ from wtscenario import make_scenarios
#
# Don't run it on FLCS because FLCS doesn't do RLE encoding so there's no point.
class test_rollback_to_stable24(wttest.WiredTigerTestCase):
- session_config = 'isolation=snapshot'
conn_config = 'in_memory=false'
key_format_values = [
('column', dict(key_format='r')),
- ('integer_row', dict(key_format='i')),
+ ('row_integer', dict(key_format='i')),
]
scenarios = make_scenarios(key_format_values)