mongo/jstests/multiVersion
Max Hirschhorn ca6c3c8352 SERVER-125888 Gossip lastStableRecoveryTimestamp between repl members. (#53168)
GitOrigin-RevId: 0179ce4b54c4d0a55bf3f05af578d0106f659111
2026-05-20 15:40:45 +00:00
..
genericBinVersion SERVER-100309 Remove featureFlagSessionsCollectionCoordinatorOnConfigServer feature flag (#53319) 2026-05-20 14:13:36 +00:00
genericChangeStreams SERVER-117481 Add change stream placement notifications for timeseries upgrade/downgrade coordinator (#52427) 2026-05-04 19:09:26 +00:00
genericSetFCVUsage SERVER-125888 Gossip lastStableRecoveryTimestamp between repl members. (#53168) 2026-05-20 15:40:45 +00:00
libs SERVER-117403 allLtsVersions constant in lts_versions.js contains non-LTS versions (#50391) 2026-04-10 10:07:32 +00:00
BUILD.bazel SERVER-109091 Create glob-like targets for jstest libraries (#39901) 2025-08-11 23:22:56 +00:00
OWNERS.yml SERVER-117403 allLtsVersions constant in lts_versions.js contains non-LTS versions (#50391) 2026-04-10 10:07:32 +00:00
README.md SERVER-124136 Format markdown via prettier: wrap lines and use width of 100 (#52231) 2026-04-21 19:20:11 +00:00
validate_cross_version.js SERVER-117403 allLtsVersions constant in lts_versions.js contains non-LTS versions (#50391) 2026-04-10 10:07:32 +00:00

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.