summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_compat03.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_compat03.py')
-rw-r--r--src/third_party/wiredtiger/test/suite/test_compat03.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_compat03.py b/src/third_party/wiredtiger/test/suite/test_compat03.py
index a6185a0ce02..b0e6c510858 100644
--- a/src/third_party/wiredtiger/test/suite/test_compat03.py
+++ b/src/third_party/wiredtiger/test/suite/test_compat03.py
@@ -58,6 +58,7 @@ class test_compat03(wttest.WiredTigerTestCase, suite_subprocess):
compat_release = [
('future_rel', dict(rel=future_rel, log_rel=future_logv)),
('def_rel', dict(rel='none', log_rel=5)),
+ ('112_rel', dict(rel="11.2", log_rel=5)),
('111_rel', dict(rel="11.1", log_rel=5)),
('110_rel', dict(rel="11.0", log_rel=5)),
('100_rel', dict(rel="10.0", log_rel=5)),
@@ -78,7 +79,7 @@ class test_compat03(wttest.WiredTigerTestCase, suite_subprocess):
compat_max = [
('future_max', dict(max_req=future_rel, log_max=future_logv)),
('def_max', dict(max_req='none', log_max=5)),
- ('111_max', dict(max_req="11.1", log_max=5)),
+ ('112_max', dict(max_req="11.2", log_max=5)),
('33_max', dict(max_req="3.3", log_max=4)),
('32_max', dict(max_req="3.2", log_max=3)),
('30_max', dict(max_req="3.0", log_max=2)),