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 fcbc7be2cda..71a21ec22c4 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)),
+ ('110_rel', dict(rel="11.0", log_rel=5)),
('100_rel', dict(rel="10.0", log_rel=5)),
('33_rel', dict(rel="3.3", log_rel=4)),
('32_rel', dict(rel="3.2", log_rel=3)),
@@ -76,7 +77,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)),
- ('100_max', dict(max_req="10.0", log_max=5)),
+ ('110_max', dict(max_req="11.0", 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)),