0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/jstests/replsets
2021-04-02 22:33:13 +00:00
..
libs SERVER-53251 Add dbhash check to tenant migration passthrough 2021-03-25 18:24:48 +00:00
abort_in_progress_transactions_on_step_up.js
advance_cluster_time.js SERVER-51426 Verify that a client cannot gossip clusterTime from a donor replica set to a recipient replica set 2020-10-19 20:19:23 +00:00
agg_write_concern_zero_batch_size.js
aggregation_write_concern.js
already_checked_out_session.js
apply_batch_only_goes_forward.js SERVER-51282 Replace all remaining reference to master slave terminology in jstests 2020-10-13 21:19:55 +00:00
apply_batches_totalMillis.js
apply_ops_concurrent_non_atomic_different_db.js
apply_ops_concurrent_non_atomic_same_collection.js
apply_ops_concurrent_non_atomic_same_db.js
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
apply_ops_create_with_uuid.js
apply_ops_idempotency.js
apply_ops_inner_ts_field.js
apply_ops_insert_write_conflict_atomic.js
apply_ops_insert_write_conflict_nonatomic.js
apply_ops_inserts_do_not_include_fromMigrate_field.js
apply_ops_lastop.js
apply_ops_wc.js SERVER-51282 Replace all remaining reference to master slave terminology in jstests 2020-10-13 21:19:55 +00:00
apply_prepare_txn_write_conflict_robustness.js
apply_transaction_with_yield.js
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
arbiters_not_included_in_w3_wc.js
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
auth1.js
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
avg_num_catchup_ops.js
await_replication_timeout.js
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-54674 Use separate replica set test fixtures for each test run in awaitable_hello_fcv_change.js 2021-02-25 04:19:55 +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
background_index.js SERVER-50442 Remove ensureIndex shell function 2020-11-17 14:23:10 +00:00
batch_write_command_wc.js
buildindexes_false_commit_quorum.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_with_system_indexes.js
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
bulk_api_wc.js SERVER-51371 Remove assertion on specific error code in bulk_api_wc.js 2020-11-25 18:17:35 +00:00
capped_insert_order.js
catchup_takeover_one_high_priority.js
catchup_takeover_two_nodes_ahead.js
catchup.js
chaining_removal.js SERVER-50667 replace comment/variable references to slave with secondary 2020-11-30 18:08:17 +00:00
change_stream_stepdown.js
change_sync_source_in_initial_sync.js
check_replicated_data_hashes_inconsistent_state.js SERVER-53854: Ensure checkReplicatedDataHashes remembers previous dbhash mismatches 2021-01-21 21:51:02 +00:00
check_replication_hello_response_fields.js SERVER-50423 Change memberConfig's slaveDelay field to secondaryDelaySecs 2021-01-28 04:26:57 +00:00
clean_shutdown_oplog_state.js
cmd_hello_wire_version_compatibility.js SERVER-53215 Write a test that ensures we don't increase minWireVersion or decrease maxWireVersion in API Version 1 2021-02-05 17:51:31 +00:00
collate_id.js
collection_clone_resume_after_network_error.js
command_response_operation_time.js
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_prepared_transaction_before_stable_timestamp.js
commit_transaction_initial_sync_data_already_applied.js
commit_transaction_recovery.js
create_drop_database_different_casing.js
crud_ops_do_not_throw_locktimeout_on_ticket_exhaustion.js
currentOp_during_automatic_reconfig.js
db_reads_while_recovering_all_commands.js SERVER-52770 Add abortReshardCollection command for users to cancel the resharding operation 2021-03-29 14:59:13 +00:00
dbcheck.js SERVER-51282 Replace all remaining reference to master slave terminology in jstests 2020-10-13 21:19:55 +00:00
dbhash_lock_acquisition.js
dbhash_read_at_cluster_time.js
dbhash_system_collections.js
ddl_op_behind_transaction_fails_in_shutdown.js
ddl_ops_after_prepare_lock_failpoint.js
directoryperdb_remove_empty_dirs.js SERVER-48882 Remove newly empty database directories when using directoryperdb 2020-10-08 01:55:23 +00:00
disallow_adding_initialized_node1.js SERVER-51825 Blacklist disallow_adding_initialized_node1.js from multiversion suite 2020-10-26 15:35:32 +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
disconnect_on_legacy_write_to_secondary.js
do_not_advance_commit_point_beyond_last_applied_term.js
docs_initialsync_workflow.js
dont_read_oplog_hole_on_step_up.js
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
drain.js
drop_collections_two_phase_apply_ops_create.js
drop_collections_two_phase_apply_ops_drop.js
drop_collections_two_phase_apply_ops_rename.js
drop_collections_two_phase_create_index.js
drop_collections_two_phase_dbhash.js
drop_collections_two_phase_drop_index.js
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
drop_collections_two_phase_write_concern.js
drop_collections_two_phase.js
drop_databases_two_phase.js
drop_db.js
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
election_handoff_basic.js
election_handoff_flip.js
election_handoff_higher_priority.js
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
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
election_participant_new_term_metrics.js
emptycapped.js
explain_secondaryok.js SERVER-49994 rename jstests that contain master/slave terminology 2020-11-06 02:46:03 +00:00
failcommand_ignores_internal.js
fcv_retryable_write_concern.js
find_and_modify_wc.js
force_reconfig_sets_newly_added_field_correctly.js
force_reconfig_skips_config_replication.js
force_reconfig_skips_oplog_commitment.js SERVER-51315 When removing nodes in tests, must take in to account automatic connection close 2020-10-08 23:09:50 +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
freeze_timeout.js
fsync_lock_read_secondaries.js SERVER-51282 Replace all remaining reference to master slave terminology in jstests 2020-10-13 21:19:55 +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
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
hybrid_index_build_majority_commit_quorum_behavior.js
id_index_replication.js SERVER-52545 Define listIndexes with IDL 2020-12-16 11:59:13 +00:00
index_delete.js SERVER-52542 Convert dropIndexes to IDL 2021-02-09 22:47:45 +00:00
initial_sync1.js
initial_sync4.js SERVER-50442 Remove ensureIndex shell function 2020-11-17 14:23:10 +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
initial_sync_capped_index.js
initial_sync_chooses_correct_sync_source.js SERVER-52848: Increase delayMillis in initial_sync_chooses_correct_sync_source.js 2021-01-19 20:19:10 +00:00
initial_sync_clone_multikey.js
initial_sync_commit_prepared_transaction.js
initial_sync_document_validation.js
initial_sync_drop_collection.js SERVER-53012 Fix initial_sync_drop_collection.js when run with EMRC=false 2020-11-21 18:08:08 +00:00
initial_sync_during_stepdown.js
initial_sync_fail_insert_once.js
initial_sync_fails_after_source_resyncs.js
initial_sync_fails_on_rollback.js
initial_sync_fails_unclean_restart.js
initial_sync_fails_when_source_removed.js SERVER-54528 Avoid race between initial sync failing and shutdown in initial_sync_fails_when_source_removed.js 2021-02-17 00:22:47 +00:00
initial_sync_fails_when_source_resyncs.js
initial_sync_fcv_downgrade.js
initial_sync_fcv_upgrade.js
initial_sync_fcv.js
initial_sync_fetch_from_oldest_active_transaction_timestamp_no_oplog_application.js
initial_sync_fetch_from_oldest_active_transaction_timestamp.js
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
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-54147 initial_sync_nodes_contribute_to_liveness_majorities.js should check term is greater than previous term 2021-02-01 15:46:08 +00:00
initial_sync_nodes_maintain_and_gossip_commit_point.js SERVER-52850: Remove assertion from initial_sync_nodes_maintain_and_gossip_commit_point.js 2020-11-20 15:18:26 +00:00
initial_sync_oplog_fetcher_survives_restart.js
initial_sync_oplog_hole.js
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
initial_sync_read_concern_no_oplog.js
initial_sync_rename_collection_before_cloning.js
initial_sync_rename_collection.js
initial_sync_replicates_prepare_received_during_another_initial_sync.js
initial_sync_replSetGetStatus.js SERVER-52983 Assertions in initial_sync_replSetGetStatus.js have to account for batch sizes smaller than collectionClonerBatchSize 2020-11-21 01:06:39 +00:00
initial_sync_reset_oldest_timestamp_after_failed_attempt.js
initial_sync_succeeds_when_syncing_node_removed.js SERVER-51315 When removing nodes in tests, must take in to account automatic connection close 2020-10-08 23:09:50 +00:00
initial_sync_survives_network_error.js
initial_sync_survives_restart.js
initial_sync_test_fixture_test.js SERVER-50191 Create TTL index on config.tenantMigrationDonors to garbage collect tenant migration donors' durable state 2020-10-20 22:33:57 +00:00
initial_sync_unsupported_auth_schema.js
initial_sync_update_missing_doc_upsert.js
initial_sync_update_missing_doc_with_prepare.js
initial_sync_update_missing_doc.js
initial_sync_update_missing_field.js
initial_sync_uuid_not_found.js
initial_sync_views.js
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
initiate_prohibits_w0.js
initiate.js
inmemory_preserves_active_txns.js
interrupted_batch_insert.js SERVER-51078 no need for checkForInterrupt in waitWhileFailPointEnabled 2021-01-29 23:37:38 +00:00
invalidate_sessions_on_stepdown.js
isself_failure_initiate.js
isself_failure_reconfig.js
isself_failure_restart.js
kill_prepared_transaction_commit_abort.js
kill_reads_with_prepare_conflicts_during_step_down.js
kill_reads_with_prepare_conflicts_during_step_up.js
kill_sessions_with_prepared_transaction.js
kill_ttl_on_stepdown.js
last_error_reported_after_stepdown.js
last_op_visible.js
last_vote.js
lastop.js SERVER-51620 Convert findAndModify input to IDL 2020-12-02 18:37:38 +00:00
linearizable_read_concern.js
localhost1.js
localhost2.js
localhost3.js
localhostAuthBypass.js
log_secondary_oplog_application.js
maintenance2.js
maintenance_non-blocking.js Revert "SERVER-47603 Rewrite db.currentOp() shell helper in terms of $currentOp aggregation stage" 2021-03-29 21:56:24 +00:00
maintenance.js SERVER-51282 Replace all remaining reference to master slave terminology in jstests 2020-10-13 21:19:55 +00:00
majority_writes_wait_for_all_durable_timestamp.js
maxSyncSourceLagSecs.js
minimum_visible_with_cluster_time.js
mr_nonrepl_coll_in_local_db.js
multikey_write_avoids_prepare_conflict.js
new_sync_source_in_quiesce_mode.js
newly_added_member_id_vs_index.js
newly_added_two_nodes_simultaneous.js
newly_added_user_reconfig_while_exiting_initial_sync.js
newly_added_with_user_reconfig.js
no_chaining.js SERVER-51282 Replace all remaining reference to master slave terminology in jstests 2020-10-13 21:19:55 +00:00
no_disconnect_on_stepdown.js SERVER-50191 Create TTL index on config.tenantMigrationDonors to garbage collect tenant migration donors' durable state 2020-10-20 22:33:57 +00:00
no_flapping_during_network_partition.js
no_progress_updates_during_initial_sync.js
node_restarts_no_oplog_entry_at_stable.js SERVER-51049 Cannot assume recovery timestamp can be found in oplog 2020-12-03 21:36:52 +00:00
nodes_eventually_sync_from_closer_data_center.js
nodes_in_primarys_datacenter_dont_sync_across_datacenters.js
non_transaction_snapshot_reads.js
noop_write_after_read_only_txn.js
noop_writes_wait_for_write_concern_fcv.js
noop_writes_wait_for_write_concern.js
not_primary_errors_returned_during_rollback_if_helloOk.js SERVER-50414 Reads should return not primary error messages during rollback if client sent helloOk 2020-11-19 16:40:05 +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
operation_time_read_and_write_concern.js
oplog_format_create_indexes.js
oplog_format.js
oplog_note_cmd.js
oplog_replay_on_startup_with_bad_op.js
oplog_rollover.js SERVER-54343 oplog_rollover.js to use waitForFailPoint instead of checkLog 2021-02-05 18:57:17 +00:00
oplog_sampling.js
oplog_slow_sampling_logging.js
oplog_term.js
oplog_visibility.js
oplog_wallclock.js
optime.js SERVER-51715 Wrap timestamps with tojson in log lines in optime.js 2020-10-19 16:40:31 +00:00
pin_history_after_restart.js SERVER-53373: Pin resharding durable history across restart. 2021-02-05 01:22:02 +00:00
pipelineout.js
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
prepare_failover_rollback_commit.js
prepare_prepared_transaction_wc_timeout.js
prepare_survives_primary_reconfig_failover.js
prepare_survives_reconfig_via_heartbeat_failover.js
prepare_transaction_fails_on_standalone.js
prepare_transaction_fails_with_arbiters.js
prepare_transaction_index_build.js
prepare_transaction_read_at_cluster_time.js
prepare_transaction_survives_state_transition_to_and_from_recovering.js
prepared_transaction_commands_fail_on_secondaries.js
prepared_transaction_on_failover.js
primary_casts_vote_on_stepdown.js
primary_restart_before_index_build_received_votes.js
primary_rollbacks_before_index_build_received_votes.js
print_secondary_replication_info_unreachable_secondary.js
priority_takeover_cascading_priorities.js
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
profile.js
query_with_txn_prepared.js SERVER-48002 Do not enforce DataCorruptionDetected assertion when ignoring prepare conflicts 2020-11-18 21:00:20 +00:00
quiesce_mode_turned_off_in_fcv_44.js
quiesce_mode.js SERVER-51259 Rename waitForIsMasterResponse failpoint to waitForHelloResponse 2020-10-19 17:26:27 +00:00
read_after_optime.js
read_at_cluster_time_outside_transactions.js
read_committed_after_rollback.js
read_committed_lookup.js
read_committed_no_snapshots.js
read_committed_on_secondary.js
read_committed_stale_history.js
read_committed_with_catalog_changes.js
read_committed.js
read_concern_majority_getmore_secondaries.js
read_concern_snapshot_uses_committed.js
read_concern_uninitated_set.js SERVER-47568 Temporarily relax read_concern_uninitiated_set.js with mixed bin versions 2021-03-09 18:01:24 +00:00
read_majority_two_arbs.js
read_operations_during_rollback.js SERVER-54624 make SBE check for a change in catalog epoch during yield recovery 2021-03-25 15:56:04 +00:00
read_operations_during_step_down.js
read_operations_during_step_up.js
read_write_concern_defaults_propagation.js
reconfig_add_remove_arbiter.js
reconfig_avoids_diverging_configs.js
reconfig_commitment_succeeds_with_arbiter.js
reconfig_during_election.js
reconfig_errors_on_improper_host_value.js
reconfig_ignores_term_field.js
reconfig_only_counts_voters_for_config_commitment.js
reconfig_only_counts_voting_nodes_for_oplog_commitment.js
reconfig_prohibits_w0.js
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
reconfig_uses_default_protocolVersion.js
reconfig_waits_for_a_majority_to_replicate_config.js
reconfig_waits_for_config_durability.js
reconfig_waits_for_oplog_commitment_condition_when_leaving_force.js
reconfig_waits_for_oplog_commitment_condition.js
reconfig.js
reconstruct_prepared_transactions_initial_sync_change_oldest_active_txn_timestamp.js
reconstruct_prepared_transactions_initial_sync_index_build.js
reconstruct_prepared_transactions_initial_sync_no_oplog_application.js
reconstruct_prepared_transactions_initial_sync_on_oplog_seed.js
reconstruct_prepared_transactions_initial_sync.js SERVER-52884 Remove race in reconstruct_prepared_transactions_initial_sync.js 2020-11-23 18:37:55 +00:00
recover_committed_aborted_prepared_transactions.js
recover_multiple_prepared_transactions_startup.js
recover_prepared_transaction_state.js
recover_prepared_transactions_startup_secondary_application.js
recover_prepared_txn_with_multikey_write_initial_sync.js
recover_prepared_txn_with_multikey_write.js
recovery_after_clean_shutdown_but_not_all_writes_in_snapshot.js
recovery_preserves_active_txns.js
refresh_sessions_rs.js
reindex.js SERVER-50442 Remove ensureIndex shell function 2020-11-17 14:23:10 +00:00
remove1.js
remove_newly_added_field_after_finishing_initial_sync.js
remove_newly_added_field_votes_zero.js
remove_newly_added_member_index_swap_concurrent.js
rename_across_dbs_drop_target.js
rename_across_dbs.js
rename_collection_between_unrepl_and_repl.js
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
repl_options.js
replset1.js SERVER-50442 Remove ensureIndex shell function 2020-11-17 14:23:10 +00:00
replset2.js
replset3.js
replset4.js
replset5.js SERVER-50667 replace comment/variable references to slave with secondary 2020-11-30 18:08:17 +00:00
replset6.js
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
replSetGetStatus_new_term_oplog_entry_fields.js
replsethostnametrim.js SERVER-51282 Replace all remaining reference to master slave terminology in jstests 2020-10-13 21:19:55 +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
replsets_killop.js
replsettest_checks_wait_for_secondaries.js
replsettest_control_1_node.js
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
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-51162 Test index builds being interrupted for rollback multiple times 2020-12-09 02:59:29 +00:00
restore_term.js
resume_after_against_oplog.js SERVER-55045 Add additional logging for resume_after_against_oplog.js 2021-03-17 15:33:03 +00:00
resync_majority_member.js
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
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
retryable_writes_direct_write_to_config_transactions.js
retryable_writes_failover.js
retrying_prepared_transaction_does_not_block_stepdown.js
rollback_aborted_prepared_transaction.js
rollback_all_op_types.js
rollback_auth.js
rollback_capped_deletions.js
rollback_collmods.js
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
rollback_drop_database.js
rollback_drop_index_after_rename.js
rollback_dup_ids_clean_shutdown_during_rollback.js
rollback_dup_ids.js
rollback_files_no_prepare_conflict.js
rollback_index_build_and_create.js
rollback_index_build_start_abort_not_create.js
rollback_index_build_start_abort.js
rollback_index_build_start_commit_drop.js
rollback_index_build_start_commit.js
rollback_index_build_start_not_create.js
rollback_index_build_start.js
rollback_prepare_transaction.js
rollback_reconstructs_transactions_prepared_before_stable.js SERVER-53932: Round up multi-key write during recovery of prepared transactions to the stable timestamp 2021-01-25 19:59:51 +00:00
rollback_recovery_commit_transaction_before_stable_timestamp.js
rollback_remote_cursor_retry.js
rollback_rename_collection_on_sync_source.js
rollback_rename_count.js
rollback_resumable_index_build_collection_scan_phase_large.js SERVER-55282 Skip data consistency checks when transitioning to steady state operations in rollback_resumable_index_build_collection_scan_phase_large.js 2021-03-25 14:30:33 +00:00
rollback_resumable_index_build_collection_scan_phase.js SERVER-51136 Test resuming multiple index builds for rollback 2020-11-03 15:00:25 +00:00
rollback_resumable_index_build_drain_writes_phase.js SERVER-51136 Test resuming multiple index builds for rollback 2020-11-03 15:00:25 +00:00
rollback_resumable_index_build_mixed_phases.js SERVER-51136 Test resuming multiple index builds for rollback 2020-11-03 15:00:25 +00:00
rollback_set_fcv.js SERVER-51474 Create FCV transition table 2020-10-20 12:55:29 +00:00
rollback_test_control.js
rollback_time_limit_param.js
rollback_transaction_table.js
rollback_transactions_count.js
rollback_unclean_shutdowns_parameter_obeyed.js
rollback_unprepared_transactions.js
rollback_via_refetch_commit_transaction.js
rollback_views.js
rollback_waits_for_bgindex_completion.js
rollback_with_socket_error_then_steady_state.js
rollbacktest_unittest.js
rollover_preserves_active_txns.js
rslib.js SERVER-55189 Call awaitReplication() before returning from syncFrom() in rslib.js 2021-03-16 13:49:23 +00:00
secondary_as_sync_source.js
secondary_reads_timestamp_visibility.js
secondary_reads_unique_indexes.js
secondarydelaysecs_clean_shutdown.js SERVER-50423 Rename jstests with slave references 2021-01-29 18:32:25 +00:00
secondarydelaysecs_sync_source.js SERVER-50423 Rename jstests with slave references 2021-01-29 18:32:25 +00:00
secondarydelaysecs_waits_for_writes.js SERVER-50423 Rename jstests with slave references 2021-01-29 18:32:25 +00:00
secondaryok_read_pref.js SERVER-49994 rename jstests that contain master/slave terminology 2020-11-06 02:46:03 +00:00
secondaryOk_slaveOk_aliases.js
server8070.js SERVER-51282 Replace all remaining reference to master slave terminology in jstests 2020-10-13 21:19:55 +00:00
server_election_metrics.js
server_status_metrics.js
server_status_repl_is_writable_primary.js
server_status_repl.js
sessions_collection_auto_healing.js
sessions_collection_reaping.js
shutdown_primary.js
shutdown_with_prepared_transaction.js
shutdown.js
single_node_set_new_hostname.js SERVER-52680 Start replication when leaving REMOVED state 2020-11-19 03:29:03 +00:00
single_server_majority.js
sized_zero_capped.js
snapshot_reads_before_initial_sync_finishes.js
speculative_read_transaction.js
speculative_transaction.js
split_horizon_hostname_startup.js SERVER-55207 Script split_horizon_hostname_startup sporadically fails 2021-03-16 15:11:05 +00:00
split_horizon_hostname_validation.js
split_horizon_startup_warning.js SERVER-51365 Add requires_persistence tag to split_horizon_startup_warnings.js 2020-11-04 20:05:38 +00:00
stable_timestamp_can_advance_after_oplog_hole_abort.js
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
standalone_replication_recovery_prepare_only.js
standalone_replication_recovery_prepare_with_commit.js
standalone_replication_recovery_relaxes_index_constraints.js SERVER-54370 Fix misspelled test name for standalone_replication_recovery_relaxes_index_constraints.js 2021-02-10 22:15:59 +00:00
startParallelShell.js
startup_recovery_commit_transaction_before_stable_timestamp.js
startup_recovery_reconstructs_txn_prepared_before_stable_ts.js
startup_without_fcv_document_succeeds_if_initial_sync_flag_set.js
step_down_chaining_disabled.js
step_down_during_draining2.js
step_down_during_draining3.js
step_down_during_draining.js SERVER-55001 Allow rollback to complete before calling stopSet() 2021-03-09 19:24:33 +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
stepdown3.js
stepdown_catch_up_opt.js
stepdown_kill_other_ops.js SERVER-53431 Server should respond running operations with appropriate topologyVersion on stepdown 2021-01-26 01:45:19 +00:00
stepdown_killop.js
stepdown_long_wait_time.js
stepdown_needs_electable_secondary.js
stepdown_needs_majority.js
stepdown.js
stepup_increments_config_term.js
stepup_with_linearizable_read.js SERVER-55443 Do not report that read source need to be changed to lastApplied for linearizable read concern 2021-04-01 13:43:05 +00:00
stepup.js
storage_commit_out_of_order.js
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
sync_source_enters_quiesce_mode.js
system_profile_secondary.js
system_profile.js
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
tags.js SERVER-54753 Fix test tag in tags.js for ephemeralForTest 2021-02-24 15:11:10 +00:00
temp_namespace_restart_as_standalone.js
temp_namespace.js SERVER-50442 Remove ensureIndex shell function 2020-11-17 14:23:10 +00:00
tenant_migration_abort_forget_retry.js SERVER-53230: Rename cancelation -> cancellation everywhere 2021-03-23 17:37:22 +00:00
tenant_migration_aborted_buildindex.js SERVER-54886 Add recipient migration state and TenantMigrationAccessBlocker state to tenant_migration_test.js 2021-03-03 03:15:53 +00:00
tenant_migration_blocking_state_timeout.js SERVER-54886 Add recipient migration state and TenantMigrationAccessBlocker state to tenant_migration_test.js 2021-03-03 03:15:53 +00:00
tenant_migration_buildindex.js SERVER-54886 Add recipient migration state and TenantMigrationAccessBlocker state to tenant_migration_test.js 2021-03-03 03:15:53 +00:00
tenant_migration_cloner_stats.js SERVER-54266 Add data size and estimated time stats to recipient currentOp 2021-03-19 00:43:32 +00:00
tenant_migration_clones_system_views.js SERVER-55168: Allow tenant migration cloner to write to system.views collections 2021-03-15 19:10:59 +00:00
tenant_migration_cloning_uses_read_concern_majority.js SERVER-53582 Create and remove TenantMigrationAccessBlocker on recipient 2021-02-25 16:07:08 +00:00
tenant_migration_cluster_time_keys_cloning.js SERVER-54203 Tenant migration donor should wait for external keys to replicate to all its nodes 2021-03-08 23:31:09 +00:00
tenant_migration_collection_ttl.js SERVER-54920: Move the tenant migration recipient MTAB lifetime earlier 2021-03-18 00:09:38 +00:00
tenant_migration_commit_transaction_retry.js SERVER-53515: Process final applyOps entries for transactions 2021-03-02 21:45:59 +00:00
tenant_migration_concurrent_bulk_writes.js SERVER-54886 Add recipient migration state and TenantMigrationAccessBlocker state to tenant_migration_test.js 2021-03-03 03:15:53 +00:00
tenant_migration_concurrent_migrations_recipient.js SERVER-54886 Add recipient migration state and TenantMigrationAccessBlocker state to tenant_migration_test.js 2021-03-03 03:15:53 +00:00
tenant_migration_concurrent_migrations.js SERVER-54886 Add recipient migration state and TenantMigrationAccessBlocker state to tenant_migration_test.js 2021-03-03 03:15:53 +00:00
tenant_migration_concurrent_reads_on_donor.js SERVER-55026 Make tenant_migration_concurrent_reads_on_donor.js only send read with maxTimeMS if it is expected to block 2021-03-08 16:57:17 +00:00
tenant_migration_concurrent_reads_on_recipient.js SERVER-55050 Fix test cases for snapshot reads without atClusterTime and for aborted migrations in tenant_migration_concurrent_reads_on_recipient.js 2021-03-10 20:19:27 +00:00
tenant_migration_concurrent_writes_on_donor.js SERVER-54474 Introduce the _flushReshardingStateChange command 2021-03-23 19:04:22 +00:00
tenant_migration_concurrent_writes_on_recipient.js SERVER-54920: Move the tenant migration recipient MTAB lifetime earlier 2021-03-18 00:09:38 +00:00
tenant_migration_conflicting_donor_start_migration_cmds.js SERVER-55198 Ensure tenant migrations currentOp output types match design 2021-03-31 18:40:25 +00:00
tenant_migration_conflicting_recipient_sync_data_cmds.js SERVER-55198 Ensure tenant migrations currentOp output types match design 2021-03-31 18:40:25 +00:00
tenant_migration_donor_abort_state_transition.js SERVER-54886 Add recipient migration state and TenantMigrationAccessBlocker state to tenant_migration_test.js 2021-03-03 03:15:53 +00:00
tenant_migration_donor_current_op.js SERVER-55198 Ensure tenant migrations currentOp output types match design 2021-03-31 18:40:25 +00:00
tenant_migration_donor_initial_sync_recovery.js SERVER-55407 Tenant migration initial sync tests should prevent TenantMigrationAccessBlocker from transitioning to the next state while the check is being done 2021-03-24 01:24:58 +00:00
tenant_migration_donor_interrupt_on_stepdown_and_shutdown.js SERVER-53230: Rename cancelation -> cancellation everywhere 2021-03-23 17:37:22 +00:00
tenant_migration_donor_resume_on_stepup_and_restart.js SERVER-53230: Rename cancelation -> cancellation everywhere 2021-03-23 17:37:22 +00:00
tenant_migration_donor_retry.js SERVER-54886 Add recipient migration state and TenantMigrationAccessBlocker state to tenant_migration_test.js 2021-03-03 03:15:53 +00:00
tenant_migration_donor_rollback_recovery.js SERVER-54785 Complete TODO listed in SERVER-52719 and allow recipient to 2021-03-17 01:55:09 +00:00
tenant_migration_donor_startup_recovery.js SERVER-54886 Add recipient migration state and TenantMigrationAccessBlocker state to tenant_migration_test.js 2021-03-03 03:15:53 +00:00
tenant_migration_donor_state_machine.js SERVER-54263: Add tenantMigrations serverStatus section 2021-03-11 15:57:49 +00:00
tenant_migration_donor_try_abort.js SERVER-53230: Rename cancelation -> cancellation everywhere 2021-03-23 17:37:22 +00:00
tenant_migration_drop_collection.js SERVER-53883: Disable TLS authenticated tenant migration tests on Windows 2021-01-29 16:32:13 +00:00
tenant_migration_ensure_migration_outcome_visibility_for_blocked_writes.js SERVER-54886 Add recipient migration state and TenantMigrationAccessBlocker state to tenant_migration_test.js 2021-03-03 03:15:53 +00:00
tenant_migration_external_cluster_validation.js SERVER-55570 Await replication after creating users in tenant_migration_external_cluster_validation.js 2021-03-26 22:39:05 +00:00
tenant_migration_external_keys_ttl.js SERVER-53406 Add TTL for external keys 2021-02-27 00:03:44 +00:00
tenant_migration_fetch_committed_transactions_retry.js SERVER-53514: Handle failover when updating config.transactions for committed transactions before startFetchingOpTime 2021-03-09 15:19:07 +00:00
tenant_migration_fetch_committed_transactions.js SERVER-53513: Update config.transactions for committed transactions before startFetchingOpTime 2021-03-03 18:24:57 +00:00
tenant_migration_filters_tenant_id.js SERVER-53251 Add dbhash check to tenant migration passthrough 2021-03-25 18:24:48 +00:00
tenant_migration_index_oplog_entries.js SERVER-53883: Disable TLS authenticated tenant migration tests on Windows 2021-01-29 16:32:13 +00:00
tenant_migration_invalid_inputs.js SERVER-53552 Tenant migration donor should pass startMigrationDonorTimestamp info to recipient via recipientSyncData cmd 2021-02-16 17:58:59 +00:00
tenant_migration_large_txn.js SERVER-54886 Add recipient migration state and TenantMigrationAccessBlocker state to tenant_migration_test.js 2021-03-03 03:15:53 +00:00
tenant_migration_logs.js SERVER-55408 Make TenantMigration{Donor|Recipient}Service's checkIfOptionsConflict check migration certificates 2021-03-25 18:23:45 +00:00
tenant_migration_metrics_output.js SERVER-54886 Add recipient migration state and TenantMigrationAccessBlocker state to tenant_migration_test.js 2021-03-03 03:15:53 +00:00
tenant_migration_multi_writes.js SERVER-54886 Add recipient migration state and TenantMigrationAccessBlocker state to tenant_migration_test.js 2021-03-03 03:15:53 +00:00
tenant_migration_no_failover.js SERVER-54886 Add recipient migration state and TenantMigrationAccessBlocker state to tenant_migration_test.js 2021-03-03 03:15:53 +00:00
tenant_migration_oplog_view.js SERVER-53511: Make committed transactions aggregation pipeline 2021-02-25 04:44:31 +00:00
tenant_migration_recipient_current_op.js SERVER-55198 Ensure tenant migrations currentOp output types match design 2021-03-31 18:40:25 +00:00
tenant_migration_recipient_failover_before_creating_oplog_buffer.js SERVER-54191 Avoid fasserting in a tenant migration if recipient primary calls startup on oplog buffer after it steps down 2021-02-18 15:30:42 +00:00
tenant_migration_recipient_fetches_retryable_writes_oplog_entries.js SERVER-53319 Fetch retryable writes oplog entries that occurred before startFetchingDonorOpTime 2021-02-25 15:43:32 +00:00
tenant_migration_recipient_has_tenant_data.js SERVER-54886 Add recipient migration state and TenantMigrationAccessBlocker state to tenant_migration_test.js 2021-03-03 03:15:53 +00:00
tenant_migration_recipient_initial_sync_recovery.js SERVER-55568 tenant_migration_recipient_initial_sync.js checks MTAB on the wrong node 2021-03-26 20:37:01 +00:00
tenant_migration_recipient_resume_on_stepup_and_restart.js SERVER-54263: Add tenantMigrations serverStatus section 2021-03-11 15:57:49 +00:00
tenant_migration_recipient_resumes_on_donor_failover.js SERVER-54920: Move the tenant migration recipient MTAB lifetime earlier 2021-03-18 00:09:38 +00:00
tenant_migration_recipient_retryable_writes_failover.js SERVER-53508 Handle recipient failover while fetching retryable writes from donor 2021-03-10 01:00:54 +00:00
tenant_migration_recipient_rollback_recovery.js SERVER-53584 Create recipient TenantMigrationAccessBlockers on startup, initial sync and rollback 2021-03-04 19:39:02 +00:00
tenant_migration_recipient_startup_recovery.js SERVER-53584 Create recipient TenantMigrationAccessBlockers on startup, initial sync and rollback 2021-03-04 19:39:02 +00:00
tenant_migration_recipient_stepdown_after_forget.js SERVER-54478 Fix issue where recipient primary failover after forget migration can lead to the oplog buffer collection not being dropped on new primary 2021-02-16 16:24:03 +00:00
tenant_migration_recipient_sync_data_timeout.js SERVER-54886 Add recipient migration state and TenantMigrationAccessBlocker state to tenant_migration_test.js 2021-03-03 03:15:53 +00:00
tenant_migration_recipient_sync_donor_timestamp.js SERVER-53926 replace recipientSyncData (with returnAfterTimestamp) errors with interrupt status when appropriate 2021-02-18 01:48:19 +00:00
tenant_migration_recipient_sync_source_reconnect_delayed_secondary.js SERVER-54256: Handle retryable errors when choosing a donor sync source 2021-02-10 19:23:32 +00:00
tenant_migration_recipient_sync_source_restart_donor_secondary.js SERVER-54256: Handle retryable errors when choosing a donor sync source 2021-02-10 19:23:32 +00:00
tenant_migration_recipient_ttl.js SERVER-53023 Create TTL index on config.tenantMigrationRecipient 2021-02-04 20:39:55 +00:00
tenant_migration_resume_collection_cloner_after_recipient_failover.js SERVER-53872 Support time-series collections in tenant migration failover test. 2021-04-02 22:33:13 +00:00
tenant_migration_resume_collection_cloner_after_rename.js SERVER-53251 Add dbhash check to tenant migration passthrough 2021-03-25 18:24:48 +00:00
tenant_migration_resume_oplog_application.js SERVER-53251 Add dbhash check to tenant migration passthrough 2021-03-25 18:24:48 +00:00
tenant_migration_retryable_write_retry_on_recipient.js SERVER-53510 Handle preImage and postImage for retryable writes 2021-03-17 02:48:10 +00:00
tenant_migration_retryable_write_retry.js SERVER-53319 Fetch retryable writes oplog entries that occurred before startFetchingDonorOpTime 2021-02-25 15:43:32 +00:00
tenant_migration_ssl_configuration.js SERVER-55666 Shut down replica set tests after every case in tenant_migration_ssl_configuration.js 2021-03-31 21:08:16 +00:00
tenant_migration_stepup_recovery_after_abort.js SERVER-55234 Ensure that tenant migration abortReason is recovered correctly on stepup recovery 2021-03-17 19:22:01 +00:00
tenant_migration_test_max_bson_limit.js SERVER-54886 Add recipient migration state and TenantMigrationAccessBlocker state to tenant_migration_test.js 2021-03-03 03:15:53 +00:00
tenant_migration_timeseries_collections.js SERVER-55169: Handle timeseries bucket collections in TenantCollectionCloner 2021-03-17 00:13:15 +00:00
tenant_migration_x509.js SERVER-54886 Add recipient migration state and TenantMigrationAccessBlocker state to tenant_migration_test.js 2021-03-03 03:15:53 +00:00
tenant_migrations_transaction_with_create_collection.js SERVER-55314: Serialize transaction if it contains a command op in tenant migrations 2021-03-22 18:37:41 +00:00
test_command.js
test_only_repl_commands.js
test-egress.js
text_index_limits.js
too_stale_secondary.js
transaction_ops_disallowed_in_applyOps.js
transaction_table_multi_statement_txn.js
transaction_table_oplog_replay.js
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
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
two_nodes_priority_take_over.js
txn_override_unittests.js
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
unpin_history_after_rollback.js SERVER-53373: Pin resharding durable history across restart. 2021-02-05 01:22:02 +00:00
update_commit_point_from_sync_source_ignores_term.js
use_history_after_restart.js SERVER-46678: Utilize durable history across restarts. 2021-01-08 19:56:20 +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
validate_fails_during_rollback.js
verify_sessions_expiration_rs.js
view_catalog_oplog_entries.js
write_concern_after_stepdown_and_stepup.js
write_concern_after_stepdown.js
zero_vote_arbiter.js