mongo/jstests/multiVersion
Pierlauro Sciarelli db7acbf9d4 SERVER-69494 Fix chunk resizing upon downgrade between 6.x versions 2022-09-07 20:40:08 +00:00
..
genericBinVersion SERVER-67908 Re-enable tests failing due to changing latest release to 6.0 2022-08-26 18:18:46 +00:00
genericChangeStreams SERVER-65909 Make oplog and change stream formats of {op: "n"} events consistent 2022-05-23 07:52:57 +00:00
genericSetFCVUsage SERVER-68143 Add rollback tests for downgrading to upgraded path 2022-09-01 15:40:10 +00:00
libs SERVER-68143 Add rollback tests for downgrading to upgraded path 2022-09-01 15:40:10 +00:00
targetedTestsLastLtsFeatures SERVER-67752 Add range support to create collection 2022-08-05 15:00:49 +00:00
README.md SERVER-60211 Structure targeted multiversion JS test directories 2022-02-02 20:13:31 +00:00
cluster_chunks_resize_on_downgrade.js SERVER-69494 Fix chunk resizing upon downgrade between 6.x versions 2022-09-07 20:40:08 +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

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.