Files
mongo/jstests/multiVersion/README.md
Steve McClure cf59a46893 SERVER-87891: Move targeted multiversion tests (#41621)
GitOrigin-RevId: 04a80da842c063cbe06c45da01572ac690794f17
2025-09-24 19:21:00 +00:00

9 lines
499 B
Markdown

# Multiversion Tests
These tests test upgrade/downgrade behavior expected between different versions of MongoDB.
Those that begin failing upon branching should be assessed by the owner teams:
- Is the test only applicable to specific versions during specific development cycles? If so, delete it from irrelevant branches and master.
- Does the test add value for "last" (dynamic) version features? If so, modify the test to be more robust. These should always pass regardless of MongoDB version.