summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_compat02.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_compat02.py')
-rw-r--r--src/third_party/wiredtiger/test/suite/test_compat02.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_compat02.py b/src/third_party/wiredtiger/test/suite/test_compat02.py
index 8f4fee9569d..3ed1c9c1457 100644
--- a/src/third_party/wiredtiger/test/suite/test_compat02.py
+++ b/src/third_party/wiredtiger/test/suite/test_compat02.py
@@ -57,6 +57,7 @@ class test_compat02(wttest.WiredTigerTestCase, suite_subprocess):
compat_create = [
('def', dict(create_rel='none', log_create=5)),
+ ('110', dict(create_rel="11.0", log_create=5)),
('100', dict(create_rel="10.0", log_create=5)),
('33', dict(create_rel="3.3", log_create=4)),
('32', dict(create_rel="3.2", log_create=3)),
@@ -67,6 +68,7 @@ class test_compat02(wttest.WiredTigerTestCase, suite_subprocess):
compat_release = [
('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)),
@@ -85,7 +87,7 @@ class test_compat02(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)),