summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_rollback_to_stable03.py
diff options
context:
space:
mode:
authorLuke Chen <luke.chen@mongodb.com>2022-01-11 16:22:14 +1100
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-01-11 05:52:02 +0000
commit35ba992f21b194fe577cf9069a1591d5d374d29f (patch)
treeab110e6fabdcaee483dd865465114c5148be2e23 /src/third_party/wiredtiger/test/suite/test_rollback_to_stable03.py
parente3b2297d340a083be330b178d2f7ce2c3b3566f2 (diff)
downloadmongo-35ba992f21b194fe577cf9069a1591d5d374d29f.tar.gz
Import wiredtiger: be77e039023f314b8c12ef131adaf628c296975f from branch mongodb-5.2
ref: 719945d56d..be77e03902 for: 5.2.0-rc5 WT-8648 Stop configuring snapshot isolation in the test suite
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_rollback_to_stable03.py')
-rwxr-xr-xsrc/third_party/wiredtiger/test/suite/test_rollback_to_stable03.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_rollback_to_stable03.py b/src/third_party/wiredtiger/test/suite/test_rollback_to_stable03.py
index 715e0fd23c3..2adbf8a0d19 100755
--- a/src/third_party/wiredtiger/test/suite/test_rollback_to_stable03.py
+++ b/src/third_party/wiredtiger/test/suite/test_rollback_to_stable03.py
@@ -37,12 +37,11 @@ from test_rollback_to_stable01 import test_rollback_to_stable_base
# test_rollback_to_stable03.py
# Test that rollback to stable clears the history store updates from reconciled pages.
class test_rollback_to_stable01(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 = [