mongo/jstests/replsets
Ali Mir ee71af634c SERVER-97551 Extend timeout in initial_sync_unsupported_auth_schema.js assert.soon statements (#29676) (#31406)
GitOrigin-RevId: 1f9d85e8f90cc0236f72fc175ea029c7bb30685e
2025-04-09 20:54:17 +00:00
..
libs SERVER-88885 Add a way to stop applying a dbcheck batch on secondary (#21088) 2024-04-29 20:42:07 +00:00
abort_in_progress_transactions_on_step_up.js SERVER-65166 Use compareOptimes in abort_in_progress_transactions_on_step_up.js 2022-04-01 19:55:11 +00:00
advance_cluster_time.js SERVER-57369 Disable concurrent authentication 2022-02-24 02:51:46 +00:00
agg_write_concern_zero_batch_size.js SERVER-58103 Remove test cases which test legacy op behaviors 2021-06-30 23:41:39 +00:00
aggregation_write_concern.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
already_checked_out_session.js SERVER-41177 Remove Javascript ScopedThread class 2019-08-12 17:28:18 -04:00
apply_batches_totalMillis.js SERVER-34844 Relax timing requirements in apply_batches_totalMillis.js 2019-12-13 21:35:38 +00:00
apply_ops_capped_collection.js SERVER-63201 Allow user deletes on capped collections 2022-02-10 14:47:10 +00:00
apply_ops_concurrent_non_atomic_different_db.js SERVER-48312 Remove requiresDocumentLevelConcurrency and supportsDocumentLevelConcurrency from concurrency tests 2020-08-04 01:58:47 +00:00
apply_ops_concurrent_non_atomic_same_collection.js SERVER-48312 Remove requiresDocumentLevelConcurrency and supportsDocumentLevelConcurrency from concurrency tests 2020-08-04 01:58:47 +00:00
apply_ops_concurrent_non_atomic_same_db.js SERVER-48312 Remove requiresDocumentLevelConcurrency and supportsDocumentLevelConcurrency from concurrency tests 2020-08-04 01:58:47 +00:00
apply_ops_create_indexes.js SERVER-52539 Convert createIndexes command to TypedCommand 2021-01-25 20:56:46 +00:00
apply_ops_create_view.js SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked() 2019-08-14 13:52:59 +00:00
apply_ops_create_with_uuid.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
apply_ops_dropDatabase.js SERVER-64201 Disable apply_ops_dropDatabase.js in multiversion testing 2022-03-04 14:26:39 +00:00
apply_ops_idempotency.js SERVER-38961 remove IndexBuildTest.supportsTwoPhaseIndexBuild() references from replsets tests 2020-05-07 11:18:40 +00:00
apply_ops_inner_ts_field.js SERVER-21861: Prohibit Timestamp.prototype.toString via resmoke injection. 2020-08-05 01:43:59 +00:00
apply_ops_insert_write_conflict_atomic.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
apply_ops_insert_write_conflict_nonatomic.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
apply_ops_inserts_do_not_include_fromMigrate_field.js SERVER-47269 Add uses_change_streams tag to apply_ops_inserts_do_not_include_fromMigrate_field.js 2020-04-02 22:20:44 +00:00
apply_ops_wc.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
apply_prepare_txn_write_conflict_robustness.js SERVER-76299 Report writeConflicts in serverStatus on secondaries. 2023-08-02 19:21:15 +00:00
apply_transaction_with_yield.js SERVER-43154 Add 'requires_majority_read_concern' tag to transactions tests that use majority read concern 2019-09-04 20:41:20 +00:00
arbiter_new_hostname.js SERVER-53345 Tag arbiter_new_hostname.js with multiversion_incompatible 2020-12-15 01:00:27 +00:00
arbiters_not_included_in_w2_wc.js SERVER-60696 Add a server parameter to disallow multiple arbiters 2022-02-04 00:30:30 +00:00
arbiters_not_included_in_w3_wc.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
assert_on_prepare_conflict_with_hole.js SERVER-57476: Return a WriteConflict when a timestamped transaction hits a prepare conflict. 2021-06-10 14:05:30 +00:00
atlas_initialsync_workflows.js SERVER-51820: Resolve race in atlas_initialsync_workflows.js 2020-10-23 21:11:40 +00:00
atlas_snapshot_workflows.js SERVER-48957 Reduce heartbeatIntervalMillis in atlas workflow tests 2020-06-23 14:23:58 +00:00
auth1.js SERVER-57369 Handle accidental multi-auth attempt in auth1.js 2022-02-28 20:46:50 +00:00
auth2.js SERVER-51282 Replace all remaining reference to master slave terminology in jstests 2020-10-13 21:19:55 +00:00
auth_no_pri.js SERVER-51282 Replace all remaining reference to master slave terminology in jstests 2020-10-13 21:19:55 +00:00
auto_reconfig_remove_newly_added_and_stepup.js SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
avg_num_catchup_ops.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
await_replication_timeout.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
awaitable_hello_errors_on_horizon_change.js SERVER-49994 rename jstests that contain master/slave terminology 2020-11-06 02:46:03 +00:00
awaitable_hello_fcv_change.js SERVER-59081 Remove logic to perform reconfig when upgrading / downgrading once 5.0 is LTS 2021-08-18 21:29:00 +00:00
awaitable_hello_metrics_on_state_change.js SERVER-49994 rename jstests that contain master/slave terminology 2020-11-06 02:46:03 +00:00
awaitable_hello_on_nodes_with_invalid_configs.js SERVER-53646 Catch exception if waiting for failpoint throws on close connections in awaitable_hello_on_nodes_with_invalid_configs.js 2021-01-12 22:53:52 +00:00
awaitable_hello_stepdown_stepup.js SERVER-49994 rename jstests that contain master/slave terminology 2020-11-06 02:46:03 +00:00
awaitdata_getmore_new_last_committed_optime.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
background_index.js SERVER-50442 Remove ensureIndex shell function 2020-11-17 14:23:10 +00:00
backwards_compatible_timeseries_catalog_options.js SERVER-91195 Provide a generic backportable solution not to miss top-level timeseries collection options (#25491) 2024-07-31 15:06:40 +00:00
batch_write_command_wc.js SERVER-57133 Update expected result for jstests/replsets/batch_write_command_wc.js 2021-06-02 13:50:04 +00:00
buildindexes.js SERVER-53176 Return an error when an index build commit quorum depends on voting buildIndexes:false nodes 2021-01-13 03:57:57 +00:00
buildindexes_false_commit_quorum.js SERVER-63531 Prevent all buildIndexes:false nodes from being included in commitQuorum 2022-03-09 20:27:12 +00:00
buildindexes_false_with_system_indexes.js SERVER-38961 remove ReplSetTest.waitForAllIndexBuildsToFinish() 2020-05-03 19:12:43 +00:00
bulk_api_wc.js SERVER-58103 Remove test cases which test legacy op behaviors 2021-06-30 23:41:39 +00:00
capped_deletes.js SERVER-65430 Disable capped_deletes.js on ephemeralForTest 2022-04-12 15:28:25 +00:00
capped_insert_order.js SERVER-49993 Update _slaves to _secondaries in replsettest.js 2020-09-04 14:15:35 +00:00
catchup.js SERVER-55963 Use "denylist" in replication subsystems 2021-04-30 17:12:57 +00:00
catchup_ignores_old_heartbeats.js SERVER-86674 Primary catch-up may believe it is caught up when it is not (#23181) 2024-07-25 00:55:44 +00:00
catchup_takeover_one_high_priority.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
catchup_takeover_two_nodes_ahead.js SERVER-50408 Change NotMaster error name to NotWritablePrimary 2020-09-03 13:19:48 +00:00
catchup_takeover_with_higher_config.js SERVER-56756 fassert in stepup/down when RSTL timeout is above threshold 2022-01-24 20:44:26 +00:00
chaining_removal.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
change_stream_pit_pre_image_deletion_asymmetric.js SERVER-91919 Reduce memory consumption for change_stream_pit_pre_image_deletion_asymmetric.js (#24439) 2024-07-09 14:53:32 +00:00
change_stream_pit_pre_images.js SERVER-52282 Enable feature flag for User-facing PIT pre- and post-images 2022-03-29 10:08:40 +00:00
change_stream_stepdown.js SERVER-49187 Make ReplSetTest .stepUp() robust to election failures. 2020-07-30 17:18:57 +00:00
change_sync_source_in_initial_sync.js SERVER-59535 Fix change_sync_source_in_initial_sync.js 2021-09-10 18:37:55 +00:00
check_replicated_data_hashes_inconsistent_state.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
check_replication_hello_response_fields.js SERVER-59081 Remove logic to perform reconfig when upgrading / downgrading once 5.0 is LTS 2021-08-18 21:29:00 +00:00
clean_shutdown_oplog_state.js SERVER-64027 Capture data files in clean_shutdown_oplog_state.js before restarting in standalone mode 2022-02-28 14:42:57 +00:00
cluster_chaining_override.js SERVER-58296 re-enabled tests and marked node_restarts_no_oplog_entry_at_stable.js as multiversion_incompatible 2021-09-01 23:54:58 +00:00
cluster_server_parameter_commands_replset.js SERVER-65810: Disable test-only cluster server parameters when enableTestCommands is false 2022-05-05 14:37:42 +00:00
cmd_hello_wire_version_compatibility.js SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
collate_id.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
collection_clone_resume_after_network_error.js SERVER-61297: Use exhaust cursors in collection_clone_resume_after_network_error.js 2021-12-14 16:26:48 +00:00
command_response_operation_time.js SERVER-50280 Remove 'startSetIfSupportsReadMajority' test helper function in favour of the 'requires_majority_read_concern' tag 2020-08-12 23:21:21 +00:00
commands_that_write_accept_wc.js SERVER-51282 Replace all remaining reference to master slave terminology in jstests 2020-10-13 21:19:55 +00:00
commit_point_propagation_with_oplog_exhaust_cursor.js SERVER-78813: Fix commit point propagation for exhaust oplog cursors 2023-07-31 02:36:19 +00:00
commit_prepared_transaction_before_stable_timestamp.js SERVER-47877 Replace uses of arrayEq without assert with assert.sameMembers in replsets tests 2020-05-06 17:24:41 +00:00
commit_transaction_initial_sync_data_already_applied.js SERVER-55676 [SBE][replica_sets] Tests trigger fatal assertion: NotPrimaryOrSecondary: Oplog collection reads are not allowed while in the rollback or startup state 2021-04-14 15:29:00 +00:00
commit_transaction_recovery.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
config_tags_race_with_default_write_concern.js SERVER-61864 Disallow removing custom write concern during reconfig if it is currently set as the default 2022-04-02 00:25:58 +00:00
create_drop_database_different_casing.js SERVER-48350 Log cleanup in db/catalog, db/index and db/storage/kv 2020-06-01 13:04:42 +00:00
crud_ops_do_not_throw_locktimeout_on_ticket_exhaustion.js SERVER-56959 crud_ops_do_not_throw_locktimeout_on_ticket_exhaustion.js should not use db.currentOp() helper 2021-05-17 16:30:45 +00:00
currentOp_during_automatic_reconfig.js SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
db_reads_while_recovering_all_commands.js SERVER-78987 Remove the free monitoring code from mongodb/mongo repo 2023-08-24 14:53:01 +00:00
dbcheck.js SERVER-64737 dbcheck.js should tolerate non-deterministic batch boundaries 2022-03-23 08:56:52 +00:00
dbcheck_fails_on_write_concern_error.js SERVER-88318 Fail dbcheck data consistency check if one batch failed waiting for write concern 2024-05-08 18:25:51 +00:00
dbcheck_skip_applying_batch_on_secondary_parameter.js SERVER-88885 Add a way to stop applying a dbcheck batch on secondary (#21088) 2024-04-29 20:42:07 +00:00
dbcheck_write_concern.js SERVER-88318 Fail dbcheck data consistency check if one batch failed waiting for write concern 2024-05-08 18:25:51 +00:00
dbhash_lock_acquisition.js SERVER-66719 Take FCV lock in `MODE_IS` for shared global lock modes 2022-05-26 13:26:05 +00:00
dbhash_read_at_cluster_time.js SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
dbhash_system_collections.js SERVER-48426 Cleaned up lingering references to admin.system.new_users 2020-06-30 01:23:01 +00:00
ddl_op_behind_transaction_fails_in_shutdown.js SERVER-56964 Use {w: majority} for createCollection command in ddl_op_behind_transaction_fails_in_shutdown.js 2021-05-14 20:47:31 +00:00
ddl_ops_after_prepare_lock_failpoint.js SERVER-59338 Remove TODO in code for SERVER-40167 2021-09-08 22:37:45 +00:00
default_write_concern_race_with_config_tags.js SERVER-61864 Disallow removing custom write concern during reconfig if it is currently set as the default 2022-04-02 00:25:58 +00:00
directoryperdb_remove_empty_dirs.js SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
disable_cluster_time_gossiping_in_unreadable_state.js SERVER-57657 Don't modify response cluster time in disable_cluster_time_gossiping_in_unreadable_state.js 2021-06-30 18:35:15 +00:00
disable_multiple_arbiters.js SERVER-60696 Add a server parameter to disallow multiple arbiters 2022-02-04 00:30:30 +00:00
disabling_chaining_changes_sync_source.js SERVER-58412 Test that disabling chaining causes nodes to re-evaluate their sync source 2021-08-05 15:45:10 +00:00
disallow_adding_initialized_node1.js SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
disallow_adding_initialized_node2.js SERVER-54648: Add correct log verbosity to disallow_adding_initialized_node2.js 2021-02-24 22:23:25 +00:00
disallow_shardsvr_transactions_wcMajorityJournal_false.js SERVER-46726 Provide separate setParameter to disable diagnostic work 2020-06-05 19:19:41 +00:00
do_not_advance_commit_point_beyond_last_applied_term.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
docs_initialsync_workflow.js SERVER-49938: Create Atlas workflow tests of what Atlas actually does today 2020-09-15 13:56:53 +00:00
dont_read_oplog_hole_on_step_up.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
dont_refresh_session_prepare_secondary.js SERVER-50486 Always interrupt multi-document transactions on step down or step up 2021-01-21 04:28:30 +00:00
dont_set_invalid_rwconcern.js SERVER-60817 Check write concern string for validity 2022-01-20 17:08:08 +00:00
drain.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
drop_collections_two_phase.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
drop_collections_two_phase_apply_ops_create.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
drop_collections_two_phase_apply_ops_drop.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
drop_collections_two_phase_apply_ops_rename.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
drop_collections_two_phase_create_index.js SERVER-63397 Abort all index builds during shard merge 2022-03-10 13:34:05 +00:00
drop_collections_two_phase_dbhash.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
drop_collections_two_phase_drop_index.js SERVER-48245 disallow index drops on drop-pending namespaces (system.drop.*) if we are primary. 2020-06-04 01:10:47 +00:00
drop_collections_two_phase_rename_drop_target.js SERVER-50442 Remove ensureIndex shell function 2020-11-17 14:23:10 +00:00
drop_collections_two_phase_step_down.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
drop_collections_two_phase_write_concern.js SERVER-39165 Add waitForFailpoint command and update other repl tests 2019-10-25 19:08:50 +00:00
drop_databases_two_phase.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
drop_db.js SERVER-45920 Validate writeConcern.w 2020-02-03 23:15:40 +00:00
drop_oplog.js SERVER-51282 Replace all remaining reference to master slave terminology in jstests 2020-10-13 21:19:55 +00:00
election_candidate_and_participant_metrics.js SERVER-46541 enable automatic reconfigs for initial sync semantics by default 2020-07-09 22:39:43 +00:00
election_handoff_basic.js SERVER-41506 Added tracking for metrics around a nodes calling an election 2019-09-24 22:05:25 +00:00
election_handoff_flip.js SERVER-41506 Added tracking for metrics around a nodes calling an election 2019-09-24 22:05:25 +00:00
election_handoff_higher_priority.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
election_handoff_not_immediately_electable.js SERVER-53612: Fix StepDown hangs when all nodes are caught up but none is immediately electable 2021-01-20 18:51:34 +00:00
election_handoff_one_unelectable.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
election_handoff_skips_unelectable_nodes.js SERVER-43904: Filter unelectable nodes during election handoff 2020-10-13 16:14:32 +00:00
election_handoff_via_signal.js SERVER-48099 Increase shutdownTimeout in election_handoff_via_signal.js 2020-05-14 23:10:40 +00:00
election_participant_new_term_metrics.js SERVER-41513 Track the time the new term oplog entry was written by primary and applied in secondary 2019-10-15 17:21:44 +00:00
empty_ts_repl.js SERVER-92170 Wrap the 'empty_ts' jstests with "(function(){ .. }());" (#24368) 2024-07-05 20:39:01 +00:00
emptycapped.js SERVER-50408 Change NotMaster error name to NotWritablePrimary 2020-09-03 13:19:48 +00:00
explain_secondaryok.js SERVER-49994 rename jstests that contain master/slave terminology 2020-11-06 02:46:03 +00:00
failcommand_ignores_internal.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
fcv_retryable_write_concern.js SERVER-49064 Update references of "last-stable" to use "last-continuous" and "last-lts" 2020-07-23 12:26:49 +00:00
find_and_modify_wc.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
force_reconfig_sets_newly_added_field_correctly.js SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
force_reconfig_skips_config_replication.js SERVER-46592 Remove all usages of the requires_fcv_44 tag from jstests 2020-04-29 17:32:39 +00:00
force_reconfig_skips_oplog_commitment.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
force_shutdown_primary.js SERVER-54366 Wait for node to start stepdown before killing shutdown operation in force_shutdown_primary.js 2021-02-08 20:19:28 +00:00
force_sync_source_candidate.js SERVER-44251 Replaced setFailPoint and clearFailPoint with configureFailPoint 2021-07-01 18:07:31 +00:00
freeze_timeout.js SERVER-42534 Step down primary for less time in freeze_timeout.js and increase electionTimeoutMillis 2019-07-31 18:41:26 -04:00
fsync_lock_read_secondaries.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
get_default_write_concern_majority.js SERVER-59227 Remove featureFlagDefaultWriteConcernMajority 2021-08-12 19:05:52 +00:00
get_replication_info_helper.js SERVER-47863 Add fields to initial sync progress metrics 2020-11-16 23:07:08 +00:00
get_status.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
groupAndMapReduce.js SERVER-51282 Replace all remaining reference to master slave terminology in jstests 2020-10-13 21:19:55 +00:00
hang_before_releasing_transaction_oplog_hole.js SERVER-44310 Make waitForFailPoint command require maxTimeMS 2019-10-31 13:35:41 +00:00
heartbeat_reconfig_propagates_default_write_concern.js SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
hidden_reconfig.js SERVER-56633 Fix Test: jstests/replsets/replset5.js 2021-06-10 17:57:11 +00:00
hybrid_index_build_majority_commit_quorum_behavior.js SERVER-50602 remove IndexBuildTest.indexBuildCommitQuorumEnabled() 2020-08-29 03:37:07 +00:00
id_index_replication.js SERVER-52545 Define listIndexes with IDL 2020-12-16 11:59:13 +00:00
ignore_dbcheck_in_initial_sync.js SERVER-90052 Add SERVER-89921 TODOs to uncomment parts of the tests once relevant tickets are backported 2024-05-02 15:33:14 +00:00
ignore_dbcheck_in_rollback.js SERVER-90052 Add SERVER-89921 TODOs to uncomment parts of the tests once relevant tickets are backported 2024-05-02 15:33:14 +00:00
ignore_dbcheck_in_startup_recovery.js SERVER-91176 Call awaitNodesAgreeOnAppliedOpTime in ignore_dbcheck_in_startup_recovery.js (#23048) 2024-06-06 22:05:10 +00:00
index_delete.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
initial_sync1.js SERVER-69001: Have initial sync persist its last oplog time into the minvalid document. 2022-11-01 20:43:54 +00:00
initial_sync4.js SERVER-57444 provide write concern for updates and inserts in initial_sync4.js 2021-06-04 19:29:59 +00:00
initial_sync_ambiguous_index.js SERVER-50442 Remove ensureIndex shell function 2020-11-17 14:23:10 +00:00
initial_sync_applier_error.js SERVER-50581 Replace setSlaveOk and getSlaveOk occurrences in jstests 2020-09-09 23:29:23 +00:00
initial_sync_capped_index.js SERVER-45087 Check oplog commitment condition on replica set reconfig 2020-02-26 04:37:04 +00:00
initial_sync_chooses_correct_sync_source.js SERVER-67196: Wait for startup2 state in initial_sync_chooses_correct_sync_source.js 2023-06-23 22:09:58 +00:00
initial_sync_clone_multikey.js SERVER-45936 Remove enableHybridIndexBuilds parameter 2020-04-10 13:12:27 +00:00
initial_sync_commit_prepared_transaction.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
initial_sync_document_validation.js SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked() 2019-08-14 13:52:59 +00:00
initial_sync_drop_collection.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
initial_sync_during_stepdown.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
initial_sync_fail_insert_once.js SERVER-35614 enable failpoint on restart in initial_sync_fail_insert_once.js 2019-12-20 19:44:43 +00:00
initial_sync_fails_after_source_resyncs.js SERVER-50748 Add repl and sharding tasks to the undodb variant 2020-09-27 23:23:02 +00:00
initial_sync_fails_on_rollback.js SERVER-45411 Complete TODO listed in SERVER-43279 2020-01-14 16:32:24 +00:00
initial_sync_fails_unclean_restart.js SERVER-56684 initial_sync_fails tests should wait for node to fassert with EXIT_ABRUBT 2021-06-01 21:31:27 +00:00
initial_sync_fails_when_source_removed.js SERVER-56684 initial_sync_fails tests should wait for node to fassert with EXIT_ABRUBT 2021-06-01 21:31:27 +00:00
initial_sync_fails_when_source_resyncs.js SERVER-65061 Change initial_sync_fails_when_source_resyncs to make sure the failpoint is turned off before the initial sync node crashes 2022-04-08 17:12:06 +00:00
initial_sync_fcv.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
initial_sync_fetch_from_oldest_active_transaction_timestamp.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
initial_sync_fetch_from_oldest_active_transaction_timestamp_no_oplog_application.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
initial_sync_index_conflict.js SERVER-49249 initial sync skips single-phase index build if there is an index build already in progress 2020-11-19 22:20:14 +00:00
initial_sync_invalid_views.js SERVER-50581 Replace setSlaveOk and getSlaveOk occurrences in jstests 2020-09-09 23:29:23 +00:00
initial_sync_move_forward.js SERVER-50442 Remove ensureIndex shell function 2020-11-17 14:23:10 +00:00
initial_sync_nodes_contribute_to_liveness_majorities.js SERVER-55751: Increase election timeout in initial_sync_nodes_contribute_to_liveness_majority.js 2021-04-06 21:10:45 +00:00
initial_sync_nodes_maintain_and_gossip_commit_point.js SERVER-76695 initial_sync_nodes_maintain_and_gossip_commit_point.js should wait longer for initial sync node to advance commit point 2023-05-02 16:04:19 +00:00
initial_sync_oplog_fetcher_survives_restart.js SERVER-46592 Remove all usages of the requires_fcv_44 tag from jstests 2020-04-29 17:32:39 +00:00
initial_sync_oplog_hole.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
initial_sync_oplog_rollover.js SERVER-55512 Enable additional tests on ephemeralForTest 2021-03-25 21:11:22 +00:00
initial_sync_preserves_active_txns.js SERVER-55676 [SBE][replica_sets] Tests trigger fatal assertion: NotPrimaryOrSecondary: Oplog collection reads are not allowed while in the rollback or startup state 2021-04-14 15:29:00 +00:00
initial_sync_read_concern_no_oplog.js SERVER-45087 Check oplog commitment condition on replica set reconfig 2020-02-26 04:37:04 +00:00
initial_sync_rename_collection.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
initial_sync_rename_collection_before_cloning.js SERVER-43277 Rename initial_sync_rename_collection.js to initial_sync_rename_collection_before_cloning.js 2020-01-22 20:56:57 +00:00
initial_sync_replSetGetStatus.js SERVER-58296 re-enabled tests and marked node_restarts_no_oplog_entry_at_stable.js as multiversion_incompatible 2021-09-01 23:54:58 +00:00
initial_sync_replicate_drop_mid_secondary_batch.js SERVER-61101 Remove requires_fcv_51 tag 2022-01-13 21:22:24 +00:00
initial_sync_replicates_prepare_received_during_another_initial_sync.js SERVER-55676 [SBE][replica_sets] Tests trigger fatal assertion: NotPrimaryOrSecondary: Oplog collection reads are not allowed while in the rollback or startup state 2021-04-14 15:29:00 +00:00
initial_sync_reset_oldest_timestamp_after_failed_attempt.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
initial_sync_runs_completion_hook.js SERVER-64627 Refactor onInitialSyncComplete and onStartupRecoveryComplete into new sharding hook that also works with FCBIS 2022-04-29 13:44:40 +00:00
initial_sync_succeeds_when_syncing_node_removed.js SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
initial_sync_survives_network_error.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
initial_sync_survives_restart.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
initial_sync_test_fixture_test.js SERVER-57352: Have initial_sync_test_fixture_test.js be more resilient to irrelevant changes. 2021-06-03 03:11:10 +00:00
initial_sync_unsupported_auth_schema.js SERVER-97551 Extend timeout in initial_sync_unsupported_auth_schema.js assert.soon statements (#29676) (#31406) 2025-04-09 20:54:17 +00:00
initial_sync_update_missing_doc.js SERVER-43867 Move check_log.js inside src/mongo/shell/ 2019-11-27 22:32:47 +00:00
initial_sync_update_missing_doc_upsert.js SERVER-39165 Add waitForFailpoint command and update initial sync tests 2019-10-25 18:52:44 +00:00
initial_sync_update_missing_doc_with_prepare.js SERVER-55676 [SBE][replica_sets] Tests trigger fatal assertion: NotPrimaryOrSecondary: Oplog collection reads are not allowed while in the rollback or startup state 2021-04-14 15:29:00 +00:00
initial_sync_update_missing_field.js SERVER-43867 Move check_log.js inside src/mongo/shell/ 2019-11-27 22:32:47 +00:00
initial_sync_uuid_not_found.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
initial_sync_views.js SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked() 2019-08-14 13:52:59 +00:00
initial_sync_with_partial_transaction.js SERVER-66089 Initial sync should do transaction table read with a later afterClusterTime. 2022-05-16 16:35:44 +00:00
initial_sync_with_write_load.js SERVER-51282 Replace all remaining reference to master slave terminology in jstests 2020-10-13 21:19:55 +00:00
initial_sync_write_conflict.js SERVER-43694 Change waitForState to awaitSecondaryNodes in initial_sync_write_conflict.js 2019-10-04 20:08:00 +00:00
initiate.js SERVER-46434 turn MemberConfig into IDL 2020-03-20 13:36:53 +00:00
initiate_or_reconfig_with_non_default_get_last_error_defaults_fails.js SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
initiate_prohibits_w0.js SERVER-44347 Blacklist tests that initiate a replica set through runCommand from multiversion suites 2019-11-07 22:37:42 +00:00
initiate_takes_stable_checkpoint.js SERVER-61910 initiate_takes_stable_checkpoint.js doesn't account for closing connections in rollback 2021-12-03 21:55:00 +00:00
inmemory_preserves_active_txns.js SERVER-45718 Index builder ensures empty collection by reading data from 2020-01-27 20:29:54 +00:00
internal_sessions_reaping_basic.js SERVER-69497 Use batchsize 1 in internal_sessions_reaping_basic.js 2022-11-15 21:41:07 +00:00
internal_sessions_reaping_interrupt.js SERVER-66777 Ensure that internal transactions do not get interrupted by logical session reaper 2022-06-02 20:57:20 +00:00
internal_sessions_reaping_retryable_writes.js SERVER-66777 Ensure that internal transactions do not get interrupted by logical session reaper 2022-06-02 20:57:20 +00:00
interrupted_batch_insert.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
invalidate_images_when_minvalid.js SERVER-55415: Store retryable images in the side collection by default. 2021-08-09 18:58:06 +00:00
invalidate_sessions_on_stepdown.js SERVER-47645 Must invalidate all sessions on stepdown 2020-07-29 16:04:55 +00:00
isself_failure_initiate.js SERVER-58859 Add multiversion_incompatible tag to isself_failure_initiate.js 2021-07-30 15:38:45 +00:00
isself_failure_reconfig.js SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
isself_failure_restart.js SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
kill_prepared_transaction_commit_abort.js SERVER-57294 Use {w: majority} when creating a collection right before starting transaction in jstests 2021-06-01 18:03:10 +00:00
kill_reads_with_prepare_conflicts_during_step_down.js SERVER-45518 Untag tests that are in backports_required_for_multiversion_tests.yml once the file properly excludes tests 2020-01-22 19:38:39 +00:00
kill_reads_with_prepare_conflicts_during_step_up.js SERVER-50581 Replace setSlaveOk and getSlaveOk occurrences in jstests 2020-09-09 23:29:23 +00:00
kill_sessions_with_prepared_transaction.js SERVER-56310 Use w: majority to ensure transaction uses correct snapshot 2021-04-23 18:58:23 +00:00
kill_ttl_on_stepdown.js SERVER-43867 Move check_log.js inside src/mongo/shell/ 2019-11-27 22:32:47 +00:00
last_op_visible.js SERVER-58035 Remove db.runCommandWithMetadata from mongo shell 2021-12-21 18:06:29 +00:00
last_vote.js SERVER-46592 Remove all usages of the requires_fcv_44 tag from jstests 2020-04-29 17:32:39 +00:00
linearizable_read_concern.js SERVER-56497 Add assert.throwsCode shell helper for testing 2021-06-11 12:54:42 +00:00
localhost1.js SERVER-50651 Replace occurrences of isMaster command with hello in replsets jstests 2020-09-28 18:05:55 +00:00
localhost2.js SERVER-50651 Replace occurrences of isMaster command with hello in replsets jstests 2020-09-28 18:05:55 +00:00
localhost3.js SERVER-50651 Replace occurrences of isMaster command with hello in replsets jstests 2020-09-28 18:05:55 +00:00
localhostAuthBypass.js SERVER-45183 Add Ubuntu1604 Container Support 2020-02-12 17:03:44 +00:00
log_secondary_oplog_application.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
log_wt_stats_during_secondary_oplog_application.js SERVER-78509 Add storage stats to replicated slow op log 2024-05-01 14:51:38 +00:00
maintenance.js SERVER-51282 Replace all remaining reference to master slave terminology in jstests 2020-10-13 21:19:55 +00:00
maintenance2.js SERVER-50581 Replace setSlaveOk and getSlaveOk occurrences in jstests 2020-09-09 23:29:23 +00:00
majority_writes_wait_for_all_durable_timestamp.js SERVER-48312 Remove the 'requires_document_locking' jstest tag 2020-08-04 01:58:47 +00:00
maxSyncSourceLagSecs.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
minimum_visible_with_cluster_time.js SERVER-63244 Round up read timestamp for majority reads 2022-02-11 17:21:10 +00:00
mr_nonrepl_coll_in_local_db.js SERVER-46026 Fix tests reliant on specific log lines 2020-02-18 04:03:33 +00:00
multikey_write_avoids_prepare_conflict.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
new_sync_source_in_quiesce_mode.js SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
newly_added_member_id_vs_index.js SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
newly_added_two_nodes_simultaneous.js SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
newly_added_user_reconfig_while_exiting_initial_sync.js SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
newly_added_with_user_reconfig.js SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
no_chaining.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
no_disconnect_on_stepdown.js SERVER-63471: waitForPrimaryOnlyServices finish rebuilding before testing stepDown in no_disconnect_on_stepdown.js 2022-02-15 17:08:22 +00:00
no_flapping_during_network_partition.js SERVER-46389 Improve replication log line style 2020-03-17 19:07:37 +00:00
no_progress_updates_during_initial_sync.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
node_restarts_no_oplog_entry_at_stable.js SERVER-58296 re-enabled tests and marked node_restarts_no_oplog_entry_at_stable.js as multiversion_incompatible 2021-09-01 23:54:58 +00:00
nodes_eventually_sync_from_closer_data_center.js SERVER-88864 Make nodes_eventually_sync_from_closer_data_center.js more robust to transient slow heartbeats (#20677) 2024-04-11 21:33:52 +00:00
nodes_in_primarys_datacenter_dont_sync_across_datacenters.js SERVER-59646 Check that the difference in ping times is greater than changeSyncSourceThreshold before evaluating sync source in nodes_in_primarys_datacenter_dont_sync_across_datacenters.js 2021-08-27 21:14:25 +00:00
non_transaction_snapshot_reads.js SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
noop_write_after_read_only_txn.js SERVER-43154 Add 'requires_majority_read_concern' tag to transactions tests that use majority read concern 2019-09-04 20:41:20 +00:00
noop_writes_wait_for_write_concern.js SERVER-78311 Mongos no longer suppresses writeConcernErrors 2024-01-24 22:42:04 +00:00
noop_writes_wait_for_write_concern_fcv.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
not_primary_errors_returned_during_rollback_if_helloOk.js SERVER-44251 Replaced setFailPoint and clearFailPoint with configureFailPoint 2021-07-01 18:07:31 +00:00
not_primary_errors_returned_if_client_sends_helloOk.js SERVER-50412 implement helloOk protocol negotiation on mongod 2020-11-05 15:40:35 +00:00
not_primary_unacknowledged_write.js SERVER-49994 rename jstests that contain master/slave terminology 2020-11-06 02:46:03 +00:00
notprimary_errors_return_topology_version.js SERVER-49994 rename jstests that contain master/slave terminology 2020-11-06 02:46:03 +00:00
opcounters_repl.js SERVER-61532 Expose opcounters to detect constraint violations 2021-11-18 19:24:27 +00:00
operation_time_read_and_write_concern.js SERVER-55703 Fix tests to update getDefaultRWConcern to return the implicit default 2021-05-04 22:30:37 +00:00
oplog_format.js SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
oplog_format_create_indexes.js SERVER-38961 remove IndexBuildTest.supportsTwoPhaseIndexBuild() references from replsets tests 2020-05-07 11:18:40 +00:00
oplog_note_cmd.js SERVER-32144 Remove test coverage for replication protocol version 0 2018-03-13 18:57:31 -04:00
oplog_replay_on_startup_with_bad_op.js SERVER-50748 Add repl and sharding tasks to the undodb variant 2020-09-27 23:23:02 +00:00
oplog_rollover.js SERVER-72422 FCBIS may never truncate the oplog (tests) 2023-01-06 15:14:33 +00:00
oplog_sampling.js SERVER-75618 oplog_sampling.js checks oplog fast count between inserts 2023-04-05 13:32:24 +00:00
oplog_slow_sampling_logging.js SERVER-59025 Increase storage log verbosity in `oplog_slow_sampling_logging.js` 2021-08-06 03:43:12 +00:00
oplog_term.js SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked() 2019-08-14 13:52:59 +00:00
oplog_visibility.js SERVER-59214 add context to oplog_visibility.js assertion message when cursor returns no data 2021-08-17 15:03:25 +00:00
oplog_wallclock.js SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked() 2019-08-14 13:52:59 +00:00
optime.js SERVER-67532 Fail oplog server status section less 2022-07-27 15:53:40 +00:00
pin_history_after_restart.js SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
pipelineout.js SERVER-49993 Update _slaves to _secondaries in replsettest.js 2020-09-04 14:15:35 +00:00
plan_cache_secondaryok.js SERVER-49994 rename jstests that contain master/slave terminology 2020-11-06 02:46:03 +00:00
prepare_conflict_read_concern_behavior.js SERVER-21861: Prohibit Timestamp.prototype.toString via resmoke injection. 2020-08-05 01:43:59 +00:00
prepare_failover_rollback_commit.js SERVER-55676 [SBE][replica_sets] Tests trigger fatal assertion: NotPrimaryOrSecondary: Oplog collection reads are not allowed while in the rollback or startup state 2021-04-14 15:29:00 +00:00
prepare_prepared_transaction_wc_timeout.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
prepare_survives_primary_reconfig_failover.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
prepare_survives_reconfig_via_heartbeat_failover.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
prepare_transaction_fails_on_standalone.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
prepare_transaction_fails_with_arbiters.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
prepare_transaction_index_build.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
prepare_transaction_read_at_cluster_time.js SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
prepare_transaction_survives_state_transition_to_and_from_recovering.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
prepared_transaction_commands_fail_on_secondaries.js SERVER-50408 Change NotMaster error name to NotWritablePrimary 2020-09-03 13:19:48 +00:00
prepared_transaction_on_failover.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
primary_casts_vote_on_stepdown.js SERVER-74179 Use initiateWithHighElectionTimeout() in primary_casts_vote_on_stepdown.js to prevent unexpected elections. 2023-04-07 18:38:59 +00:00
primary_restart_before_index_build_received_votes.js SERVER-50602 remove IndexBuildTest.indexBuildCommitQuorumEnabled() 2020-08-29 03:37:07 +00:00
primary_rollbacks_before_index_build_received_votes.js SERVER-50602 remove IndexBuildTest.indexBuildCommitQuorumEnabled() 2020-08-29 03:37:07 +00:00
print_secondary_replication_info_unreachable_secondary.js SERVER-19823 rs.printSlaveReplicationInfo() syncedTo field displays the epoch for unreachable secondaries 2020-09-09 20:12:42 +00:00
priority_takeover_cascading_priorities.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
priority_takeover_one_node_higher_priority.js SERVER-51464 Fix assertion around number of elections in priority_takeover_one_node_higher_priority.js 2020-10-10 00:08:50 +00:00
priority_takeover_two_nodes_equal_priority.js SERVER-60392 Fix timing in priority_takeover_two_nodes_equal_priority test 2021-10-14 02:44:17 +00:00
profile.js SERVER-68463 add requires_fcv_60 tag to replset/profile.js 2022-08-01 20:33:27 +00:00
query_with_txn_prepared.js SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
quiesce_mode.js SERVER-57750 Add namespace to failpoint in quiesce_mode.js 2021-07-26 20:17:07 +00:00
quiesce_mode_fails_elections.js SERVER-72774 Prevent a node in quiesce mode to win election. 2023-03-24 22:57:02 +00:00
read_after_optime.js SERVER-47077 Clean up log lines in 'mongo/db' 2020-04-01 20:05:43 +00:00
read_at_cluster_time_outside_transactions.js SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
read_committed.js SERVER-57460 Remove remaining GLE calls from jstests 2021-06-29 07:06:40 +00:00
read_committed_after_rollback.js SERVER-60696 Add a server parameter to disallow multiple arbiters 2022-02-04 00:30:30 +00:00
read_committed_lookup.js SERVER-56845 Fail addShard if DWCF=w:1 and no CWWC is set 2021-07-13 19:45:14 +00:00
read_committed_no_snapshots.js SERVER-58035 Remove db.runCommandWithMetadata from mongo shell 2021-12-21 18:06:29 +00:00
read_committed_on_secondary.js SERVER-58035 Remove db.runCommandWithMetadata from mongo shell 2021-12-21 18:06:29 +00:00
read_committed_stale_history.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
read_committed_with_catalog_changes.js SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
read_concern_majority_getmore_secondaries.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
read_concern_snapshot_uses_committed.js SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
read_concern_uninitated_set.js SERVER-47568 Disable clusterTime gossiping for nodes in unreadable states 2021-05-04 19:53:30 +00:00
read_majority_two_arbs.js SERVER-60696 Add a server parameter to disallow multiple arbiters 2022-02-04 00:30:30 +00:00
read_operations_during_rollback.js SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
read_operations_during_step_down.js SERVER-44251 Replaced setFailPoint and clearFailPoint with configureFailPoint 2021-07-01 18:07:31 +00:00
read_operations_during_step_up.js SERVER-44251 Replaced setFailPoint and clearFailPoint with configureFailPoint 2021-07-01 18:07:31 +00:00
read_write_concern_defaults_propagation.js SERVER-56642 fix read_write_concern_defaults_propagation.js when change default write concern feature flag enabled 2021-05-19 03:53:14 +00:00
reconfig.js SERVER-47142 Check primary before writing config and no-op. 2020-04-17 15:31:21 +00:00
reconfig_add_remove_arbiter.js SERVER-57010 Check default write concern during replica set reconfig When the feature flag is enabled 2021-05-19 20:31:00 +00:00
reconfig_avoids_diverging_configs.js SERVER-50651 Replace occurrences of isMaster command with hello in replsets jstests 2020-09-28 18:05:55 +00:00
reconfig_avoids_rolling_back_committed_writes_in_psa_sets.js SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
reconfig_commitment_succeeds_with_arbiter.js SERVER-46592 Remove all usages of the requires_fcv_44 tag from jstests 2020-04-29 17:32:39 +00:00
reconfig_during_election.js SERVER-45081 Increment config term via reconfig on stepup. 2020-03-03 09:08:42 +00:00
reconfig_errors_on_improper_host_value.js SERVER-37190 ReplSetReconfig should error out if any of the members have a 'host' field that contains a replica set connection string. Added tests to ensure this behavior 2020-06-30 01:02:11 +00:00
reconfig_fails_no_cwwc_set.js SERVER-59227 Remove featureFlagDefaultWriteConcernMajority 2021-08-12 19:05:52 +00:00
reconfig_ignores_term_field.js SERVER-46592 Remove all usages of the requires_fcv_44 tag from jstests 2020-04-29 17:32:39 +00:00
reconfig_may_not_remove_custom_wc_in_use.js SERVER-61864 Disallow removing custom write concern during reconfig if it is currently set as the default 2022-04-02 00:25:58 +00:00
reconfig_only_counts_voters_for_config_commitment.js SERVER-48103 Initiate reconfig_only_counts_*.js tests with a high election timeout 2020-05-11 22:00:43 +00:00
reconfig_only_counts_voting_nodes_for_oplog_commitment.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
reconfig_prohibits_w0.js SERVER-48065 Remove expected error code from reconfig_prohibits_w0.js 2021-08-17 20:08:32 +00:00
reconfig_removes_node_in_rollback.js SERVER-48179 Allow transition to SECONDARY at the end of rollback even it was changed to REMOVED. 2021-03-16 23:47:35 +00:00
reconfig_tags.js SERVER-50651 Replace occurrences of isMaster command with hello in replsets jstests 2020-09-28 18:05:55 +00:00
reconfig_uses_default_protocolVersion.js SERVER-45143 use default value for 'protocolVersion' field during reconfigs 2020-03-09 17:07:50 +00:00
reconfig_waits_for_a_majority_to_replicate_config.js SERVER-46592 Remove all usages of the requires_fcv_44 tag from jstests 2020-04-29 17:32:39 +00:00
reconfig_waits_for_config_durability.js SERVER-45642 Fix WiredTigerCheckpointThread to skip checkpointing if syncdelay is set to 0; disallow users from setting syncdelay values greater than an hour; and stop spurious checkpoint thread wakeups. 2020-06-02 17:26:36 +00:00
reconfig_waits_for_oplog_commitment_condition.js SERVER-60744 Increase replSetStepDown timeout in reconfig_waits_for_oplog_commitment_condition.js 2021-10-15 16:09:17 +00:00
reconfig_waits_for_oplog_commitment_condition_when_leaving_force.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
reconstruct_prepared_transactions_initial_sync.js SERVER-89618 Must disable validation when reconstructing prepared tra… (#21781) 2024-05-02 21:15:47 +00:00
reconstruct_prepared_transactions_initial_sync_change_oldest_active_txn_timestamp.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
reconstruct_prepared_transactions_initial_sync_index_build.js SERVER-57030 Wait for index build parallel shell to exit in 2021-05-19 14:32:29 +00:00
reconstruct_prepared_transactions_initial_sync_no_oplog_application.js SERVER-55676 [SBE][replica_sets] Tests trigger fatal assertion: NotPrimaryOrSecondary: Oplog collection reads are not allowed while in the rollback or startup state 2021-04-14 15:29:00 +00:00
reconstruct_prepared_transactions_initial_sync_on_oplog_seed.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
recover_committed_aborted_prepared_transactions.js SERVER-55676 [SBE][replica_sets] Tests trigger fatal assertion: NotPrimaryOrSecondary: Oplog collection reads are not allowed while in the rollback or startup state 2021-04-14 15:29:00 +00:00
recover_multiple_prepared_transactions_startup.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
recover_prepared_transaction_state.js SERVER-55676 [SBE][replica_sets] Tests trigger fatal assertion: NotPrimaryOrSecondary: Oplog collection reads are not allowed while in the rollback or startup state 2021-04-14 15:29:00 +00:00
recover_prepared_transactions_startup_secondary_application.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
recover_prepared_txn_with_multikey_write.js SERVER-44986 Blacklist incompatible tests from replica_sets_multiversion suite 2019-12-10 20:07:44 +00:00
recover_prepared_txn_with_multikey_write_initial_sync.js SERVER-55676 [SBE][replica_sets] Tests trigger fatal assertion: NotPrimaryOrSecondary: Oplog collection reads are not allowed while in the rollback or startup state 2021-04-14 15:29:00 +00:00
recovery_after_clean_shutdown_but_not_all_writes_in_snapshot.js SERVER-59058 Enforce fast count validation in ValidateCollections Python hook 2021-09-30 21:01:46 +00:00
recovery_preserves_active_txns.js SERVER-45718 Index builder ensures empty collection by reading data from 2020-01-27 20:29:54 +00:00
refresh_sessions_rs.js SERVER-49993 Update _slaves to _secondaries in replsettest.js 2020-09-04 14:15:35 +00:00
reindex.js SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
remove1.js SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
remove_newly_added_field_after_finishing_initial_sync.js SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
remove_newly_added_field_votes_zero.js SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
remove_newly_added_member_index_swap_concurrent.js SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
rename_across_dbs.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
rename_across_dbs_drop_target.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
rename_collection_between_unrepl_and_repl.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
rename_collection_temp.js SERVER-51282 Replace all remaining reference to master slave terminology in jstests 2020-10-13 21:19:55 +00:00
rename_replica_set.js SERVER-51897 Ensure write is durable in rename_replica_set.js 2020-10-30 21:19:12 +00:00
replSetGetStatus_member_wall_times.js SERVER-61681 Wait for replSetGetStatus to update in replSetGetStatus_member_wall_times.js 2021-11-23 02:06:49 +00:00
replSetGetStatus_new_term_oplog_entry_fields.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
repl_options.js
repl_startup_error_no_hang_on_shutdown.js SERVER-66585 Update test tags for repl_startup_error_no_hang_on_shutdown.js 2022-05-31 14:33:12 +00:00
replset1.js SERVER-50442 Remove ensureIndex shell function 2020-11-17 14:23:10 +00:00
replset2.js SERVER-50581 Replace setSlaveOk and getSlaveOk occurrences in jstests 2020-09-09 23:29:23 +00:00
replset3.js SERVER-49993 Update _slaves to _secondaries in replsettest.js 2020-09-04 14:15:35 +00:00
replset4.js SERVER-50651 Replace occurrences of isMaster command with hello in replsets jstests 2020-09-28 18:05:55 +00:00
replset6.js SERVER-50581 Replace setSlaveOk and getSlaveOk occurrences in jstests 2020-09-09 23:29:23 +00:00
replset8.js SERVER-51282 Replace all remaining reference to master slave terminology in jstests 2020-10-13 21:19:55 +00:00
replsetadd_profile.js SERVER-51282 Replace all remaining reference to master slave terminology in jstests 2020-10-13 21:19:55 +00:00
replsetarb2.js SERVER-51282 Replace all remaining reference to master slave terminology in jstests 2020-10-13 21:19:55 +00:00
replsetfreeze.js SERVER-50651 Replace occurrences of isMaster command with hello in replsets jstests 2020-09-28 18:05:55 +00:00
replsethostnametrim.js SERVER-51282 Replace all remaining reference to master slave terminology in jstests 2020-10-13 21:19:55 +00:00
replsetinitiate_works_with_keyfile_profile_verbose_options.js SERVER-62423 Fix replsetinitiate_works_with_keyfile_profile_verbose_options.js to work on ephemeralForTest 2022-01-10 22:19:25 +00:00
replsetprio1.js SERVER-51282 Replace all remaining reference to master slave terminology in jstests 2020-10-13 21:19:55 +00:00
replsetrestart1.js SERVER-49993 Update _slaves to _secondaries in replsettest.js 2020-09-04 14:15:35 +00:00
replsets_killop.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
replsettest_checks_wait_for_secondaries.js SERVER-59058 Enforce fast count validation in ValidateCollections Python hook 2021-09-30 21:01:46 +00:00
replsettest_control_1_node.js SERVER-43802 Add ReplSetTest and ShardingTest control tests for measuring baseline performance of setup and teardown procedures 2019-10-14 16:48:38 +00:00
replsettest_control_12_nodes.js SERVER-53826 replsettest_control_12_nodes.js should use initiateWithHighElectionTimeout 2021-01-15 21:34:21 +00:00
replsettest_remove_then_stopset.js SERVER-30862 ReplSetTest.remove() should call stop() on the node to be removed 2020-05-05 23:20:41 +00:00
replsettest_stop_with_default_rwc.js SERVER-53247 Remove EMRC=false targeted jstests/unittests 2021-01-14 16:24:05 +00:00
restart_index_build_if_resume_interrupted_by_rollback.js SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
restore_term.js SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked() 2019-08-14 13:52:59 +00:00
resume_after_against_oplog.js SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
resync_majority_member.js SERVER-60096: Add rollbackHangCommonPointBeforeReplCommitPoint failpo… 2021-09-21 22:03:54 +00:00
retryable_commit_transaction_after_failover.js SERVER-51282 Replace all remaining reference to master slave terminology in jstests 2020-10-13 21:19:55 +00:00
retryable_commit_transaction_after_restart.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
retryable_prepared_commit_transaction_after_failover.js SERVER-53248 call awaitLastOpCommitted before committing transaction in retryable_prepared_commit_transaction_after_failover.js 2021-01-11 17:33:18 +00:00
retryable_write_concern.js SERVER-45311: Split fcv tests in retryable_write_concern.js into its own test 2020-01-03 17:29:48 +00:00
retryable_writes_direct_write_to_config_transactions.js SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked() 2019-08-14 13:52:59 +00:00
retryable_writes_failover.js SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked() 2019-08-14 13:52:59 +00:00
retryable_writes_initial_sync.js SERVER-55415: Store retryable images in the side collection by default. 2021-08-09 18:58:06 +00:00
retrying_prepared_transaction_does_not_block_stepdown.js SERVER-44650 Add new test mode enforeFastCount to foreground validate 2020-05-21 17:55:43 +00:00
rollback_aborted_prepared_transaction.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
rollback_all_op_types.js SERVER-60696 Add a server parameter to disallow multiple arbiters 2022-02-04 00:30:30 +00:00
rollback_auth.js SERVER-57369 Disable concurrent authentication 2022-02-24 02:51:46 +00:00
rollback_capped_deletions.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
rollback_clustered_indexes.js SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
rollback_collmods.js SERVER-60696 Add a server parameter to disallow multiple arbiters 2022-02-04 00:30:30 +00:00
rollback_creates_rollback_directory.js SERVER-51282 Replace all remaining reference to master slave terminology in jstests 2020-10-13 21:19:55 +00:00
rollback_crud_op_sequences.js SERVER-54339: Prevent spontaneous elections in rollback_crud_op_sequences.js 2021-02-06 01:53:22 +00:00
rollback_ddl_op_sequences.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
rollback_drop_database.js SERVER-77278 Secondaries close empty database on receipt of a conflicting createCollection database name to handle primary dropDatabase oplog rollback 2023-09-07 20:26:33 +00:00
rollback_drop_index_after_rename.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
rollback_dup_ids.js SERVER-45492 Tag rollback_dup_ids.js with 'requires_persistence' and 'requires_journaling' 2020-01-21 15:05:41 +00:00
rollback_dup_ids_clean_shutdown_during_rollback.js SERVER-45010 Avoid taking a checkpoint on clean shutdown if stableTimestamp < initialDataTimestamp 2020-01-22 22:54:43 +00:00
rollback_during_step_up.js SERVER-63127 Disable running rollback_during_step_up.js for ephemeralForTest 2022-02-01 18:07:08 +00:00
rollback_files_no_prepare_conflict.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
rollback_index_build_and_create.js SERVER-59685 Expect appropriate errors for index build 2021-09-30 23:57:52 +00:00
rollback_index_build_start.js SERVER-59685 Expect appropriate errors for index build 2021-09-30 23:57:52 +00:00
rollback_index_build_start_abort.js SERVER-59685 Expect appropriate errors for index build 2021-09-30 23:57:52 +00:00
rollback_index_build_start_abort_not_create.js SERVER-59685 Expect appropriate errors for index build 2021-09-30 23:57:52 +00:00
rollback_index_build_start_commit.js SERVER-46592 Remove all usages of the requires_fcv_44 tag from jstests 2020-04-29 17:32:39 +00:00
rollback_index_build_start_commit_drop.js SERVER-46592 Remove all usages of the requires_fcv_44 tag from jstests 2020-04-29 17:32:39 +00:00
rollback_index_build_start_not_create.js SERVER-46592 Remove all usages of the requires_fcv_44 tag from jstests 2020-04-29 17:32:39 +00:00
rollback_prepare_transaction.js SERVER-55676 [SBE][replica_sets] Tests trigger fatal assertion: NotPrimaryOrSecondary: Oplog collection reads are not allowed while in the rollback or startup state 2021-04-14 15:29:00 +00:00
rollback_reconstructs_transactions_prepared_before_stable.js SERVER-55676 [SBE][replica_sets] Tests trigger fatal assertion: NotPrimaryOrSecondary: Oplog collection reads are not allowed while in the rollback or startup state 2021-04-14 15:29:00 +00:00
rollback_recovery_commit_transaction_before_stable_timestamp.js SERVER-55676 [SBE][replica_sets] Tests trigger fatal assertion: NotPrimaryOrSecondary: Oplog collection reads are not allowed while in the rollback or startup state 2021-04-14 15:29:00 +00:00
rollback_remote_cursor_retry.js SERVER-39165 Add waitForFailpoint command and update other repl tests 2019-10-25 19:08:50 +00:00
rollback_rename_collection_on_sync_source.js SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked() 2019-08-14 13:52:59 +00:00
rollback_rename_count.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
rollback_resumable_index_build_bulk_load_phase.js SERVER-59042 Remove special handling of index build bulk load lock yielding for multiversion tests after backports 2021-10-01 19:59:04 +00:00
rollback_resumable_index_build_bulk_load_phase_large.js SERVER-59042 Remove special handling of index build bulk load lock yielding for multiversion tests after backports 2021-10-01 19:59:04 +00:00
rollback_resumable_index_build_collection_scan_phase.js SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
rollback_resumable_index_build_collection_scan_phase_large.js SERVER-62126 Disable the rollback resumable index build test on the slow variant 2021-12-22 18:49:48 +00:00
rollback_resumable_index_build_drain_writes_phase.js SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
rollback_resumable_index_build_mixed_phases.js SERVER-59042 Remove special handling of index build bulk load lock yielding for multiversion tests after backports 2021-10-01 19:59:04 +00:00
rollback_set_fcv.js SERVER-62380 Wait for majority commit point to be advanced on secondary before starting rollback test in rollback_set_fcv.js 2022-01-06 21:42:14 +00:00
rollback_test_control.js SERVER-44068 Add RollbackTest control test 2020-04-13 21:57:52 +00:00
rollback_time_limit_param.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
rollback_transaction_table.js SERVER-66565 Create config.transactions partial index in setFCV 2022-05-24 21:12:59 +00:00
rollback_transactions_count.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
rollback_unclean_shutdowns_parameter_obeyed.js SERVER-49416 Don't override the TestData.allowUncleanShutdowns parameter when doing an unclean shutdown in the shell 2020-07-24 16:44:12 +00:00
rollback_unprepared_transactions.js SERVER-46592 Remove all usages of the requires_fcv_44 tag from jstests 2020-04-29 17:32:39 +00:00
rollback_via_refetch_commit_transaction.js SERVER-50748 Add repl and sharding tasks to the undodb variant 2020-09-27 23:23:02 +00:00
rollback_views.js SERVER-63505 Wait until primary is writable primary in rollback_views.js 2022-02-16 16:33:23 +00:00
rollback_with_coalesced_txn_table_updates_during_oplog_application.js SERVER-68330: Suppress mixed-mode testing assertions on config.transactions. 2022-07-27 15:10:03 +00:00
rollback_with_coalesced_txn_table_updates_from_vectored_inserts.js SERVER-58296 re-enabled tests and marked node_restarts_no_oplog_entry_at_stable.js as multiversion_incompatible 2021-09-01 23:54:58 +00:00
rollback_with_socket_error_then_steady_state.js SERVER-60696 Add a server parameter to disallow multiple arbiters 2022-02-04 00:30:30 +00:00
rollbacktest_unittest.js SERVER-41625 RollbackTest fixture runs data consistency checks twice when it stops 2020-01-27 17:48:40 +00:00
rollover_preserves_active_txns.js SERVER-45718 Index builder ensures empty collection by reading data from 2020-01-27 20:29:54 +00:00
rslib.js SERVER-77154 Always use "hello" for connection handshake in internal client code 2023-06-08 22:29:26 +00:00
secondaryOk_slaveOk_aliases.js SERVER-50409 Change NotMasterNoSlaveOk error name to NotPrimaryNoSecondaryOk 2020-09-03 19:16:09 +00:00
secondary_as_sync_source.js SERVER-78576 fix listIndexes support for index builds in time-series buckets collection 2023-07-13 13:16:48 +00:00
secondary_reads_timestamp_visibility.js SERVER-38961 remove ReplSetTest.waitForAllIndexBuildsToFinish() 2020-05-03 19:12:43 +00:00
secondary_reads_unique_indexes.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
secondarydelaysecs_clean_shutdown.js SERVER-59081 Remove logic to perform reconfig when upgrading / downgrading once 5.0 is LTS 2021-08-18 21:29:00 +00:00
secondarydelaysecs_sync_source.js SERVER-59081 Remove logic to perform reconfig when upgrading / downgrading once 5.0 is LTS 2021-08-18 21:29:00 +00:00
secondarydelaysecs_waits_for_writes.js SERVER-59081 Remove logic to perform reconfig when upgrading / downgrading once 5.0 is LTS 2021-08-18 21:29:00 +00:00
secondaryok_read_pref.js SERVER-58103 Remove test cases which test legacy op behaviors 2021-06-30 23:41:39 +00:00
server8070.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
server_election_metrics.js SERVER-41502 Track the number of times primary catchup concludes for each reason in serverStatus 2019-08-13 08:37:45 -04:00
server_status_metrics.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
server_status_repl.js SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked() 2019-08-14 13:52:59 +00:00
server_status_repl_is_writable_primary.js SERVER-50420 Change repl.ismaster to repl.isWritablePrimary in serverStatus 2020-10-07 22:40:39 +00:00
session_cache_refresh_write_error_fail.js SERVER-73229 Throw on write errors in session refresh 2023-04-04 01:02:41 +00:00
sessions_collection_auto_healing.js SERVER-40441 Make arbiters not try to setup the sessions collection or check if it exists in LogicalSessionCache refresh/reap thread 2020-05-20 01:24:31 +00:00
sessions_collection_reaping.js SERVER-59197: Delete findAndModify image entries when their corresponding session is deleted. 2021-08-10 00:24:28 +00:00
set_cluster_parameter_replset.js SERVER-65681 Tag set_cluster_parameter_replset.js with "requires_persistence" 2022-04-14 23:31:28 +00:00
shard_merge_enabled.js SERVER-62352 Post-5.2 fixes for shard merge tests 2022-01-26 13:35:21 +00:00
shard_merge_invalid_options.js SERVER-61474 Ban directoryPerDb and directoryForIndexes with Merge 2022-01-04 18:06:22 +00:00
shutdown.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
shutdown_primary.js SERVER-58402: Increase timeout of shutdown command in shutdown_primary.js 2021-07-09 20:14:31 +00:00
shutdown_with_prepared_transaction.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
single_node_set_new_hostname.js SERVER-58119 single_node_set_new_hostname.js needs to call replSetReconfig with an assert.soonNoExcept 2021-06-29 01:33:06 +00:00
single_server_majority.js SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked() 2019-08-14 13:52:59 +00:00
sized_zero_capped.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
snapshot_reads_before_initial_sync_finishes.js SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
speculative_read_transaction.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
speculative_transaction.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
split_horizon_hostname_startup.js SERVER-65182 Fix split_horizon_hostname_startup.js to use an assert.soon when getting the replsetconfig 2022-04-04 15:14:24 +00:00
split_horizon_hostname_validation.js SERVER-50651 Replace occurrences of isMaster command with hello in replsets jstests 2020-09-28 18:05:55 +00:00
split_horizon_startup_warning.js SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
stable_timestamp_can_advance_after_oplog_hole_abort.js SERVER-47691 Add missing explicit JS dependencies for tests that use ReplSetTest 2020-05-08 23:05:39 +00:00
standalone_recover_to_oplog_timestamp.js SERVER-55602 Relax non-read-only invariant in WiredTigerKVEngine::makeTemporaryRecordStore when recoverToOplogTimestamp is specified 2021-03-30 15:57:30 +00:00
standalone_replication_recovery_idempotent.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
standalone_replication_recovery_prepare_only.js SERVER-49416 Don't override the TestData.allowUncleanShutdowns parameter when doing an unclean shutdown in the shell 2020-07-24 16:44:12 +00:00
standalone_replication_recovery_prepare_with_commit.js SERVER-49862 Clarify usages of `skipEnforceFastCountOnValidate` 2021-08-05 20:32:19 +00:00
standalone_replication_recovery_relaxes_index_constraints.js SERVER-60753 Skip removing index build entries explicitly from 'config.system.indexBuilds' when recovering from the oplog as a standalone 2022-09-30 03:39:13 +00:00
startParallelShell.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
startup_recovery_commit_transaction_before_stable_timestamp.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
startup_recovery_for_restore.js SERVER-62745: Clear appliedThrough after startupRecoveryForRestore 2022-02-02 22:10:21 +00:00
startup_recovery_for_restore_needs_rollback.js SERVER-55703 Update getDefaultRWConcern to return the implicit default if there is no CWWC 2021-05-07 23:19:52 +00:00
startup_recovery_for_restore_restarts.js SERVER-63112 Wait for unstable checkpoint to begin and complete after inserting sentinel collection in startup_recovery_for_restore_restarts.js 2022-02-18 15:49:45 +00:00
startup_recovery_reconstructs_txn_prepared_before_stable_ts.js SERVER-47877 Replace uses of arrayEq without assert with assert.sameMembers in replsets tests 2020-05-06 17:24:41 +00:00
startup_without_fcv_document_succeeds_if_initial_sync_flag_set.js SERVER-50581 Replace setSlaveOk and getSlaveOk occurrences in jstests 2020-09-09 23:29:23 +00:00
step_down_chaining_disabled.js SERVER-39621 Change sync source when primary steps down and chaining is disabled 2020-05-08 19:21:43 +00:00
step_down_during_draining.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
step_down_during_draining2.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
step_down_during_draining3.js SERVER-59672 change rsSyncApplyStop failpoint's enabled log 2021-10-18 23:09:15 +00:00
step_down_on_secondary.js SERVER-53431 Server should respond running operations with appropriate topologyVersion on stepdown 2021-01-26 01:45:19 +00:00
stepdown.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
stepdown_catch_up_opt.js SERVER-58814 Increase secondaryCatchUpPeriodSecs on stepdown_catch_up_opt.js 2021-07-26 18:10:44 +00:00
stepdown_during_set_fcv.js SERVER-58294 Improve interrupt detection when doing update for setFCV command 2021-08-19 17:24:00 +00:00
stepdown_fassert_on_rstl_timeout.js SERVER-65825 Increase fassertOnLockTimeoutForStepUpDown default timeout to 30 seconds 2022-04-20 23:30:24 +00:00
stepdown_kill_other_ops.js SERVER-58296 re-enabled tests and marked node_restarts_no_oplog_entry_at_stable.js as multiversion_incompatible 2021-09-01 23:54:58 +00:00
stepdown_killop.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
stepdown_long_wait_time.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
stepdown_needs_electable_secondary.js SERVER-58135: Increase numInitialSyncAttempts for JS tests with chaining disabled 2021-08-10 17:47:02 +00:00
stepdown_needs_majority.js SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked() 2019-08-14 13:52:59 +00:00
stepdown_race_with_transaction.js SERVER-63097 stepdown_race_with_transaction.js should use the 'uses_transactions' tag. 2022-01-28 19:53:01 +00:00
stepup.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
stepup_increments_config_term.js SERVER-46592 Remove all usages of the requires_fcv_44 tag from jstests 2020-04-29 17:32:39 +00:00
stepup_with_linearizable_read.js SERVER-67402 Fix race where linearizable read concern may read during primary catchup 2022-09-15 17:27:33 +00:00
storage_commit_out_of_order.js SERVER-41177 Remove Javascript ScopedThread class 2019-08-12 17:28:18 -04:00
sync2.js SERVER-51282 Replace all remaining reference to master slave terminology in jstests 2020-10-13 21:19:55 +00:00
sync_passive.js SERVER-49993 Update _slaves to _secondaries in replsettest.js 2020-09-04 14:15:35 +00:00
sync_source_changes.js SERVER-76139 sync_source_changes.js should wait for node to no longer be newly added before asserting on sync source 2023-04-21 16:13:16 +00:00
sync_source_enters_quiesce_mode.js SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
sync_source_selection_ignores_minvalid_after_rollback.js SERVER-71094 Increase log level for 'Voted yes in election' to (debug) 1 2022-12-01 17:52:07 +00:00
system_profile.js SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked() 2019-08-14 13:52:59 +00:00
system_profile_secondary.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
tags.js SERVER-54753 Fix test tag in tags.js for ephemeralForTest 2021-02-24 15:11:10 +00:00
tags2.js SERVER-51282 Replace all remaining reference to master slave terminology in jstests 2020-10-13 21:19:55 +00:00
tags_with_reconfig.js SERVER-51282 Replace all remaining reference to master slave terminology in jstests 2020-10-13 21:19:55 +00:00
temp_namespace.js SERVER-50442 Remove ensureIndex shell function 2020-11-17 14:23:10 +00:00
temp_namespace_restart_as_standalone.js SERVER-47489 Blacklist standalone_replication_recovery_idempotent.js and temp_namespace_restart_as_standalone from multiversion testing 2020-04-17 18:53:43 +00:00
tenant_migration_aborted_buildindex.js SERVER-60684 Tag serverless tests 2022-01-28 23:31:17 +00:00
tenant_migration_advance_stable_ts_after_clone.js SERVER-62934: Don't require explicit donor fsync before shard merge specific tests. 2022-03-17 21:06:40 +00:00
tenant_migration_blocking_state_timeout.js SERVER-60684 Tag serverless tests 2022-01-28 23:31:17 +00:00
tenant_migration_buildindex.js SERVER-63397 Abort all index builds during shard merge 2022-03-10 13:34:05 +00:00
tenant_migration_buildindex_shard_merge.js SERVER-63122: Remove logical cloning procedure for shard merge protocol 2022-04-06 18:22:40 +00:00
tenant_migration_causal_consistency_commit_optime_before_last_cloning_optime.js SERVER-63122: Remove logical cloning procedure for shard merge protocol 2022-04-06 18:22:40 +00:00
tenant_migration_cloner_stats.js SERVER-63122: Remove logical cloning procedure for shard merge protocol 2022-04-06 18:22:40 +00:00
tenant_migration_cloner_stats_with_failover.js SERVER-67194 Replace the logic in our jstest to retry when calling replSetStepUp 2022-08-31 15:03:13 +00:00
tenant_migration_clones_system_views.js SERVER-60684 Tag serverless tests 2022-01-28 23:31:17 +00:00
tenant_migration_cloning_uses_read_concern_majority.js SERVER-63122: Remove logical cloning procedure for shard merge protocol 2022-04-06 18:22:40 +00:00
tenant_migration_cluster_time_keys_cloning.js SERVER-62934: Don't require explicit donor fsync before shard merge specific tests. 2022-03-17 21:06:40 +00:00
tenant_migration_collection_rename.js SERVER-63122: Remove logical cloning procedure for shard merge protocol 2022-04-06 18:22:40 +00:00
tenant_migration_collection_ttl.js SERVER-66027: Speed up tenant migration tests. 2022-07-27 01:26:47 +00:00
tenant_migration_commit_transaction_retry.js SERVER-66027: Speed up tenant migration tests. 2022-07-27 01:26:47 +00:00
tenant_migration_concurrent_bulk_writes.js SERVER-60684 Tag serverless tests 2022-01-28 23:31:17 +00:00
tenant_migration_concurrent_migrations.js SERVER-60684 Tag serverless tests 2022-01-28 23:31:17 +00:00
tenant_migration_concurrent_migrations_recipient.js SERVER-60684 Tag serverless tests 2022-01-28 23:31:17 +00:00
tenant_migration_concurrent_migrations_stress_test.js SERVER-66027: Reduce CPU contention for the tenant migration stress test. 2022-08-04 18:17:05 +00:00
tenant_migration_concurrent_reads_on_donor.js SERVER-62934: Don't require explicit donor fsync before shard merge specific tests. 2022-03-17 21:06:40 +00:00
tenant_migration_concurrent_reads_on_recipient.js SERVER-66027: Speed up tenant migration tests. 2022-07-27 01:26:47 +00:00
tenant_migration_concurrent_reconfig.js SERVER-60684 Tag serverless tests 2022-01-28 23:31:17 +00:00
tenant_migration_concurrent_state_doc_removal_and_stepdown.js SERVER-62934: Don't require explicit donor fsync before shard merge specific tests. 2022-03-17 21:06:40 +00:00
tenant_migration_concurrent_writes_on_donor.js SERVER-66246 refactoring tenant_migration_concurrent_writes_on_donor tests 2022-07-27 14:11:17 +00:00
tenant_migration_concurrent_writes_on_donor_aborted.js SERVER-66246 refactoring tenant_migration_concurrent_writes_on_donor tests 2022-07-27 14:11:17 +00:00
tenant_migration_concurrent_writes_on_donor_blocking.js SERVER-66246 refactoring tenant_migration_concurrent_writes_on_donor tests 2022-07-27 14:11:17 +00:00
tenant_migration_concurrent_writes_on_donor_blocking_then_aborted.js SERVER-66246 refactoring tenant_migration_concurrent_writes_on_donor tests 2022-07-27 14:11:17 +00:00
tenant_migration_concurrent_writes_on_donor_blocking_then_committed.js SERVER-66246 refactoring tenant_migration_concurrent_writes_on_donor tests 2022-07-27 14:11:17 +00:00
tenant_migration_concurrent_writes_on_donor_committed.js SERVER-66246 refactoring tenant_migration_concurrent_writes_on_donor tests 2022-07-27 14:11:17 +00:00
tenant_migration_concurrent_writes_on_donor_util.js SERVER-78987 Remove the free monitoring code from mongodb/mongo repo 2023-08-24 14:53:01 +00:00
tenant_migration_concurrent_writes_on_recipient.js SERVER-63122: Remove logical cloning procedure for shard merge protocol 2022-04-06 18:22:40 +00:00
tenant_migration_conflicting_donor_start_migration_cmds.js SERVER-61141 Make access blockers for shard merge 2022-03-22 11:51:22 +00:00
tenant_migration_conflicting_recipient_sync_data_cmds.js SERVER-60684 Tag serverless tests 2022-01-28 23:31:17 +00:00
tenant_migration_donor_abort_state_transition.js SERVER-60684 Tag serverless tests 2022-01-28 23:31:17 +00:00
tenant_migration_donor_current_op.js SERVER-62934: Don't require explicit donor fsync before shard merge specific tests. 2022-03-17 21:06:40 +00:00
tenant_migration_donor_initial_sync_cloning.js SERVER-63975 Allow internal connection reads on donor replset when access blockers installed 2022-03-24 19:47:19 +00:00
tenant_migration_donor_initial_sync_recovery.js SERVER-60684 Tag serverless tests 2022-01-28 23:31:17 +00:00
tenant_migration_donor_interrupt_on_stepdown_and_shutdown.js SERVER-62934: Don't require explicit donor fsync before shard merge specific tests. 2022-03-17 21:06:40 +00:00
tenant_migration_donor_kill_op_retry.js SERVER-60466 Move the helpers for creating and inserting external key documents into a util file 2023-07-06 16:03:00 +00:00
tenant_migration_donor_retry.js SERVER-67739: Fix tenant migration garbage collection race conditions 2022-10-06 18:55:01 +00:00
tenant_migration_donor_rollback_during_cloning.js SERVER-67194 Replace the logic in our jstest to retry when calling replSetStepUp 2022-08-31 15:03:13 +00:00
tenant_migration_donor_rollback_recovery.js SERVER-66027: Speed up tenant migration tests. 2022-07-27 01:26:47 +00:00
tenant_migration_donor_shutdown_while_blocking_reads.js SERVER-62934: Don't require explicit donor fsync before shard merge specific tests. 2022-03-17 21:06:40 +00:00
tenant_migration_donor_startup_recovery.js SERVER-63324 Don't send forget when not rebuilding instances 2022-02-08 12:31:32 +00:00
tenant_migration_donor_state_machine.js SERVER-62934: Don't require explicit donor fsync before shard merge specific tests. 2022-03-17 21:06:40 +00:00
tenant_migration_donor_try_abort.js SERVER-62934: Don't require explicit donor fsync before shard merge specific tests. 2022-03-17 21:06:40 +00:00
tenant_migration_donor_unblock_reads_and_writes_on_completion.js SERVER-63122: Remove logical cloning procedure for shard merge protocol 2022-04-06 18:22:40 +00:00
tenant_migration_donor_wont_retry_recipientsyncdata_on_non_retriable_interruption_errors.js SERVER-62934: Don't require explicit donor fsync before shard merge specific tests. 2022-03-17 21:06:40 +00:00
tenant_migration_drop_collection.js SERVER-63122: Remove logical cloning procedure for shard merge protocol 2022-04-06 18:22:40 +00:00
tenant_migration_drop_state_doc_collection.js SERVER-62934: Don't require explicit donor fsync before shard merge specific tests. 2022-03-17 21:06:40 +00:00
tenant_migration_ensure_migration_outcome_visibility_for_blocked_writes.js SERVER-60684 Tag serverless tests 2022-01-28 23:31:17 +00:00
tenant_migration_external_cluster_validation.js SERVER-60684 Tag serverless tests 2022-01-28 23:31:17 +00:00
tenant_migration_external_keys_ttl.js SERVER-62934: Don't require explicit donor fsync before shard merge specific tests. 2022-03-17 21:06:40 +00:00
tenant_migration_fetch_committed_transactions.js SERVER-63122: Remove logical cloning procedure for shard merge protocol 2022-04-06 18:22:40 +00:00
tenant_migration_fetch_committed_transactions_retry.js SERVER-63122: Remove logical cloning procedure for shard merge protocol 2022-04-06 18:22:40 +00:00
tenant_migration_filters_tenant_id.js SERVER-61141 Make access blockers for shard merge 2022-03-22 11:51:22 +00:00
tenant_migration_find_and_modify_retry.js SERVER-60684 Tag serverless tests 2022-01-28 23:31:17 +00:00
tenant_migration_ignore_create_index_on_nonempty_collection.js SERVER-60684 Tag serverless tests 2022-01-28 23:31:17 +00:00
tenant_migration_index_oplog_entries.js SERVER-60684 Tag serverless tests 2022-01-28 23:31:17 +00:00
tenant_migration_invalid_inputs.js SERVER-60684 Tag serverless tests 2022-01-28 23:31:17 +00:00
tenant_migration_large_txn.js SERVER-60684 Tag serverless tests 2022-01-28 23:31:17 +00:00
tenant_migration_logs.js SERVER-60684 Tag serverless tests 2022-01-28 23:31:17 +00:00
tenant_migration_metrics_output.js SERVER-60684 Tag serverless tests 2022-01-28 23:31:17 +00:00
tenant_migration_multi_writes.js SERVER-63122: Remove logical cloning procedure for shard merge protocol 2022-04-06 18:22:40 +00:00
tenant_migration_multikey_index.js SERVER-63122: Remove logical cloning procedure for shard merge protocol 2022-04-06 18:22:40 +00:00
tenant_migration_network_error_via_rollback.js SERVER-67194 Replace the logic in our jstest to retry when calling replSetStepUp 2022-08-31 15:03:13 +00:00
tenant_migration_no_failover.js SERVER-63122: Remove logical cloning procedure for shard merge protocol 2022-04-06 18:22:40 +00:00
tenant_migration_on_clustered_collection.js SERVER-56974 Enable feature flag for PM-2311 2022-02-09 17:17:37 +00:00
tenant_migration_oplog_view.js SERVER-60684 Tag serverless tests 2022-01-28 23:31:17 +00:00
tenant_migration_read_your_own_writes.js SERVER-60684 Tag serverless tests 2022-01-28 23:31:17 +00:00
tenant_migration_recipient_aborts_merge_on_donor_failure.js SERVER-67194 Replace the logic in our jstest to retry when calling replSetStepUp 2022-08-31 15:03:13 +00:00
tenant_migration_recipient_access_blocker_rollback.js SERVER-67324: wrap replSetSetup cmd in assert.soon 2022-10-06 20:10:57 +00:00
tenant_migration_recipient_creates_blocker_during_import.js SERVER-61141 Make access blockers for shard merge 2022-03-22 11:51:22 +00:00
tenant_migration_recipient_current_op.js SERVER-66027: Speed up tenant migration tests. 2022-07-27 01:26:47 +00:00
tenant_migration_recipient_does_not_change_sync_source_after_step_down.js SERVER-67194 Replace the logic in our jstest to retry when calling replSetStepUp 2022-08-31 15:03:13 +00:00
tenant_migration_recipient_failover_before_creating_oplog_buffer.js SERVER-67194 Replace the logic in our jstest to retry when calling replSetStepUp 2022-08-31 15:03:13 +00:00
tenant_migration_recipient_fetches_retryable_writes_entry_after_committed_snapshot.js SERVER-60684 Tag serverless tests 2022-01-28 23:31:17 +00:00
tenant_migration_recipient_fetches_retryable_writes_oplog_entries.js SERVER-63122: Remove logical cloning procedure for shard merge protocol 2022-04-06 18:22:40 +00:00
tenant_migration_recipient_fetches_synthetic_find_and_modify_oplog_entries.js SERVER-63122: Remove logical cloning procedure for shard merge protocol 2022-04-06 18:22:40 +00:00
tenant_migration_recipient_has_tenant_data.js SERVER-63122: Remove logical cloning procedure for shard merge protocol 2022-04-06 18:22:40 +00:00
tenant_migration_recipient_initial_sync_cloning.js SERVER-67194 Replace the logic in our jstest to retry when calling replSetStepUp 2022-08-31 15:03:13 +00:00
tenant_migration_recipient_initial_sync_recovery.js SERVER-63122: Remove logical cloning procedure for shard merge protocol 2022-04-06 18:22:40 +00:00
tenant_migration_recipient_invalidates_in_memory_txns.js SERVER-60684 Tag serverless tests 2022-01-28 23:31:17 +00:00
tenant_migration_recipient_resume_on_stepup_and_restart.js SERVER-62934: Don't require explicit donor fsync before shard merge specific tests. 2022-03-17 21:06:40 +00:00
tenant_migration_recipient_resumes_on_donor_failover.js SERVER-67194 Replace the logic in our jstest to retry when calling replSetStepUp 2022-08-31 15:03:13 +00:00
tenant_migration_recipient_retry_forget_migration.js SERVER-67194 Replace the logic in our jstest to retry when calling replSetStepUp 2022-08-31 15:03:13 +00:00
tenant_migration_recipient_retryable_writes_failover.js SERVER-67194 Replace the logic in our jstest to retry when calling replSetStepUp 2022-08-31 15:03:13 +00:00
tenant_migration_recipient_rollback_recovery.js SERVER-62934: Don't require explicit donor fsync before shard merge specific tests. 2022-03-17 21:06:40 +00:00
tenant_migration_recipient_shard_merge_learn_files.js SERVER-62934: Don't require explicit donor fsync before shard merge specific tests. 2022-03-17 21:06:40 +00:00
tenant_migration_recipient_startup_recovery.js SERVER-63122: Remove logical cloning procedure for shard merge protocol 2022-04-06 18:22:40 +00:00
tenant_migration_recipient_stepdown_after_forget.js SERVER-67194 Replace the logic in our jstest to retry when calling replSetStepUp 2022-08-31 15:03:13 +00:00
tenant_migration_recipient_sync_data_timeout.js SERVER-60684 Tag serverless tests 2022-01-28 23:31:17 +00:00
tenant_migration_recipient_sync_donor_timestamp.js SERVER-60684 Tag serverless tests 2022-01-28 23:31:17 +00:00
tenant_migration_recipient_sync_source_reconnect_delayed_secondary.js SERVER-60684 Tag serverless tests 2022-01-28 23:31:17 +00:00
tenant_migration_recipient_sync_source_restart_donor_secondary.js SERVER-60684 Tag serverless tests 2022-01-28 23:31:17 +00:00
tenant_migration_recipient_ttl.js SERVER-66027: Speed up tenant migration tests. 2022-07-27 01:26:47 +00:00
tenant_migration_recipient_vote_imported_files.js SERVER-63697 Simplify shard merge recipient coordination 2022-03-05 14:20:18 +00:00
tenant_migration_resume_collection_cloner_after_recipient_failover.js SERVER-67194 Replace the logic in our jstest to retry when calling replSetStepUp 2022-08-31 15:03:13 +00:00
tenant_migration_resume_collection_cloner_after_recipient_failover_with_dropped_views.js SERVER-63129 Tenant collection cloner resume should ignore “view already exists” errors while creating collections. 2022-02-15 20:54:57 +00:00
tenant_migration_resume_collection_cloner_after_rename.js SERVER-67194 Replace the logic in our jstest to retry when calling replSetStepUp 2022-08-31 15:03:13 +00:00
tenant_migration_resume_oplog_application.js SERVER-67194 Replace the logic in our jstest to retry when calling replSetStepUp 2022-08-31 15:03:13 +00:00
tenant_migration_retry_session_migration.js SERVER-63122: Remove logical cloning procedure for shard merge protocol 2022-04-06 18:22:40 +00:00
tenant_migration_retryable_write_retry.js SERVER-63122: Remove logical cloning procedure for shard merge protocol 2022-04-06 18:22:40 +00:00
tenant_migration_retryable_write_retry_on_recipient.js SERVER-67194 Replace the logic in our jstest to retry when calling replSetStepUp 2022-08-31 15:03:13 +00:00
tenant_migration_shard_merge_import_write_conflict_retry.js SERVER-62934: Don't require explicit donor fsync before shard merge specific tests. 2022-03-17 21:06:40 +00:00
tenant_migration_shard_merge_recipient_fetches_retryable_writes.js SERVER-63122: Remove logical cloning procedure for shard merge protocol 2022-04-06 18:22:40 +00:00
tenant_migration_shard_merge_recipient_fetches_synthetic_find_and_modify_entries.js SERVER-63122: Remove logical cloning procedure for shard merge protocol 2022-04-06 18:22:40 +00:00
tenant_migration_ssl_configuration.js SERVER-62934: Don't require explicit donor fsync before shard merge specific tests. 2022-03-17 21:06:40 +00:00
tenant_migration_stepup_recovery_after_abort.js SERVER-62934: Don't require explicit donor fsync before shard merge specific tests. 2022-03-17 21:06:40 +00:00
tenant_migration_sync_source_too_stale.js SERVER-60684 Tag serverless tests 2022-01-28 23:31:17 +00:00
tenant_migration_test_max_bson_limit.js SERVER-60684 Tag serverless tests 2022-01-28 23:31:17 +00:00
tenant_migration_timeseries_collections.js SERVER-60684 Tag serverless tests 2022-01-28 23:31:17 +00:00
tenant_migration_timeseries_retryable_write_oplog_cloning.js SERVER-62934: Don't require explicit donor fsync before shard merge specific tests. 2022-03-17 21:06:40 +00:00
tenant_migration_timeseries_retryable_write_retry_on_recipient.js SERVER-67194 Replace the logic in our jstest to retry when calling replSetStepUp 2022-08-31 15:03:13 +00:00
tenant_migration_transaction_boundary.js SERVER-60684 Tag serverless tests 2022-01-28 23:31:17 +00:00
tenant_migration_v1_id_index.js SERVER-60684 Tag serverless tests 2022-01-28 23:31:17 +00:00
tenant_migration_x509.js SERVER-60684 Tag serverless tests 2022-01-28 23:31:17 +00:00
tenant_migrations_back_to_back.js SERVER-61141 Make access blockers for shard merge 2022-03-22 11:51:22 +00:00
tenant_migrations_noop_writes.js SERVER-63397 Abort all index builds during shard merge 2022-03-10 13:34:05 +00:00
tenant_migrations_transaction_with_create_collection.js SERVER-60684 Tag serverless tests 2022-01-28 23:31:17 +00:00
test-egress.js SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
test_command.js SERVER-49730: Replace usages of waitForDrainFinish 2020-08-04 15:37:19 +00:00
test_only_repl_commands.js SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
text_index_limits.js SERVER-38961 remove ReplSetTest.waitForAllIndexBuildsToFinish() 2020-05-03 19:12:43 +00:00
timeseries_mixed_schema_bucket_initial_sync.js SERVER-92426 Adapt tests to rely on new timeseriesBucketsMayHaveMixedSchemaData catalog option format (#25893) 2024-08-08 11:30:13 +00:00
too_stale_secondary.js SERVER-49690 Retry "CappedPositionLost" to find oldest oplog entry 2020-07-17 21:45:34 +00:00
transaction_ops_disallowed_in_applyOps.js SERVER-57294 Use {w: majority} when creating a collection right before starting transaction in jstests 2021-06-01 18:03:10 +00:00
transaction_table_multi_statement_txn.js SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked() 2019-08-14 13:52:59 +00:00
transaction_table_oplog_replay.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
transactions_committed_with_tickets_exhausted.js SERVER-55753 Use w: majority for createCollection command in transactions_committed_with_tickets_exhausted.js 2021-04-02 17:18:19 +00:00
transactions_during_step_down.js SERVER-51281: Skip LastOpFixer for multi-doc transactions 2021-02-10 02:54:36 +00:00
transactions_on_secondaries_not_allowed.js SERVER-51262 Rename skipCheckingForNotMasterInCommandDispatch to skipCheckingForNotPrimaryInCommandDispatch 2020-10-10 01:45:34 +00:00
transactions_only_allowed_on_primaries.js SERVER-47081 Delete geoSearch command and related tests 2020-11-03 13:30:56 +00:00
transactions_reaped_with_tickets_exhausted.js SERVER-41177 Remove Javascript ScopedThread class 2019-08-12 17:28:18 -04:00
transactions_wait_for_write_concern.js SERVER-54534: No need to wait for writeConcern on aborting multi-document transactions 2021-02-16 15:05:50 +00:00
trigger_initial_stable_checkpoint.js SERVER-49064 Update references of "last-stable" to use "last-continuous" and "last-lts" 2020-07-23 12:26:49 +00:00
two_nodes_priority_take_over.js SERVER-48037 Execute reconfig atomically in two_nodes_priority_takeover.js 2020-05-08 18:00:56 +00:00
txn_override_unittests.js SERVER-55963 Use "denylist" in replication subsystems 2021-04-30 17:12:57 +00:00
unconditional_step_down.js SERVER-53985 Ensure joinUnblockStepDown thread has connected and is waiting before initiating stepdown in unconditional_step_down.js 2021-01-28 22:41:20 +00:00
uninitialized_fcv_access.js SERVER-44986 Blacklist incompatible tests from replica_sets_multiversion suite 2019-12-10 20:07:44 +00:00
unpin_history_after_rollback.js SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
unsafe_reconfig_to_psa_set_fails.js SERVER-58353 re-enable failing replication tests 2021-08-04 01:18:25 +00:00
update_commit_point_from_sync_source_ignores_term.js SERVER-58135: Increase numInitialSyncAttempts for JS tests with chaining disabled 2021-08-10 17:47:02 +00:00
use_history_after_restart.js SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
user_management_wc.js SERVER-51282 Replace all remaining reference to master slave terminology in jstests 2020-10-13 21:19:55 +00:00
v2_delta_oplog_entries.js SERVER-58296 re-enabled tests and marked node_restarts_no_oplog_entry_at_stable.js as multiversion_incompatible 2021-09-01 23:54:58 +00:00
validate_fails_during_rollback.js SERVER-60620 log result from failed validation on rollback node 2021-10-12 19:22:10 +00:00
verify_sessions_expiration_rs.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
view_catalog_oplog_entries.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
write_concern_after_stepdown.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
write_concern_after_stepdown_and_stepup.js SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
write_concern_write_to_local.js SERVER-58898 Prevent writing to local db from waiting for writeConcern 2021-08-03 18:31:47 +00:00
wtimeout_too_large.js SERVER-70360 Set upper limit on wtimeout 2023-01-23 00:27:20 +00:00
zero_vote_arbiter.js SERVER-60696 Add a server parameter to disallow multiple arbiters 2022-02-04 00:30:30 +00:00