-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
8
There are two bugs in WT-6015 that are leading to evergreen failures. The first is that the compatibility checking is being done too early, we need to do it before wt_turtle_init but after all possible extensions, encryption, etc have been loaded and set up. The second is that we can only check the compatibility version if logging is configured to be enabled. Basically the MongoDB test was doing this configuration, which we were not handling properly:
log=(enabled=false,path=journal,...)