| .. |
|
genericSetFCVUsage
|
SERVER-53643 Wait for FCV to be majority committed before reporting it.
|
2021-06-30 17:53:58 +00:00 |
|
libs
|
SERVER-57157 Assert serverStatus command works in getBinVersion() jstest helper
|
2021-06-29 20:37:39 +00:00 |
|
1_test_launching_replset.js
|
SERVER-22468 Format JS code with approved style in jstests/
|
2016-03-09 12:18:14 -05:00 |
|
2_test_launching_cluster.js
|
SERVER-44227 Remove TODO listed in SERVER-33180
|
2019-10-31 19:00:47 +00:00 |
|
3_upgrade_replset.js
|
SERVER-50408 Change NotMaster error name to NotWritablePrimary
|
2020-09-30 22:37:31 +00:00 |
|
add_config_term_on_replset_upgrade.js
|
SERVER-47691 Remove reliance on external dependencies in ReplSetTest
|
2020-05-12 20:05:36 +00:00 |
|
add_invalid_shard.js
|
SERVER-41772 Apply clang-format 7.0.1 to the codebase
|
2019-07-27 11:02:23 -04:00 |
|
agg_merge_upsert_supplied_cluster.js
|
SERVER-50409 Change NotMasterNoSlaveOk error name to NotPrimaryNoSecondaryOk
|
2020-09-30 22:37:31 +00:00 |
|
agg_merge_upsert_supplied_replset.js
|
SERVER-48170 Multiversion tests assume primary stability when using upgradeCluster() with 2-node replica set shards
|
2020-10-03 06:49:00 +00:00 |
|
agg_with_comment_during_upgrade.js
|
SERVER-47691 Remove reliance on external dependencies in ReplSetTest
|
2020-05-12 20:05:36 +00:00 |
|
balancer_multiVersion_detect.js
|
SERVER-38884 Update multiversion tests to reflect use shards as replica sets in 4.2 onwards
|
2019-10-08 18:11:41 +00:00 |
|
change_streams_feature_compatibility_version.js
|
SERVER-41772 Apply clang-format 7.0.1 to the codebase
|
2019-07-27 11:02:23 -04:00 |
|
change_streams_multi_version_sortkey.js
|
SERVER-70084 add per shard cursor multiversion sort key test and correct psc sortKey behavior
|
2022-11-17 18:18:26 +00:00 |
|
change_streams_multi_version_transaction.js
|
SERVER-48568 Changed nopeOptions to nodeOptions when configuring the replica set
|
2020-07-10 10:27:36 -04:00 |
|
cleanup_orphaned_during_set_fcv.js
|
SERVER-44160 Make cleanupOrphaned just wait for all range deletion tasks on the ns to finish in FCV 4.4 when 'disableResumableRangeDeleter' is false
|
2020-03-30 15:47:35 +00:00 |
|
clone_helper.js
|
SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked()
|
2019-08-14 13:52:59 +00:00 |
|
compound_hashed_index.js
|
SERVER-43913 Multiversion tests for compound hashed indexes
|
2019-12-02 10:33:11 +00:00 |
|
compound_hashed_shard_key.js
|
SERVER-60928 [4.4] Modify compound_hashed_shard_key.js to handle latest 4.2 mongos failing to with compound hashed shard key collection
|
2021-11-12 18:44:37 +00:00 |
|
config_chunks_tags_set_fcv.js
|
SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplicitDefault)
|
2020-03-26 09:35:13 +00:00 |
|
config_chunks_tags_upgrade_downgrade_cluster.js
|
SERVER-42299 Batch chunk and tag upgrade/downgrade modification transactions
|
2019-10-16 19:50:41 +00:00 |
|
copydb_helper.js
|
SERVER-41772 Apply clang-format 7.0.1 to the codebase
|
2019-07-27 11:02:23 -04:00 |
|
create_and_drop_database_succeed_in_mixed_version_cluster.js
|
SERVER-42112 uassert on _flushDatabaseCacheUpdates cmdResponse in configsvrDropDatabase and configsvrCreateDatabase if FCV 4.4
|
2019-10-17 21:38:49 +00:00 |
|
delete_orphans_on_upgrade.js
|
SERVER-45144 delete_orphans_on_upgrade.js should wait for deletions to complete before inserting orphans
|
2019-12-16 15:10:38 +00:00 |
|
delete_pending_range_deletions_on_downgrade.js
|
SERVER-45441 submitRangeDeletionTask should force a refresh if the metadata is unknown and delete the range deletion task if the metadata is still unknown or UUID doesn't match after the refresh
|
2020-01-23 21:01:50 +00:00 |
|
disallow_44_to_426_to_42classic.js
|
SERVER-47425: Add multiversion test for 4.2classic, 4.2.6+ and 4.4 behaviors.
|
2020-04-17 02:40:38 +00:00 |
|
doc_validation_encrypt_keywords.js
|
SERVER-48035 Update doc_validation_encrypt_keywords.js multiversion test to run against a standalone
|
2020-05-13 14:31:50 +00:00 |
|
downgrade_replset_shard.js
|
SERVER-47119 Initialize replica set shard server nodes without a ReplSetConfig term
|
2020-04-14 03:57:38 +00:00 |
|
duplicate_key_error.js
|
SERVER-50454 Avoiding sending the "keyValue" field to drivers on duplicate key error
|
2022-09-30 14:18:15 +00:00 |
|
empty_update_mods_multiversion_replication.js
|
SERVER-38909 Permit empty update modifiers, treating as a no-op rather than an error
|
2021-05-25 21:26:43 +00:00 |
|
hashed_index_bad_keys_cleanup.js
|
SERVER-58813 Robustify jstests/multiversion/hashed_index_bad_keys_cleanup.js
|
2021-08-17 22:22:16 +00:00 |
|
hiddenIndexes.js
|
SERVER-57237 Ensure that the cluster is stable after upgrade in hiddenIndexes.js
|
2021-05-27 19:02:24 +00:00 |
|
hidden_index_multiversion_repl_set.js
|
SERVER-48047 Do not generate "hidden" field in oplog if collMod "hidden" parameter is a no-op
|
2020-05-14 11:09:49 +00:00 |
|
index_initial_sync_latest_primary.js
|
SERVER-39453 add js tests for initial sync while an index build is in progress
|
2020-02-19 16:40:40 +00:00 |
|
index_initial_sync_latest_secondary.js
|
SERVER-39453 add js tests for initial sync while an index build is in progress
|
2020-02-19 16:40:40 +00:00 |
|
initial_sync_drop_against_last_stable.js
|
SERVER-53844 Ensure insert into new collection is replicated before asserting in initial_sync_drop_against_last_stable.js
|
2021-01-22 20:44:21 +00:00 |
|
initialize_from_old_node.js
|
SERVER-41772 Apply clang-format 7.0.1 to the codebase
|
2019-07-27 11:02:23 -04:00 |
|
initsync_admin_system_unique_indexes.js
|
SERVER-48054 On startup, upgrade all downgraded unique indexes to the latest format version
|
2020-05-13 17:07:54 +00:00 |
|
keystring_index.js
|
SERVER-42935 Update index build keystring multiversion test to use compound keys and make correct assertions
|
2019-09-03 16:27:19 +00:00 |
|
load_keys_on_upgrade.js
|
SERVER-53029 Port the changes for SERVER-52955 to later branches
|
2020-12-14 17:44:03 +00:00 |
|
long_collection_names.js
|
SERVER-51333 setFeatureCompatibilityVersion fails when downgrading from FCV 4.4 to FCV 4.2 with long collection names present
|
2020-12-14 02:16:00 +00:00 |
|
map_reduce_multiversion_cluster.js
|
SERVER-47691 Remove reliance on external dependencies in ReplSetTest
|
2020-05-12 20:05:36 +00:00 |
|
map_reduce_multiversion_repl_set.js
|
SERVER-45359 Rename mapReduce test database to prevent collection drop failure BF-15763
|
2020-01-07 18:03:41 +00:00 |
|
merge_out_upgrade_downgrade.js
|
SERVER-48170 Multiversion tests assume primary stability when using upgradeCluster() with 2-node replica set shards
|
2020-10-03 06:49:00 +00:00 |
|
migration_between_mixed_version_mongods.js
|
SERVER-38884 Update multiversion tests to reflect use shards as replica sets in 4.2 onwards
|
2019-10-08 18:11:41 +00:00 |
|
migrations_with_mixed_fcv.js
|
SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplicitDefault)
|
2020-03-26 09:35:13 +00:00 |
|
minor_version_tags_new_old_new.js
|
SERVER-41772 Apply clang-format 7.0.1 to the codebase
|
2019-07-27 11:02:23 -04:00 |
|
minor_version_tags_old_new_old.js
|
SERVER-41772 Apply clang-format 7.0.1 to the codebase
|
2019-07-27 11:02:23 -04:00 |
|
minor_version_upgrade_replset.js
|
SERVER-50408 Change NotMaster error name to NotWritablePrimary
|
2020-09-30 22:37:31 +00:00 |
|
mixed_replica_set_with_latest_primary.js
|
SERVER-42774 When randomBinVersions is set, randomly assign node binary versions for ReplSetTest
|
2019-10-02 20:49:03 +00:00 |
|
mr_multiversion_check_uuid.js
|
SERVER-45463 Fix mr_multiversion_check_uuid.js to work with latest 4.2 mongos/mongod
|
2020-01-09 22:18:50 +00:00 |
|
new_mongos_old_mongod_wire_version_clash.js
|
SERVER-38884 Update multiversion tests to reflect use shards as replica sets in 4.2 onwards
|
2019-10-08 18:11:41 +00:00 |
|
pending_chunk.js
|
SERVER-45179 Add the FCV 4.4 behavior to the MigrationDestinationManager
|
2020-01-14 21:55:45 +00:00 |
|
read_write_concern_defaults_set_fcv.js
|
SERVER-43723 FCV gating for RWC defaults
|
2020-01-08 20:22:44 +00:00 |
|
record_pre_images.js
|
SERVER-74386 Don’t reset "recordPreImages" option on "collMod" command
|
2023-03-21 15:47:59 +00:00 |
|
refine_collection_shard_key_fcv.js
|
SERVER-42367 Disallow refineCollectionShardKey in FCV < 4.4
|
2019-09-24 18:59:52 +00:00 |
|
remove_config_term_on_replset_downgrade.js
|
SERVER-47691 Remove reliance on external dependencies in ReplSetTest
|
2020-05-12 20:05:36 +00:00 |
|
remove_feature_compatibility_version.js
|
SERVER-41772 Apply clang-format 7.0.1 to the codebase
|
2019-07-27 11:02:23 -04:00 |
|
remove_ns_field_in_index_spec.js
|
SERVER-44247 Rename index 'ns' fields when renaming collections in FCV 4.2
|
2019-12-03 16:46:45 +00:00 |
|
script_to_undo_nested_refine_shard_key.js
|
SERVER-50750 Write and test script to undo shard key refine with nested keys
|
2020-09-15 22:08:59 +00:00 |
|
sharded_index_consistency_metrics.js
|
SERVER-46084 Don't use setUnion in aggregation for finding inconsistent sharded indexes
|
2020-03-30 15:10:36 +00:00 |
|
skip_level_upgrade.js
|
SERVER-41230 Update FCV constants throughout server code following 4.2 branch
|
2019-08-23 08:51:06 +01:00 |
|
sortkey_meta.js
|
SERVER-42462 Put new $meta arguments behind FCV check
|
2019-10-17 13:03:40 +00:00 |
|
unionWith_fcv.js
|
SERVER-45540 Gate $unionWith behind FCV check and test upgrade/downgrade
|
2020-02-18 16:33:39 +00:00 |
|
upgrade_downgrade_cluster.js
|
SERVER-50408 Change NotMaster error name to NotWritablePrimary
|
2020-09-30 22:37:31 +00:00 |
|
upgrade_replset_creates_initialsyncid.js
|
SERVER-47691 Remove reliance on external dependencies in ReplSetTest
|
2020-05-12 20:05:36 +00:00 |
|
upgrade_to_44_with_34_oplog_entries.js
|
SERVER-53643 Wait for FCV to be majority committed before reporting it.
|
2021-06-30 17:53:58 +00:00 |
|
verify_versions_test.js
|
SERVER-46322 fix verify_versions_test.js for 4.4
|
2020-04-15 11:10:51 +00:00 |