Skip to content

Commit

Permalink
WT-12793 Remove 6.0 tests after removing support for downgrading data…
Browse files Browse the repository at this point in the history
…base files beyond 7.0 (#10466)

The main change involves updating the default compatibility
configuration settings in the Python compatibility testing framework so
that we no longer test on versions below MongoDB 6.0. The other changes
involve removing tests which are no longer needed.

The fast-truncate related tests in the Python compatibility suite were
initially used to test whether version 6.0 could read database files
generated by newer versions correctly, and were added to allow for
automated upgrade/downgrade testing. Now that we have bumped up the
`WT_MIN_STARTUP_VERSION` minimum value, we don't officially support
downgrading database files beyond version 7.0. Consequently, these tests
are no longer relevant.
  • Loading branch information
mm-ng committed Apr 8, 2024
1 parent 6cf0c0d commit e4105d9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 361 deletions.
4 changes: 2 additions & 2 deletions test/compatibility/common/compatibility_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
# The branches we use for the testing. We support special branch name 'this' that refers to the
# current branch. This is useful when debugging a compatibility issue on the current branch, but it
# should not be enabled when testing on Evergreen.
BRANCHES = ['develop', 'mongodb-7.1', 'mongodb-7.0', 'mongodb-6.3', 'mongodb-6.0']
BRANCHES = ['develop', 'mongodb-7.1', 'mongodb-7.0', 'mongodb-6.3']

# Example use of the 'this' branch (useful for debugging):
# BRANCHES = ['this', 'mongodb-6.0']
# BRANCHES = ['this', 'mongodb-7.0']

# The default directory to which the test will check out other branches, relative to the project's
# top-level directory.
Expand Down
189 changes: 0 additions & 189 deletions test/compatibility/suite/test_fast_truncate_disk_space.py

This file was deleted.

170 changes: 0 additions & 170 deletions test/compatibility/suite/test_fast_truncate_info.py

This file was deleted.

0 comments on commit e4105d9

Please sign in to comment.