0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-21 12:39:08 +01:00
mongodb/jstests/multiVersion
Varun Ravichandran b794658713 SERVER-95701 Write authorization schema document on FCV downgrade when necessary (#29054)
GitOrigin-RevId: 5b6630666e29cd473b68edadd9556bddad78e0a6
2024-11-18 21:48:45 +00:00
..
genericBinVersion SERVER-87985 Re-enable check in remove_invalid_index_options.js (#28846) 2024-11-04 23:25:38 +00:00
genericChangeStreams SERVER-95421 make initiateWithHighElectionTimeout the default in ReplSetTest (#28174) 2024-10-22 02:53:25 +00:00
genericSetFCVUsage SERVER-94813 Rename WriteConcernFailed to WriteConcernTimeout (#27973) 2024-11-12 23:15:33 +00:00
libs SERVER-95421 make initiateWithHighElectionTimeout the default in ReplSetTest (#28174) 2024-10-22 02:53:25 +00:00
targetedTestsLastLtsFeatures SERVER-95701 Write authorization schema document on FCV downgrade when necessary (#29054) 2024-11-18 21:48:45 +00:00
OWNERS.yml SERVER-91538 Add OWNERS.yml files for cluster scalability (#24975) 2024-07-23 14:48:23 +00:00
README.md
validate_cross_version.js SERVER-95628 Make rawMongoProgramOutput more robust (#28204) 2024-10-22 22:40:58 +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.