0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/jstests/multiVersion
2023-03-14 22:54:51 +00:00
..
genericBinVersion SERVER-72830 add multiversion test for multi-deletes 2023-01-26 17:03:09 +00:00
genericChangeStreams SERVER-73508 Increase timeout for resharding command in change_streams_read_oplog_after_downgrade.js 2023-02-01 11:52:21 +00:00
genericSetFCVUsage SERVER-74282 Require all internal server data cleanup be completed before allowing transition to upgraded for replica sets 2023-03-14 04:45:15 +00:00
libs SERVER-71097 Stop downloading 4.0 in multiversion suite 2022-11-11 19:44:45 +00:00
targetedTestsLastLtsFeatures SERVER-74535 Add downgrade/upgrade test for compound wildcard indexes 2023-03-14 22:54:51 +00:00
downgrade_fcv_only_if_internal_transaction_is_not_prepared.js SERVER-55348 Enable Feature flag for Running distributed transactions internally in a sharded cluster 2022-04-08 21:42:18 +00:00
README.md SERVER-60211 Structure targeted multiversion JS test directories 2022-02-02 20:13:31 +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.