mongo/jstests/multiVersion
2025-12-12 16:11:54 +00:00
..
genericBinVersion SERVER-113685 SERVER-113900 SERVER-113897 Disallow wildcard index creation where projection is only _id exclusion (#44583) 2025-12-12 16:11:54 +00:00
genericChangeStreams SERVER-103927 switch from scons to bazel (#39284) 2025-07-29 17:50:19 +00:00
genericSetFCVUsage SERVER-110390: Store internalInsertMaxBatchSize in server parameter (#43972) 2025-12-12 16:10:45 +00:00
libs SERVER-111784 Limit $rank sort key changes to $rankFusion contexts (#42077) 2025-10-13 13:23:52 +00:00
targetedTestsLastLtsFeatures SERVER-113162 Relax rank_fusion_upgrade_downgrade.js assertions for afterSecondariesHaveRestarted state (#43295) 2025-11-03 15:50:56 +00:00
BUILD.bazel SERVER-103927 switch from scons to bazel (#39284) 2025-07-29 17:50:19 +00:00
downgrade_fcv_only_if_internal_transaction_is_not_prepared.js SERVER-79735 Convert jstest corpus to use es modules 2023-08-06 20:48:04 +00:00
README.md SERVER-87034 Initial markdown format (#19276) 2024-02-27 19:58:04 +00:00

Multiversion Tests

Context

These tests test specific upgrade/downgrade behavior expected between different versions of MongoDB. Some of these tests will persist indefinitely & some of these tests will be removed upon branching. All targeted tests must go in a targeted test directory. Do not put any files in the multiVersion/ top-level directory.

Generic Tests

These tests test the general functionality of upgrades/downgrades regardless of version. These will persist indefinitely, as they should always pass regardless of MongoDB version.

Targeted Tests

These tests are specific to the current development cycle. These can/will fail after branching and are subject to removal during branching.

targetedTestsLastLtsFeatures

These tests rely on a specific last-lts version. After the next major release, last-lts is a different version than expected, so these are subject to failure. Tests in this directory will be removed after the next major release.

targetedTestsLastContinuousFeatures

These tests rely on a specific last-continuous version. After the next minor release, last-continuous is a different version than expected, so these are subject to failure. Tests in this directory will be removed after the next minor release.