summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_compat04.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_compat04.py')
-rw-r--r--src/third_party/wiredtiger/test/suite/test_compat04.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_compat04.py b/src/third_party/wiredtiger/test/suite/test_compat04.py
index ea393f03ee9..9d59aff4b6d 100644
--- a/src/third_party/wiredtiger/test/suite/test_compat04.py
+++ b/src/third_party/wiredtiger/test/suite/test_compat04.py
@@ -54,6 +54,7 @@ class test_compat04(wttest.WiredTigerTestCase, suite_subprocess):
#
create_release = [
('def_rel', dict(create_rel='none', log_crrel=5)),
+ ('110_rel', dict(create_rel="11.0", log_crrel=5)),
('100_rel', dict(create_rel="10.0", log_crrel=5)),
('33_rel', dict(create_rel="3.3", log_crrel=4)),
('32_rel', dict(create_rel="3.2", log_crrel=3)),
@@ -62,6 +63,7 @@ class test_compat04(wttest.WiredTigerTestCase, suite_subprocess):
('26_rel', dict(create_rel="2.6", log_crrel=1)),
]
reconfig_release = [
+ ('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)),