0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00
mongodb/jstests/replsets
2019-07-26 16:20:26 -04:00
..
libs SERVER-41501 Track the number of elections that require primary catchup in serverStatus 2019-07-26 15:38:46 -04:00
abort_in_progress_transactions_on_step_up.js SERVER-40386: replace commitTransaction() used in jstests with commitTransaction_forTesting() 2019-06-04 11:06:39 -04:00
agg_write_concern_zero_batch_size.js SERVER-40961 Extend translated $out tests to support all $merge modes 2019-06-10 17:52:49 +01:00
aggregation_write_concern.js SERVER-33727 Do not wait for write concern if opTime didn't change during write 2019-05-23 10:05:59 -04:00
already_checked_out_session.js SERVER-42012: Make already_checked_out_session.js more verbose on errors 2019-07-01 14:16:40 -04:00
apply_batch_only_goes_forward.js SERVER-37897 Disable table logging for data files when enableMajorityReadConcern=false 2018-12-10 17:28:04 -05:00
apply_batches_totalMillis.js SERVER-33448 Relax time diff requirements in apply_batches_totalMillis.js 2018-02-23 10:35:08 -05:00
apply_ops_concurrent_non_atomic_different_db.js SERVER-30554 add library for applyOps concurrent tests 2017-08-09 15:10:48 -04:00
apply_ops_concurrent_non_atomic_same_collection.js SERVER-30554 relax locking mode in applyOps when applying CRUD-only ops non-atomically 2017-08-09 20:20:21 -04:00
apply_ops_concurrent_non_atomic_same_db.js SERVER-30554 relax locking mode in applyOps when applying CRUD-only ops non-atomically 2017-08-09 20:20:21 -04:00
apply_ops_create_indexes.js SERVER-40291 Wait for index builds to complete on secondaries at the end of apply_ops_create_indexes 2019-04-04 14:44:05 -04:00
apply_ops_create_view.js SERVER-25640 terminate running processes in jstests 2018-02-08 09:46:57 -05:00
apply_ops_create_with_uuid.js SERVER-25640 terminate running processes in jstests 2018-02-08 09:46:57 -05:00
apply_ops_idempotency.js SERVER-33087 Fix the use of dropTarget in renameCollection 2018-02-28 11:14:54 -05:00
apply_ops_insert_write_conflict_atomic.js SERVER-30530 add js test for write conflict handling in applyOps for single inserts (applied atomically) 2017-09-20 08:26:38 -04:00
apply_ops_insert_write_conflict_nonatomic.js SERVER-30049 applyOperation_inlock() allows exceptions from Collection::insertDocument() to percolate to caller 2017-07-25 17:41:58 -04:00
apply_ops_lastop.js SERVER-30977 add clusterTime to standalone replica set 2017-09-27 23:23:46 -04:00
apply_ops_wc.js SERVER-30879: check for write concern errors on assert.commandWorked 2018-03-20 12:08:40 -04:00
apply_transaction_with_yield.js SERVER-41589 OplogStartHack should use the requested yield policy. 2019-06-11 13:47:16 -04:00
arbiters_not_included_in_w2_wc.js SERVER-37846 Disallow using arbiters to satisfy numeric write concern when writes commit 2019-01-23 22:25:43 -05:00
arbiters_not_included_in_w3_wc.js SERVER-37846 Disallow using arbiters to satisfy numeric write concern when writes commit 2019-01-23 22:25:43 -05:00
auth1.js SERVER-32064 Requests from the shell should use an implicit session by default 2018-06-13 11:43:45 -04:00
auth2.js SERVER-31658 Wait for state SECONDARY instead of RECOVERING in replsets/auth2.js 2017-10-20 17:35:39 -04:00
auth_no_pri.js SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
await_replication_timeout.js SERVER-35031 Return MaxTimeMSExpired for maxTimeMS timeout 2018-07-24 13:09:41 -04:00
awaitdata_getmore_new_last_committed_optime.js SERVER-35239 AwaitData cursor must handle getMore from client with higher lastKnownCommittedOpTime 2018-06-21 16:52:22 -04:00
background_index.js SERVER-38516 Tighten up tests that don't fail when not closing connections during stepdown bbut allow exceptions during stepdown 2019-02-12 11:07:46 -05:00
batch_write_command_wc.js SERVER-30347 Fail startup when running wiredTiger with --nojournal as part of a replica set 2018-01-23 11:38:04 -05:00
buildindexes_false_with_system_indexes.js SERVER-40385 Prevent collMod with usePowerOf2Sizes from invalidating the RoleGraph 2019-04-02 15:59:56 -04:00
buildindexes.js SERVER-34526 Jstests should not depend on ReplSetTest.liveNodes 2018-05-01 09:43:36 -04:00
bulk_api_wc.js SERVER-30347 Fail startup when running wiredTiger with --nojournal as part of a replica set 2018-01-23 11:38:04 -05:00
capped_insert_order.js SERVER-34526 Jstests should not depend on ReplSetTest.liveNodes 2018-05-01 09:43:36 -04:00
catchup_takeover_one_high_priority.js SERVER-35754 Avoid network errors in stopSet() in catchup_takeover_one_high_priority.js 2018-06-22 15:23:23 -04:00
catchup_takeover_two_nodes_ahead.js SERVER-414500 Track number of successful elections for each reason in serverStatus 2019-07-08 11:15:28 -04:00
catchup.js SERVER-41501 Track the number of elections that require primary catchup in serverStatus 2019-07-26 15:38:46 -04:00
chaining_removal.js SERVER-34526 Jstests should not depend on ReplSetTest.liveNodes 2018-05-01 09:43:36 -04:00
change_stream_speculative_majority_conflicting_catalog_changes.js SERVER-40706 AutoGetCollectionForRead invariant should permit kNoOverlap read source when there are conflicting catalog changes 2019-04-23 14:28:50 -04:00
change_stream_speculative_majority_lastApplied_lag.js SERVER-39356 Make speculative majority change stream reads utilize the kNoOverlap timestamp read source 2019-03-15 14:07:58 -04:00
change_stream_speculative_majority_latest_oplog_timestamp.js SERVER-38539 Remove $_internalLatestOplogTimestamp and mergeByPBRT from change streams in 4.4 2019-06-25 10:08:45 +01:00
change_stream_speculative_majority_optimized_wait.js SERVER-38754 Make speculative majority change stream reads wait on optimized optimes 2019-01-23 14:38:08 -05:00
change_stream_speculative_majority_rollback.js SERVER-40292 Jstests that pass their own ReplSetTest to RollbackTest must disable chaining 2019-03-26 15:16:51 -04:00
change_stream_speculative_majority_secondary_batch_application.js SERVER-40257 Tag change_stream_speculative_majority_secondary_batch_application.js with uses_speculative_majority 2019-03-22 10:44:12 -04:00
change_stream_speculative_majority.js SERVER-38941 Blacklist change streams speculative majority tests from ephemeralForTest variants 2019-01-11 15:06:38 -05:00
change_stream_stepdown.js SERVER-39330 change_stream_stepdown.js should not run with enableMajorityReadConcern:false 2019-02-13 19:07:46 -05:00
clean_shutdown_oplog_state.js SERVER-38476 Increase timeout for clean_shutdown_oplog_state.js 2018-12-10 16:53:32 -05:00
collate_id.js SERVER-25640 terminate running processes in jstests 2018-02-08 09:46:57 -05:00
command_response_operation_time.js SERVER-37227 Reintroduce enableMajorityReadConcern:false server parameter 2018-10-02 10:58:05 -04:00
commands_that_write_accept_wc.js SERVER-40238 New stage alias: $set => $addFields 2019-05-15 12:17:39 -04:00
commit_prepared_transaction_before_stable_timestamp.js Revert "SERVER-35811 disallow committing at the prepareTimestamp and pin stable TS before oldest uncommitted TS" 2019-04-01 14:05:19 -04:00
commit_transaction_initial_sync_data_already_applied.js SERVER-37023 Test that initial sync applies operations from a transaction in separate storage transactions 2019-04-03 14:38:38 -04:00
commit_transaction_recovery.js SERVER-38165 Enable transactions testing with the inMemory storage engine 2019-04-22 13:38:12 -04:00
dbcheck.js SERVER-38516 Tighten up tests that don't fail when not closing connections during stepdown bbut allow exceptions during stepdown 2019-02-12 11:07:46 -05:00
dbhash_lock_acquisition.js SERVER-40386: replace commitTransaction() used in jstests with commitTransaction_forTesting() 2019-06-04 11:06:39 -04:00
dbhash_read_at_cluster_time.js SERVER-40386: assert responses of abortTransaction_forTesting() and commitTransaction_forTesting() 2019-06-01 21:10:35 -04:00
dbhash_system_collections.js SERVER-25640 terminate running processes in jstests 2018-02-08 09:46:57 -05:00
ddl_op_behind_transaction_fails_in_shutdown.js SERVER-41216 Rename InterruptedDueToStepDown error code to InterruptedDueToReplStateChange 2019-05-20 16:10:46 -04:00
ddl_ops_after_prepare_lock_failpoint.js SERVER-40386: assert responses of abortTransaction_forTesting() and commitTransaction_forTesting() 2019-06-01 21:10:35 -04:00
disallow_adding_initialized_node1.js SERVER-26525: Factor out identical checkLog functions 2016-12-16 12:15:17 -05:00
disallow_adding_initialized_node2.js SERVER-26525: Factor out identical checkLog functions 2016-12-16 12:15:17 -05:00
disallow_shardsvr_transactions_wcMajorityJournal_false.js SERVER-40462: Disallow transactions on shard servers with writeConcernMajorityJournalDefault = false 2019-04-29 12:09:48 -04:00
disconnect_on_legacy_write_to_secondary.js SERVER-38696 Add additional metrics and logging for new step down sequence. 2019-02-14 10:48:54 -05:00
do_not_advance_commit_point_beyond_last_applied_term.js SERVER-41081 do_not_advance_commit_point_beyond_last_applied_term.js must wait for Node E to reach stopReplProducerOnDocument failpoint 2019-05-13 13:52:05 -04:00
drain.js SERVER-25640 terminate running processes in jstests 2018-02-08 09:46:57 -05:00
drop_collections_two_phase_apply_ops_convert_to_capped.js SERVER-38604 two phase drop tests that use system.drop namespaces check serverStatus() for support before proceeding 2018-12-23 12:16:49 -05:00
drop_collections_two_phase_apply_ops_create.js SERVER-38604 two phase drop tests that use system.drop namespaces check serverStatus() for support before proceeding 2018-12-23 12:16:49 -05:00
drop_collections_two_phase_apply_ops_drop.js SERVER-38604 two phase drop tests that use system.drop namespaces check serverStatus() for support before proceeding 2018-12-23 12:16:49 -05:00
drop_collections_two_phase_apply_ops_rename.js SERVER-38604 two phase drop tests that use system.drop namespaces check serverStatus() for support before proceeding 2018-12-23 12:16:49 -05:00
drop_collections_two_phase_dbhash.js SERVER-38604 two phase drop tests that use system.drop namespaces check serverStatus() for support before proceeding 2018-12-23 12:16:49 -05:00
drop_collections_two_phase_rename_drop_target.js SERVER-41694 Remove the restriction on collection name length 2019-06-24 20:20:56 -04:00
drop_collections_two_phase_step_down.js SERVER-38516 Tighten up tests that don't fail when not closing connections during stepdown bbut allow exceptions during stepdown 2019-02-12 11:07:46 -05:00
drop_collections_two_phase_write_concern.js SERVER-38604 two phase drop tests that use system.drop namespaces check serverStatus() for support before proceeding 2018-12-23 12:16:49 -05:00
drop_collections_two_phase.js SERVER-38604 two phase drop tests that use system.drop namespaces check serverStatus() for support before proceeding 2018-12-23 12:16:49 -05:00
drop_databases_two_phase.js SERVER-35840 Log the appropriate number of collections dropped using dropDatabase() 2018-12-31 14:08:33 -05:00
drop_db.js SERVER-40712 Ensure the dropDatabase() command accepts a write concern. 2019-05-13 22:53:52 -04:00
drop_oplog_should_fail_if_storage_engine_supports_replSetResizeOplog_command.js SERVER-42129 modifies test to account for ephemeralForTest engine's missing oplog after restart. 2019-07-24 13:52:17 -04:00
drop_oplog.js SERVER-32205 Prohibit dropping the admin database at catalog level 2018-02-09 16:06:18 -05:00
election_handoff_basic.js SERVER-35623 Send a replSetStepUp command to an eligible candidate on stepdown 2018-07-12 15:52:05 -04:00
election_handoff_flip.js SERVER-35623 Send a replSetStepUp command to an eligible candidate on stepdown 2018-07-12 15:52:05 -04:00
election_handoff_higher_priority.js SERVER-35623 Send a replSetStepUp command to an eligible candidate on stepdown 2018-07-12 15:52:05 -04:00
election_handoff_one_unelectable.js SERVER-35623 Send a replSetStepUp command to an eligible candidate on stepdown 2018-07-12 15:52:05 -04:00
election_handoff_via_signal.js SERVER-38994 step down on SIGTERM 2019-03-15 17:56:16 -04:00
emptycapped.js SERVER-32148 Make NamespaceNotFound an acceptable error for emptyCapped and convertToCapped 2018-07-31 18:26:28 -04:00
explain_slaveok.js SERVER-25640 terminate running processes in jstests 2018-02-08 09:46:57 -05:00
failcommand_ignores_internal.js SERVER-34943 Ignore internal commands with "failCommand" 2018-12-12 08:54:29 -05:00
find_and_modify_wc.js SERVER-30347 Fail startup when running wiredTiger with --nojournal as part of a replica set 2018-01-23 11:38:04 -05:00
force_sync_source_candidate.js SERVER-34465 Add a testing parameter to choose a permanent sync source 2018-04-30 09:55:20 -04:00
freeze_timeout.js SERVER-414500 Track number of successful elections for each reason in serverStatus 2019-07-08 11:15:28 -04:00
fsync_lock_read_secondaries.js SERVER-34526 Jstests should not depend on ReplSetTest.liveNodes 2018-05-01 09:43:36 -04:00
get_replication_info_helper.js SERVER-38516 Tighten up tests that don't fail when not closing connections during stepdown bbut allow exceptions during stepdown 2019-02-12 11:07:46 -05:00
get_status.js SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
groupAndMapReduce.js SERVER-28524 remove group command 2018-05-30 09:45:28 -04:00
hang_before_releasing_transaction_oplog_hole.js Revert "SERVER-35811 disallow committing at the prepareTimestamp and pin stable TS before oldest uncommitted TS" 2019-04-01 14:05:19 -04:00
id_index_replication.js SERVER-29350 Bump featureCompatibilityVersion to 3.6 2017-06-09 15:05:04 -04:00
index_delete.js SERVER-25640 terminate running processes in jstests 2018-02-08 09:46:57 -05:00
index_restart_secondary.js SERVER-25640 terminate running processes in jstests 2018-02-08 09:46:57 -05:00
initial_sync1.js SERVER-34526 Jstests should not depend on ReplSetTest.liveNodes 2018-05-01 09:43:36 -04:00
initial_sync2.js SERVER-34526 Jstests should not depend on ReplSetTest.liveNodes 2018-05-01 09:43:36 -04:00
initial_sync4.js SERVER-37010 Prevent unexpected elections in initial_sync4.js and initial_sync_rename_collection*.js 2018-09-06 17:31:20 -04:00
initial_sync_applier_error.js SERVER-25640 terminate running processes in jstests 2018-02-08 09:46:57 -05:00
initial_sync_capped_index.js SERVER-29450 Lower OplogFetcher and CollectionCloner batch sizes in tests by default 2018-08-28 15:33:13 -04:00
initial_sync_cloner_dups.js SERVER-26772 removed old initial sync code 2017-03-16 18:08:49 -04:00
initial_sync_commit_prepared_transaction.js Revert "SERVER-35811 disallow committing at the prepareTimestamp and pin stable TS before oldest uncommitted TS" 2019-04-01 14:05:19 -04:00
initial_sync_document_validation.js SERVER-31802 SERVER-31239 Remove master-slave replication and resync command. 2018-03-13 15:09:53 -04:00
initial_sync_drop_collection.js SERVER-7019 Return initial sync status information by default in replSetGetStatus and remove it after successful initial sync attempt 2019-06-13 17:04:31 -04:00
initial_sync_during_stepdown.js SERVER-7019 Return initial sync status information by default in replSetGetStatus and remove it after successful initial sync attempt 2019-06-13 17:04:31 -04:00
initial_sync_fail_insert_once.js SERVER-31802 SERVER-31239 Remove master-slave replication and resync command. 2018-03-13 15:09:53 -04:00
initial_sync_fcv.js SERVER-7019 Return initial sync status information by default in replSetGetStatus and remove it after successful initial sync attempt 2019-06-13 17:04:31 -04:00
initial_sync_fetch_from_oldest_active_transaction_timestamp_no_oplog_application.js SERVER-40386: assert responses of abortTransaction_forTesting() and commitTransaction_forTesting() 2019-06-01 21:10:35 -04:00
initial_sync_fetch_from_oldest_active_transaction_timestamp.js SERVER-41188 Remove support for explicit prepare oplog entry on secondary 2019-05-22 16:42:49 -04:00
initial_sync_invalid_index_spec.js SERVER-40039 Increase assert.soon timeout in initial_sync_invalid_index_spec.js 2019-03-11 10:33:02 -04:00
initial_sync_invalid_views.js SERVER-28590 Invoke validate command on collections before shutting down mongod in JS tests 2017-06-07 14:36:31 -04:00
initial_sync_move_forward.js SERVER-39647 Delete duplicate documents before committing the _id index during initial sync 2019-02-21 19:45:56 -05:00
initial_sync_oplog_hole.js SERVER-38200 Fix jstests/replsets/initial_sync_oplog_hole.js to use rslib waitForState to prevent using stale heartbeat info in the test. 2018-11-30 10:25:48 -05:00
initial_sync_oplog_rollover.js SERVER-29213: Have WiredTiger support recoverToStableTimestamp. 2018-03-24 19:39:13 -04:00
initial_sync_preserves_active_txns.js SERVER-39813 add oldest required timestamp to server status 2019-05-22 15:30:40 -04:00
initial_sync_read_concern_no_oplog.js SERVER-35616 Do not allow afterClusterTime reads before oplog exists 2018-08-24 10:40:43 -04:00
initial_sync_rename_collection.js SERVER-37010 Prevent unexpected elections in initial_sync4.js and initial_sync_rename_collection*.js 2018-09-06 17:31:20 -04:00
initial_sync_replSetGetStatus.js SERVER-7019 Return initial sync status information by default in replSetGetStatus and remove it after successful initial sync attempt 2019-06-13 17:04:31 -04:00
initial_sync_reset_oldest_timestamp_after_failed_attempt.js SERVER-41250 Reset the oldest timestamp if initial sync fails and starts another attempt 2019-06-21 15:23:50 -04:00
initial_sync_test_fixture_test.js SERVER-40386: replace abortTransaction() used in jstests with abortTransaction_forTesting() 2019-06-04 11:04:06 -04:00
initial_sync_unsupported_auth_schema.js SERVER-41087: Set a smaller numInitialSyncAttempts for initial_sync_unsupported_auth_schema.js 2019-05-10 14:23:49 -04:00
initial_sync_update_missing_doc1.js SERVER-41942: Clear partialTxnList after committing a prepared transaction during initial sync 2019-07-11 13:23:01 -04:00
initial_sync_update_missing_doc2.js SERVER-41942: Clear partialTxnList after committing a prepared transaction during initial sync 2019-07-11 13:23:01 -04:00
initial_sync_update_missing_doc3.js SERVER-41942: Clear partialTxnList after committing a prepared transaction during initial sync 2019-07-11 13:23:01 -04:00
initial_sync_update_missing_doc_with_prepare.js SERVER-41942: Clear partialTxnList after committing a prepared transaction during initial sync 2019-07-11 13:23:01 -04:00
initial_sync_update_reinsert_missing_doc_with_prepare.js SERVER-41942: Clear partialTxnList after committing a prepared transaction during initial sync 2019-07-11 13:23:01 -04:00
initial_sync_uuid_not_found.js SERVER-31339 Handle NamespaceNotFound in collection_cloner count/find 2017-10-06 14:10:51 -04:00
initial_sync_views.js SERVER-26765 move tests in jstests/views to other suites 2016-12-15 16:39:51 -05:00
initial_sync_with_write_load.js SERVER-34876 Wait for initial sync to finish before reading from oplog in 2018-05-15 09:32:08 -04:00
initial_sync_write_conflict.js SERVER-41529 Prevent dangling index records by calling 2019-06-25 09:11:09 -04:00
initiate_prohibits_w0.js SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
initiate.js SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
inmemory_preserves_active_txns.js SERVER-40386: assert responses of abortTransaction_forTesting() and commitTransaction_forTesting() 2019-06-01 21:10:35 -04:00
interrupted_batch_insert.js SERVER-41216 Rename InterruptedDueToStepDown error code to InterruptedDueToReplStateChange 2019-05-20 16:10:46 -04:00
invalid_index_spec.js SERVER-40658 Index spec validation errors specify which index failed with that error 2019-06-10 09:08:19 -04:00
ismaster1.js SERVER-34526 Jstests should not depend on ReplSetTest.liveNodes 2018-05-01 09:43:36 -04:00
kill_reads_with_prepare_conflicts_during_step_down.js SERVER-41216 Rename InterruptedDueToStepDown error code to InterruptedDueToReplStateChange 2019-05-20 16:10:46 -04:00
kill_ttl_on_stepdown.js SERVER-40641 Ensure TTL delete in prepare conflict retry loop does not block step down 2019-05-17 20:02:23 -04:00
kills_reads_with_prepare_conflicts_during_stepup.js SERVER-41037 kill all user operations that hit prepare conflicts on step up 2019-05-23 14:32:25 -04:00
last_error_reported_after_stepdown.js SERVER-39759 Need to clear log messages before checklog in last_error_reported_after_stepdown 2019-02-22 16:27:39 -05:00
last_op_visible.js SERVER-37227 Reintroduce enableMajorityReadConcern:false server parameter 2018-10-02 10:58:05 -04:00
last_vote.js SERVER-38516 Remove “closeConnectionsOnStepdown” flag and fix tests broken by this 2019-02-12 11:07:46 -05:00
lastop.js SERVER-36278 Remove the 1KB index key size limit in FCV42 2018-08-15 15:09:51 -04:00
linearizable_read_concern.js SERVER-41275 rename $merge option replaceWithNew to replace 2019-05-23 14:54:28 -04:00
localhost1.js SERVER-42004 localhost JS tests should wait for an election to complete before shutting down 2019-07-17 10:14:37 -04:00
localhost2.js SERVER-42004 localhost JS tests should wait for an election to complete before shutting down 2019-07-17 10:14:37 -04:00
localhost3.js SERVER-42004 localhost JS tests should wait for an election to complete before shutting down 2019-07-17 10:14:37 -04:00
localhostAuthBypass.js SERVER-36257 Remove copyDB and clone commands 2018-08-07 14:26:55 -04:00
log_secondary_oplog_application.js SERVER-42341 Make checks more specific in log_secondary_oplog_application.js 2019-07-23 17:00:01 -04:00
maintenance2.js SERVER-28524 remove group command 2018-05-30 09:45:28 -04:00
maintenance_non-blocking.js SERVER-25640 terminate running processes in jstests 2018-02-08 09:46:57 -05:00
maintenance.js SERVER-25640 terminate running processes in jstests 2018-02-08 09:46:57 -05:00
majority_writes_wait_for_all_durable_timestamp.js SERVER-41861 Change existing jstests to mention the new 'all_durable' timestamp over the deprecated 'all_committed' timestamp 2019-07-26 12:39:27 -04:00
maxSyncSourceLagSecs.js SERVER-34526 Jstests should not depend on ReplSetTest.liveNodes 2018-05-01 09:43:36 -04:00
minimum_visible_with_cluster_time.js SERVER-34580 Plumb commit time to commit handlers when available 2018-05-03 12:01:09 -04:00
mr_nonrepl_coll_in_local_db.js SERVER-35365 MapReduce should write "inc" collections to "local" db. 2018-06-07 15:23:06 -04:00
multikey_write_avoids_prepare_conflict.js SERVER-41766 Update the on-disk multikey flag in a side transaction when running inside a multi-document transaction 2019-06-27 14:17:38 -04:00
nested_apply_ops_create_indexes.js SERVER-37930 Add test coverage for createIndexes inside nested applyOps 2018-11-07 16:17:45 -05:00
no_chaining.js SERVER-25640 terminate running processes in jstests 2018-02-08 09:46:57 -05:00
no_disconnect_on_stepdown.js SERVER-41216 Rename InterruptedDueToStepDown error code to InterruptedDueToReplStateChange 2019-05-20 16:10:46 -04:00
no_flapping_during_network_partition.js SERVER-33254 no_flapping_during_network_partition js test checks if election ended 2018-03-12 10:14:46 -04:00
noop_write_after_read_only_txn.js SERVER-38906 Style in noop_write_after_read_only_txn.js 2019-02-22 10:28:56 -05:00
noop_writes_wait_for_write_concern_fcv.js SERVER-30879: check for write concern errors on assert.commandWorked 2018-03-20 12:08:40 -04:00
noop_writes_wait_for_write_concern.js SERVER-40965 ensure noop index build request receives index already exists response in noop_writes_wait_for_write_concern.js 2019-07-03 11:26:11 -04:00
not_master_unacknowledged_write.js SERVER-38696 Add additional metrics and logging for new step down sequence. 2019-02-14 10:48:54 -05:00
opcounters_repl.js SERVER-37915 Updates serverStatus.opcountersRepl.command on secondaries. 2019-01-08 21:17:29 -05:00
operation_time_read_and_write_concern.js SERVER-37227 Reintroduce enableMajorityReadConcern:false server parameter 2018-10-02 10:58:05 -04:00
oplog_format_create_indexes.js SERVER-36015 Remove references to system.namespaces and system.indexes 2018-08-29 16:47:09 -04:00
oplog_format.js SERVER-35715 Remove nopreallocj and smallfiles options from tests 2018-07-05 08:20:56 -04: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-30556 Code cleanup for 'oplogDeleteFromPoint' field in minValid collection. 2018-06-15 15:53:52 -04:00
oplog_rollover.js SERVER-40168 Pull the OplogTruncaterThread out of WiredTigerKVEngine and put it above the storage layer 2019-07-11 11:32:13 -04:00
oplog_term.js SERVER-32144 Remove test coverage for replication protocol version 0 2018-03-13 18:57:31 -04:00
oplog_visibility.js SERVER-39685: Have oplog_visibility.js cope with server behaviors. 2019-02-21 08:30:39 -05:00
oplog_wallclock.js SERVER-35715 Remove nopreallocj and smallfiles options from tests 2018-07-05 08:20:56 -04:00
optime.js SERVER-40347 optime.js waits for durable wall clock times to synchronize across replica set nodes 2019-03-26 19:32:17 -04:00
pipelineout.js SERVER-34526 Jstests should not depend on ReplSetTest.liveNodes 2018-05-01 09:43:36 -04:00
plan_cache_slaveok.js SERVER-25640 terminate running processes in jstests 2018-02-08 09:46:57 -05:00
prepare_conflict_read_concern_behavior.js SERVER-41888: Disallow validate to accept a read concern or afterClusterTime 2019-07-08 14:34:17 -04:00
prepare_failover_rollback_commit.js SERVER-40469 Remove expectPreparedTxnsDuringRollback option. 2019-05-24 17:52:30 -04:00
prepare_prepared_transaction_wc_timeout.js SERVER-37882 Switch the distributed transaction commit protocol to the RPC protocol 2018-11-07 13:35:21 -05:00
prepare_survives_primary_reconfig_failover.js SERVER-41207 Test committing prepared transactions after stepdown due to reconfig 2019-06-12 14:17:26 -04:00
prepare_survives_reconfig_via_heartbeat_failover.js SERVER-41207 Test committing prepared transactions after stepdown due to reconfig 2019-06-12 14:17:26 -04:00
prepare_transaction_fails_on_standalone.js SERVER-41369 Terminate the TransactionCoordinator retry logic if read concern majority is not available 2019-07-23 17:25:35 -04:00
prepare_transaction_fails_with_arbiters.js SERVER-41369 Terminate the TransactionCoordinator retry logic if read concern majority is not available 2019-07-23 17:25:35 -04:00
prepare_transaction_fails_without_majority_reads.js SERVER-41369 Terminate the TransactionCoordinator retry logic if read concern majority is not available 2019-07-23 17:25:35 -04:00
prepare_transaction_index_build.js SERVER-41846 fix write concern in js tests for createIndexes 2019-06-24 20:09:57 -04:00
prepare_transaction_read_at_cluster_time.js SERVER-39321 Add testing around the semnatics of the find and dbHash commands when using the option in the presence of prepared transactions 2019-04-25 11:06:17 -04:00
prepare_transaction_survives_state_transition_to_and_from_recovering.js Revert "SERVER-35811 disallow committing at the prepareTimestamp and pin stable TS before oldest uncommitted TS" 2019-04-01 14:05:19 -04:00
prepared_transaction_commands_fail_on_secondaries.js SERVER-37556 Do not allow commitTransaction or abortTransaction on prepared transactions on secondaries 2019-01-15 10:44:56 -05:00
prepared_transaction_on_failover.js SERVER-40386: replace commitTransaction() used in jstests with commitTransaction_forTesting() 2019-06-04 11:06:39 -04:00
primary_casts_vote_on_stepdown.js SERVER-34682 Old primary should be able to store last vote when casting vote in new term 2018-05-16 18:44:59 -04:00
priority_takeover_cascading_priorities.js SERVER-25640 terminate running processes in jstests 2018-02-08 09:46:57 -05:00
priority_takeover_one_node_higher_priority.js SERVER-414500 Track number of successful elections for each reason in serverStatus 2019-07-08 11:15:28 -04:00
priority_takeover_two_nodes_equal_priority.js SERVER-38516 Remove “closeConnectionsOnStepdown” flag and fix tests broken by this 2019-02-12 11:07:46 -05:00
read_after_optime.js SERVER-35031 Return MaxTimeMSExpired for maxTimeMS timeout 2018-07-24 13:09:41 -04:00
read_at_cluster_time_outside_transactions.js SERVER-41312 Ban internalReadAtClusterTime in transactions 2019-05-24 18:38:29 -04:00
read_committed_after_rollback.js SERVER-35031 Return MaxTimeMSExpired for maxTimeMS timeout 2018-07-24 13:09:41 -04:00
read_committed_lookup.js SERVER-34526 Jstests should not depend on ReplSetTest.liveNodes 2018-05-01 09:43:36 -04:00
read_committed_no_snapshots.js SERVER-33135 Remove metadata accessors from command reply APIs 2018-07-30 14:13:08 -04:00
read_committed_on_secondary.js SERVER-33135 Remove metadata accessors from command reply APIs 2018-07-30 14:13:08 -04:00
read_committed_stale_history.js SERVER-25640 terminate processes in jstests 2018-02-20 09:25:17 -05:00
read_committed_with_catalog_changes.js SERVER-40712 Ensure the dropDatabase() command accepts a write concern. 2019-05-13 22:53:52 -04:00
read_committed.js SERVER-34526 Jstests should not depend on ReplSetTest.liveNodes 2018-05-01 09:43:36 -04:00
read_concern_majority_getmore_secondaries.js SERVER-37227 Reintroduce enableMajorityReadConcern:false server parameter 2018-10-02 10:58:05 -04:00
read_concern_uninitated_set.js SERVER-36186 Default to the the oplogreplay optimization path for oplog collections 2019-07-24 08:09:43 -04:00
read_majority_two_arbs.js SERVER-25640 terminate processes in jstests 2018-02-20 09:25:17 -05:00
read_operations_during_rollback.js SERVER-41315: fix read_operations_during_rollback.js 2019-05-24 16:08:43 -04:00
read_operations_during_step_down.js SERVER-38696 Add additional metrics and logging for new step down sequence. 2019-02-14 10:48:54 -05:00
reconfig_during_election.js SERVER-38516 Tighten up tests that don't fail when not closing connections during stepdown bbut allow exceptions during stepdown 2019-02-12 11:07:46 -05:00
reconfig_prohibits_w0.js SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
reconfig_tags.js SERVER-23971 Clang-Format code 2016-05-28 17:55:12 -04:00
reconfig.js SERVER-25640 check dbhashes in stopSet 2018-01-22 12:05:07 -05:00
reconstruct_prepared_transactions_initial_sync_index_build.js SERVER-40041 block prepared transactions behind index builds during initial sync 2019-05-17 11:15:41 -04:00
reconstruct_prepared_transactions_initial_sync_no_oplog_application.js SERVER-36492 Reconstruct prepared transactions at the end of initial sync 2019-05-06 17:23:18 -04:00
reconstruct_prepared_transactions_initial_sync_on_oplog_seed.js SERVER-41779: reconstructPreparedTransactions should use readSource kNoTimestamp 2019-06-19 20:45:43 -04:00
reconstruct_prepared_transactions_initial_sync.js SERVER-41116 Test applying a prepare oplog entry during the oplog application phase of initial sync 2019-05-14 12:54:33 -04:00
recover_committed_aborted_prepared_transactions.js SERVER-40386: assert responses of abortTransaction_forTesting() and commitTransaction_forTesting() 2019-06-01 21:10:35 -04:00
recover_multiple_prepared_transactions_startup.js SERVER-38165 Enable transactions testing with the inMemory storage engine 2019-04-22 13:38:12 -04:00
recover_prepared_transaction_state.js SERVER-40386: assert responses of abortTransaction_forTesting() and commitTransaction_forTesting() 2019-06-01 21:10:35 -04:00
recover_prepared_transactions_startup_secondary_application.js SERVER-41718 recover_prepared_transactions_startup_secondary_application.js waits until node enters secondary state before reading from it 2019-06-14 15:07:46 -04:00
recover_prepared_txn_with_multikey_write.js SERVER-42251 Timestamp multikey writes with the prepare timestamp during replication recovery 2019-07-23 17:06:54 -04:00
recovery_after_clean_shutdown_but_not_all_writes_in_snapshot.js SERVER-33488 conditionally update WT size metadata during startup recovery 2018-04-07 10:52:37 -04:00
recovery_preserves_active_txns.js SERVER-40386: assert responses of abortTransaction_forTesting() and commitTransaction_forTesting() 2019-06-01 21:10:35 -04:00
refresh_sessions_rs.js SERVER-36964 Prevent secondaries in SessionsCollectionRS from attempting to set up the sessions collection. 2018-10-13 17:47:24 -04:00
reindex_secondary.js SERVER-40348 reindex_secondary.js should wait for index builds to complete on the secondary 2019-03-28 13:12:37 -04:00
remove1.js SERVER-20844 Start ReplSetTests faster wrt initial election 2017-01-23 13:25:30 -05:00
rename_across_dbs_drop_target.js SERVER-30371 added js tests for renaming a collection across databases 2017-09-05 20:21:26 -04:00
rename_across_dbs.js SERVER-30371 added js tests for renaming a collection across databases 2017-09-05 20:21:26 -04:00
rename_collection_between_unrepl_and_repl.js SERVER-29825 Do not allow rename from unreplicated to replicated DB or vice versa 2018-11-01 13:32:16 -04:00
rename_collection_temp.js SERVER-40345 Change calls involving the 'temp' field in the 'create' command to be done through the 'applyOps' command 2019-04-04 08:02:40 -04:00
repl_options.js SERVER-23971 Clang-Format code 2016-05-28 17:55:12 -04:00
replset1.js SERVER-414500 Track number of successful elections for each reason in serverStatus 2019-07-08 11:15:28 -04:00
replset2.js SERVER-34526 Jstests should not depend on ReplSetTest.liveNodes 2018-05-01 09:43:36 -04:00
replset3.js SERVER-38516 Tighten up tests that don't fail when not closing connections during stepdown bbut allow exceptions during stepdown 2019-02-12 11:07:46 -05:00
replset4.js SERVER-34526 Jstests should not depend on ReplSetTest.liveNodes 2018-05-01 09:43:36 -04:00
replset5.js SERVER-34526 Jstests should not depend on ReplSetTest.liveNodes 2018-05-01 09:43:36 -04:00
replset6.js SERVER-34526 Jstests should not depend on ReplSetTest.liveNodes 2018-05-01 09:43:36 -04:00
replset8.js SERVER-25640 terminate running processes in jstests 2018-02-08 09:46:57 -05:00
replsetadd_profile.js SERVER-26227 Increase waitForState timeouts in replicaset tests 2016-09-22 09:40:38 -04:00
replsetarb2.js SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
replsetfreeze.js SERVER-38516 Tighten up tests that don't fail when not closing connections during stepdown bbut allow exceptions during stepdown 2019-02-12 11:07:46 -05:00
replsethostnametrim.js SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
replsetprio1.js SERVER-25640 terminate running processes in jstests 2018-02-08 09:46:57 -05:00
replsetrestart1.js SERVER-34526 Jstests should not depend on ReplSetTest.liveNodes 2018-05-01 09:43:36 -04:00
replsets_killop.js SERVER-25640 terminate running processes in jstests 2018-02-08 09:46:57 -05:00
request_primary_stepdown.js SERVER-38516 Remove “closeConnectionsOnStepdown” flag and fix tests broken by this 2019-02-12 11:07:46 -05:00
restore_term.js SERVER-38516 Tighten up tests that don't fail when not closing connections during stepdown bbut allow exceptions during stepdown 2019-02-12 11:07:46 -05:00
retryable_commit_transaction_after_failover.js SERVER-41483 Increase election timeout in retryable_commit_transaction_after_failover.js 2019-06-04 13:18:33 -04:00
retryable_commit_transaction_after_restart.js SERVER-35900 Refactor transaction machinery out from Session class 2018-08-08 16:00:20 -04:00
retryable_prepared_commit_transaction_after_failover.js SERVER-41838 Release RSTL if we choose not to commit a prepared transaction after reacquiring it 2019-06-25 09:18:18 -04:00
retryable_write_concern.js SERVER-41780 always wait for write concern on prepareTransaction retries 2019-06-25 13:14:41 -04:00
retryable_writes_direct_write_to_config_transactions.js SERVER-38224 Allow sessions to have more than one outstanding kill request 2018-12-12 16:13:00 -05:00
retryable_writes_failover.js SERVER-38516 Remove “closeConnectionsOnStepdown” flag and fix tests broken by this 2019-02-12 11:07:46 -05:00
rollback_aborted_prepared_transaction.js SERVER-40386: assert responses of abortTransaction_forTesting() and commitTransaction_forTesting() 2019-06-01 21:10:35 -04:00
rollback_after_disabling_majority_reads.js SERVER-39221 Test rollback after enableMajorityReadConcern upgrade/downgrade 2019-03-19 09:28:52 -04:00
rollback_after_enabling_majority_reads.js SERVER-36194 Remove the deprecated 'lastStableCheckpointTimestamp' field from replSetGetStatus response in v4.4 dev cycle 2019-06-25 17:37:08 -04:00
rollback_all_op_types.js SERVER-40436 Ignore the 'flags' field from the 'create' command 2019-04-11 08:21:33 -04:00
rollback_auth.js SERVER-37146 Retry cluster auth while waiting for replication 2018-09-27 10:39:18 -04:00
rollback_capped_deletions.js SERVER-39910 Fix race in rollback_drop_database.js 2019-03-08 17:52:47 -05:00
rollback_collmods.js SERVER-33091 create a rollback test with 5 nodes 2018-05-16 01:14:20 -04:00
rollback_creates_rollback_directory.js SERVER-40365 add ReplSetTest.getDbPath() 2019-04-23 12:59:09 -04:00
rollback_crud_op_sequences.js SERVER-32564 Increase assert.soon timeout in rollback_crud_op_sequences.js 2018-01-08 11:00:57 -05:00
rollback_ddl_op_sequences.js SERVER-31166 Ensure all rollback tests check dbhash and oplog consistency 2017-10-23 14:53:06 -04:00
rollback_drop_database.js SERVER-40712 Ensure the dropDatabase() command accepts a write concern. 2019-05-13 22:53:52 -04:00
rollback_drop_index_after_rename.js SERVER-31917 add more logging to the rollback test fixture 2018-01-10 17:39:11 -05:00
rollback_dup_ids.js SERVER-38925 When enableMajorityReadConcern=false, after rollback via refetch, do not take stable checkpoint until the local top of oplog from before rollback is reached 2019-03-13 14:30:38 -04:00
rollback_files_no_prepare_conflict.js SERVER-40322 Prevent unnecessary prepare conflicts when writing out rollback files 2019-04-22 18:14:24 -04:00
rollback_prepare_transaction.js SERVER-41958 fix lint 2019-07-08 14:13:39 -04:00
rollback_reconstructs_transactions_prepared_before_stable.js SERVER-40469 Remove expectPreparedTxnsDuringRollback option. 2019-05-24 17:52:30 -04:00
rollback_recovery_commit_transaction_before_stable_timestamp.js SERVER-40422 Modifies jstest to prepare and commit a transaction behind oldest timestamp during rollback recovery. 2019-04-16 11:00:12 -04:00
rollback_remote_cursor_retry.js SERVER-40535 follow-up fix of the failing test 2019-07-03 19:12:52 -04:00
rollback_rename_collection_on_sync_source.js SERVER-31917 add more logging to the rollback test fixture 2018-01-10 17:39:11 -05:00
rollback_rename_count.js SERVER-39910 Fix race in rollback_drop_database.js 2019-03-08 17:52:47 -05:00
rollback_time_limit_param.js SERVER-31007 Calculate rollback time limit correctly 2018-04-14 10:11:42 -04:00
rollback_transaction_table.js SERVER-35654 Disable implicit sessions for rollback_transaction_table.js 2018-07-25 19:24:02 -04:00
rollback_transactions_count.js SERVER-40386: replace commitTransaction() used in jstests with commitTransaction_forTesting() 2019-06-04 11:06:39 -04:00
rollback_unprepared_transactions.js SERVER-41377 Rename JS test for rolling back unprepared transactions 2019-06-14 17:59:58 -04:00
rollback_via_refetch_commit_transaction.js SERVER-40269: commitTransaction should assert that the prepare oplog entry is majority committed 2019-04-09 09:58:04 -04:00
rollback_via_refetch_survives_nonexistent_collection_drop.js SERVER-37173 rollbackViaRefetch survives non-existent collection drop 2019-04-11 12:09:41 -04:00
rollback_views.js SERVER-36015 Remove references to system.namespaces and system.indexes 2018-08-29 16:47:09 -04:00
rollback_waits_for_bgindex_completion.js SERVER-37265 Change curOp and ProgressMeter for hybrid builds 2019-01-02 17:47:25 -05:00
rollback_with_socket_error_then_steady_state.js SERVER-38516 Tighten up tests that don't fail when not closing connections during stepdown bbut allow exceptions during stepdown 2019-02-12 11:07:46 -05:00
rollover_preserves_active_txns.js SERVER-40386: assert responses of abortTransaction_forTesting() and commitTransaction_forTesting() 2019-06-01 21:10:35 -04:00
rslib.js SERVER-32028 Make reconfig() in rslib.js resilient to NodeNotFound error 2017-11-28 15:10:48 -05:00
secondary_as_sync_source.js SERVER-39719 Ensure that a node performing an initial sync from a secondary with a in-progress index build creates the index before initial sync is done 2019-02-26 20:54:23 -05:00
secondary_reads_timestamp_visibility.js SERVER-40316 Wait for index build to complete in secondary_reads_timestamp_visibility.js 2019-04-01 18:17:40 -04:00
secondary_reads_unique_indexes.js SERVER-35994 Reduce CPU load in secondary_reads_unique_indexes.js test 2018-07-06 16:12:06 -04:00
server8070.js SERVER-27403 Ensure sync source is ahead and has not rolled back after first OplogFetcher batch 2017-03-08 17:14:26 -05:00
server_election_metrics.js SERVER-41501 Track the number of elections that require primary catchup in serverStatus 2019-07-26 15:38:46 -04:00
server_status_metrics.js SERVER-41588 Should not expect repl.apply.ops to be the same as repl.apply.batchSize when testing server status metrics 2019-06-13 11:45:21 -04:00
server_status_repl.js SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
sessions_collection_auto_healing.js SERVER-37624 Allow sessions collection TTL index expiration value to change upon node restart 2018-11-02 09:39:31 -04:00
shutdown_primary.js SERVER-30923 Increase wtimeouts to ReplSetTest.kDefaultTimeoutMS in all replication jstests 2017-09-18 14:21:49 -04:00
shutdown_with_prepared_transaction.js SERVER-37227 Reintroduce enableMajorityReadConcern:false server parameter 2018-10-02 10:58:05 -04:00
shutdown.js SERVER-27549 Print message on intentional server crash. 2017-05-23 15:18:12 -04:00
single_server_majority.js SERVER-25640 terminate running processes in jstests 2018-02-08 09:46:57 -05:00
sized_zero_capped.js SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
slave_delay_clean_shutdown.js SERVER-34557 Make sure slave_delay_clean_shutdown.js awaits secondary nodes before 2018-05-02 19:51:19 -04:00
slavedelay1.js SERVER-34526 Jstests should not depend on ReplSetTest.liveNodes 2018-05-01 09:43:36 -04:00
slavedelay3.js SERVER-34526 Jstests should not depend on ReplSetTest.liveNodes 2018-05-01 09:43:36 -04:00
slaveok_read_pref.js SERVER-33034: Fix tests with bad assertions 2018-02-15 15:23:13 -05:00
speculative_majority_find.js SERVER-38941 Blacklist change streams speculative majority tests from ephemeralForTest variants 2019-01-11 15:06:38 -05:00
speculative_majority_supported_commands.js SERVER-38941 Blacklist change streams speculative majority tests from ephemeralForTest variants 2019-01-11 15:06:38 -05:00
speculative_read_transaction.js SERVER-40386: replace commitTransaction() used in jstests with commitTransaction_forTesting() 2019-06-04 11:06:39 -04:00
speculative_transaction.js SERVER-40386: replace commitTransaction() used in jstests with commitTransaction_forTesting() 2019-06-04 11:06:39 -04:00
standalone_replication_recovery_prepare_only.js Add support for 'recoverFromOplogAsStandalone' with prepared transactions 2019-06-27 16:46:38 -04:00
standalone_replication_recovery_prepare_with_commit.js Add support for 'recoverFromOplogAsStandalone' with prepared transactions 2019-06-27 16:46:38 -04:00
startParallelShell.js SERVER-25640 terminate running processes in jstests 2018-02-08 09:46:57 -05:00
startup_recovery_commit_transaction_before_stable_timestamp.js SERVER-38165 Enable transactions testing with the inMemory storage engine 2019-04-22 13:38:12 -04:00
startup_recovery_reconstructs_txn_prepared_before_stable_ts.js SERVER-38165 Enable transactions testing with the inMemory storage engine 2019-04-22 13:38:12 -04:00
startup_without_fcv_document_succeeds_if_initial_sync_flag_set.js SERVER-40009 Honor the initial sync flag when in startup without FCV document 2019-06-25 10:10:29 -04:00
step_down_during_draining2.js SERVER-32144 Remove test coverage for replication protocol version 0 2018-03-13 18:57:31 -04:00
step_down_during_draining3.js SERVER-38516 Tighten up tests that don't fail when not closing connections during stepdown bbut allow exceptions during stepdown 2019-02-12 11:07:46 -05:00
step_down_during_draining.js SERVER-32144 Remove test coverage for replication protocol version 0 2018-03-13 18:57:31 -04:00
step_down_on_secondary.js SERVER-42453 ensure clusterTime advances past afterClusterTime timestamp for read in step_down_on_secondary.js 2019-07-26 16:20:26 -04:00
stepdown3.js SERVER-38516 Remove “closeConnectionsOnStepdown” flag and fix tests broken by this 2019-02-12 11:07:46 -05:00
stepdown_catch_up_opt.js SERVER-35031 Return MaxTimeMSExpired for maxTimeMS timeout 2018-07-24 13:09:41 -04:00
stepdown_kill_other_ops.js SERVER-38516 Tighten up tests that don't fail when not closing connections during stepdown bbut allow exceptions during stepdown 2019-02-12 11:07:46 -05:00
stepdown_killop.js SERVER-33953 Make secondary unelectable in stepdown_killop.js 2018-03-20 17:39:04 -04:00
stepdown_long_wait_time.js SERVER-38516 Remove “closeConnectionsOnStepdown” flag and fix tests broken by this 2019-02-12 11:07:46 -05:00
stepdown_needs_electable_secondary.js SERVER-38516 Remove “closeConnectionsOnStepdown” flag and fix tests broken by this 2019-02-12 11:07:46 -05:00
stepdown_needs_majority.js SERVER-38516 Remove “closeConnectionsOnStepdown” flag and fix tests broken by this 2019-02-12 11:07:46 -05:00
stepdown.js SERVER-38516 Remove “closeConnectionsOnStepdown” flag and fix tests broken by this 2019-02-12 11:07:46 -05:00
stepup.js SERVER-414500 Track number of successful elections for each reason in serverStatus 2019-07-08 11:15:28 -04:00
storage_commit_out_of_order.js SERVER-41861 Change existing jstests to mention the new 'all_durable' timestamp over the deprecated 'all_committed' timestamp 2019-07-26 12:39:27 -04:00
sync2.js SERVER-33034: Fix tests with bad assertions 2018-02-15 15:23:13 -05:00
sync_passive.js SERVER-34526 Jstests should not depend on ReplSetTest.liveNodes 2018-05-01 09:43:36 -04:00
system_profile_secondary.js SERVER-25640 terminate running processes in jstests 2018-02-08 09:46:57 -05:00
system_profile.js SERVER-25640 terminate running processes in jstests 2018-02-08 09:46:57 -05:00
tags2.js SERVER-30923 Increase wtimeouts to ReplSetTest.kDefaultTimeoutMS in all replication jstests 2017-09-18 14:21:49 -04:00
tags_with_reconfig.js SERVER-30923 Increase wtimeouts to ReplSetTest.kDefaultTimeoutMS in all replication jstests 2017-09-18 14:21:49 -04:00
tags.js SERVER-28100 moved common test code for all 3 tags.js tests into a test library under replsets/libs/ 2017-05-16 15:15:33 -04:00
temp_namespace_restart_as_standalone.js SERVER-40345 Change calls involving the 'temp' field in the 'create' command to be done through the 'applyOps' command 2019-04-04 08:02:40 -04:00
temp_namespace.js SERVER-40345 Change calls involving the 'temp' field in the 'create' command to be done through the 'applyOps' command 2019-04-04 08:02:40 -04:00
test_command.js SERVER-25640 terminate running processes in jstests 2018-02-08 09:46:57 -05:00
too_stale_secondary.js SERVER-29803 Add replSetGetStatus field tooStale 2019-07-10 09:41:49 -04:00
transaction_table_multi_statement_txn.js SERVER-40386: replace commitTransaction() used in jstests with commitTransaction_forTesting() 2019-06-04 11:06:39 -04:00
transaction_table_oplog_replay.js SERVER-33343 move test functions from transaction_table_oplog_reply.js to retryable_writes_util.js for reuse 2018-04-04 13:47:34 -04:00
transactions_after_rollback_via_refetch.js SERVER-40386: replace commitTransaction() used in jstests with commitTransaction_forTesting() 2019-06-04 11:06:39 -04:00
transactions_committed_with_tickets_exhausted.js SERVER-41980 Prepared transactions should not acquire ticket on primary. 2019-07-25 00:02:55 -04:00
transactions_during_step_down.js SERVER-41216 Rename InterruptedDueToStepDown error code to InterruptedDueToReplStateChange 2019-05-20 16:10:46 -04:00
transactions_on_secondaries_not_allowed.js SERVER-41050 Ban txnNumbers outside of transactions and retryable writes 2019-05-16 09:46:43 -04:00
transactions_only_allowed_on_primaries.js SERVER-40386: replace commitTransaction() used in jstests with commitTransaction_forTesting() 2019-06-04 11:06:39 -04:00
transactions_reaped_with_tickets_exhausted.js SERVER-41881 Unstashing the transaction lock resources should ignore the saved value of maxLockTimeout and explicitly set the maxLockTimeout based on node's state. 2019-07-24 23:57:48 -04:00
transactions_wait_for_write_concern.js SERVER-40069 Fix global lock tracking for txns 2019-04-17 14:26:44 -04:00
transient_txn_error_labels_with_write_concern.js SERVER-39520 Use database IX lock for dropCollection 2019-04-26 14:45:54 -04:00
transient_txn_error_labels.js SERVER-40386: assert responses of abortTransaction_forTesting() and commitTransaction_forTesting() 2019-06-01 21:10:35 -04:00
two_nodes_priority_take_over.js SERVER-32144 Remove test coverage for replication protocol version 0 2018-03-13 18:57:31 -04:00
txn_override_unittests.js SERVER-41917 Copy Date and Timestamp objects correctly in network_error_and_txn_override.js 2019-06-27 11:42:45 -04:00
unconditional_step_down.js SERVER-41421 unconditional_step_down.js requires document level locking 2019-06-03 10:14:54 -04:00
uninitialized_fcv_access.js SERVER-34600 uassert if using getParameter to read uninitialized fCV 2018-04-23 12:56:53 -04:00
update_commit_point_from_sync_source_ignores_term.js SERVER-39831 Never update commit point beyond last applied if learned from sync source 2019-04-01 16:02:52 -04:00
user_management_wc.js SERVER-28871: Remove user management command write concern backwards compatibility 2018-12-03 17:43:53 -05:00
verify_sessions_expiration_rs.js SERVER-37241 Add testing to verify proper expiration of sessions in the sessions collection 2018-10-31 12:37:21 -04:00
view_catalog_oplog_entries.js SERVER-36224 Refactor Collection::updateDocument args 2018-08-26 22:08:27 -04:00
write_concern_after_stepdown_and_stepup.js SERVER-41216 Rename InterruptedDueToStepDown error code to InterruptedDueToReplStateChange 2019-05-20 16:10:46 -04:00
write_concern_after_stepdown.js SERVER-41216 Rename InterruptedDueToStepDown error code to InterruptedDueToReplStateChange 2019-05-20 16:10:46 -04:00
zero_vote_arbiter.js SERVER-25640 check dbhashes in stopSet 2018-01-22 12:05:07 -05:00