summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_timestamp06.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_timestamp06.py')
-rw-r--r--src/third_party/wiredtiger/test/suite/test_timestamp06.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_timestamp06.py b/src/third_party/wiredtiger/test/suite/test_timestamp06.py
index a085f0f0d27..55981f67a98 100644
--- a/src/third_party/wiredtiger/test/suite/test_timestamp06.py
+++ b/src/third_party/wiredtiger/test/suite/test_timestamp06.py
@@ -60,6 +60,7 @@ class test_timestamp06(wttest.WiredTigerTestCase, suite_subprocess):
('V1', dict(conn_config='create,log=(archive=false,enabled),compatibility=(release="2.9")', using_log=True)),
('V2', dict(conn_config='create,log=(archive=false,enabled)', using_log=True)),
]
+ session_config = 'isolation=snapshot'
scenarios = make_scenarios(conncfg, types, ckpt)