Given that wiredtiger expects the turtle file to be in a certain format, i.e with specific keys and values:
Compatibility version major=3,minor=3 WiredTiger version string WiredTiger 10.0.0: (March 18, 2020) WiredTiger version major=10,minor=0,patch=0 file:WiredTiger.wt
We should have a python test that reads the turtle file's keys and values and reads the correct k/vs. As such if someone merges an incompatible change to the turtle file this test will fail.
Acceptance criteria:
- Test does what is described in this ticket
- Test passes
- related to
-
WT-6005 Create a python test that validates the new version check performed on start
- Backlog