0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00
mongodb/jstests/replsets
2015-08-17 10:13:17 -04:00
..
auth1.js SERVER-19571 configure regression loop to use --readMode commands in suites that don't start mongos 2015-07-30 14:56:45 -04:00
auth2.js SERVER-16391 archor primary in replset tests, or make agnostic to primary node 2014-12-03 12:58:24 -05:00
auth3.js SERVER-15836 Clean up several rollback js tests. 2014-10-28 11:49:33 -04:00
auth_no_pri.js SERVER-16863 make auth_no_pri.js election-agnostic 2015-01-15 09:08:11 -05:00
await_replication_timeout.js SERVER-18355 Make awaitReplication properly respect maxTimeMS 2015-05-18 17:33:44 -04:00
background_index.js SERVER-16943 Add test for compatibility of replset background index and 2015-01-20 11:51:06 -05:00
batch_write_command_wc.js SERVER-14483 Unit test awaitReplication behavior across reconfig 2014-11-04 12:19:08 -05:00
buildindexes.js SERVER-16391 archor primary in replset tests, or make agnostic to primary node 2014-12-03 12:58:24 -05:00
bulk_api_wc.js SERVER-14483 Unit test awaitReplication behavior across reconfig 2014-11-04 12:19:08 -05:00
capped_id.js SERVER-18531 Integrate SpiderMonkey 2015-07-14 16:15:54 -04:00
chaining_removal.js SERVER-18584 write an n-op when transition to primary is complete 2015-08-05 04:17:46 -04:00
cloneDb.js SERVER-13357 fix replset/cloneDb.js 2015-02-23 04:22:29 -05:00
config_server_checks.js SERVER-19933 check validity of "configsvr:true" at config validation time 2015-08-17 10:13:17 -04:00
copydb.js SERVER-17515 fixed namespace in oplog entry when using the cloner to copy indexes 2015-03-09 17:44:29 -04:00
downstream.js
drain.js SERVER-19307 SyncTail::tryPopAndWaitForMore should not consume buffered operations when rsSyncApplyStop fail point is enabled 2015-07-13 15:46:03 -04:00
drop_oplog.js SERVER-18195 Read after optime (repl only) 2015-05-11 10:09:05 -04:00
election_not_blocked.js SERVER-16391 archor primary in replset tests, or make agnostic to primary node 2014-12-03 12:58:24 -05:00
explain_slaveok.js SERVER-15908 SERVER-15956 fix explain shell helper handling of slaveOk and readPref 2014-12-02 14:51:14 -05:00
find_and_modify_wc.js SERVER-6558 Add writeConcern option to findAndModify command 2015-03-17 11:57:00 -04:00
fsync_lock_read_secondaries.js SERVER-7775 refactor fsyncUnlock to execute through standard command path 2015-03-26 14:20:38 -04:00
get_replication_info_helper.js SERVER-17443 use assert.soon rather than assert for log messages in get_replication_info_helper.js 2015-03-03 05:03:37 -05:00
get_status.js SERVER-16405 Expand replication command tests. 2014-12-12 17:05:20 -05:00
groupAndMapReduce.js
index_delete.js SERVER-13635 No system.indexes in jstests/replsets 2014-10-17 17:33:48 -04:00
index_restart_secondary.js SERVER-16580 Remove deprecated system collection references in JS tests 2015-01-09 18:40:56 -05:00
initial_sync1.js SERVER-17450 Standardize on a single way to start mongod in tests 2015-04-06 18:19:21 -04:00
initial_sync2.js SERVER-17450 Standardize on a single way to start mongod in tests 2015-04-06 18:19:21 -04:00
initial_sync3.js SERVER-16391 archor primary in replset tests, or make agnostic to primary node 2014-12-03 12:58:24 -05:00
initial_sync4.js SERVER-17450 Standardize on a single way to start mongod in tests 2015-04-06 18:19:21 -04:00
initial_sync_unsupported_auth_schema.js SERVER-17998 Ignore socket exceptions in initial_sync_unsupported_auth_schema.js 2015-04-13 13:46:55 -04:00
initiate_prohibits_w0.js SERVER-15623 Test that w:0 is prohibited in getLastErrorDefaults. 2014-10-31 09:46:53 -04:00
initiate_without_replset_name_at_startup.js SERVER-19537 allow replSetInitiate on nodes not started with --replSet 2015-08-08 12:51:58 -04:00
initiate.js SERVER-16405 Expand replication command tests. 2014-12-12 17:05:20 -05:00
initSyncV1Index.js SERVER-17861 Change the default storage engine to wiredTiger. 2015-05-28 12:15:47 -04:00
ismaster1.js
isself_different_port.js SERVER-15862 Fix isself_different_port.js by reconfiguring smarter. 2014-10-29 16:40:32 -04:00
last_op_visible.js SERVER-19554 populate lastOpVisible in ReplSetMetadata 2015-08-14 07:54:11 -04:00
lastop.js SERVER-18522 set lastOp to last system optime, on no-op updates or deletes 2015-07-29 15:24:25 -04:00
localhostAuthBypass.js SERVER-14652 update tests for localhost exception 2014-07-25 00:43:55 -04:00
maintenance2.js SERVER-13009 make group command fail in maintenance mode and update replsets/maintenance2.js 2015-02-24 12:28:11 -05:00
maintenance_non-blocking.js remove replCoord field from replSetGetStatus 2014-12-12 10:31:06 -05:00
maintenance.js
maxSyncSourceLagSecs.js SERVER-7775 refactor fsyncUnlock to execute through standard command path 2015-03-26 14:20:38 -04:00
no_chaining.js SERVER-16391 archor primary in replset tests, or make agnostic to primary node 2014-12-03 12:58:24 -05:00
oplog_format.js
oplog_note_cmd.js SERVER-19240 change OpTime reporting format based on protocol version 2015-07-06 12:58:55 -04:00
optime.js SERVER-18584 write an n-op when transition to primary is complete 2015-08-05 04:17:46 -04:00
pipelineout.js SERVER-16391 archor primary in replset tests, or make agnostic to primary node 2014-12-03 12:58:24 -05:00
plan_cache_slaveok.js SERVER-16291 allow index filters commands to run on secondaries if slaveOk explicitly set to true 2014-11-24 11:52:08 -05:00
protocol_version_upgrade_downgrade.js SERVER-19925 move protocolVersion field to top level 2015-08-17 10:13:17 -04:00
read_after_optime.js SERVER-19925 move protocolVersion field to top level 2015-08-17 10:13:17 -04:00
read_committed_no_snapshots.js SERVER-19925 move protocolVersion field to top level 2015-08-17 10:13:17 -04:00
read_committed.js SERVER-19675 fix ReplicationMetadata populating and parsing 2015-08-06 03:06:02 -04:00
reconfig_prohibits_w0.js SERVER-15623 Test that w:0 is prohibited in getLastErrorDefaults. 2014-10-31 09:46:53 -04:00
reconfig_tags.js
reconfig.js SERVER-16405 Expand replication command tests. 2014-12-12 17:05:20 -05:00
reindex_secondary.js SERVER-13635 No system.indexes in jstests/replsets 2014-10-17 17:33:48 -04:00
remove1.js SERVER-15655 Fix remove1.js test 2014-11-03 12:52:28 -05:00
repl_options.js
replset1.js SERVER-18584 write an n-op when transition to primary is complete 2015-08-05 04:17:46 -04:00
replset2.js
replset3.js SERVER-16371 clean up unit tests 2014-12-01 17:33:01 -05:00
replset4.js
replset5.js SERVER-16419 use reconfig function for reconfiguration in jstests 2014-12-04 16:22:22 -05:00
replset6.js
replset7.js SERVER-13635 No system.indexes in jstests/replsets 2014-10-17 17:33:48 -04:00
replset8.js
replset9.js SERVER-15535 wait for master after reconfig 2014-10-10 11:54:39 -04:00
replsetadd_profile.js
replsetarb2.js SERVER-16391 archor primary in replset tests, or make agnostic to primary node 2014-12-03 12:58:24 -05:00
replsetfreeze.js
replsethostnametrim.js
replsetprio1.js SERVER-15781 Separate the concepts of next electable time and step-down until in replication. 2014-10-27 16:52:06 -04:00
replsetrestart1.js SERVER-16372 improve replsetrestart1.js 2014-12-04 11:42:31 -05:00
restore_term.js SERVER-19925 move protocolVersion field to top level 2015-08-17 10:13:17 -04:00
resync_with_write_load.js SERVER-16391 archor primary in replset tests, or make agnostic to primary node 2014-12-03 12:58:24 -05:00
resync.js SERVER-2454 fix resync.js test to handle collection scan dying due to its position in a capped collection being deleted 2015-07-08 10:34:31 -04:00
rollback2.js SERVER-16391 archor primary in replset tests, or make agnostic to primary node 2014-12-03 12:58:24 -05:00
rollback3.js SERVER-16391 archor primary in replset tests, or make agnostic to primary node 2014-12-03 12:58:24 -05:00
rollback4.js
rollback5.js SERVER-18807 fixed replsets/rollback5.js so that test will reconnect to node that was rolled back 2015-06-09 12:38:31 -04:00
rollback_auth.js SERVER-16434 extend timeout for election wait in rollback_auth.js 2014-12-05 11:26:51 -05:00
rollback_cmd_unrollbackable.js SERVER-17176 Fix replication log messages in JS tests 2015-02-11 13:54:55 -05:00
rollback_collMod_fatal.js SERVER-17176 Fix replication log messages in JS tests 2015-02-11 13:54:55 -05:00
rollback_collMod_PowerOf2Sizes.js SERVER-19528 Change validationState to validationAction 2015-07-28 18:11:47 -04:00
rollback_different_h.js SERVER-18584 write an n-op when transition to primary is complete 2015-08-05 04:17:46 -04:00
rollback_dropdb.js SERVER-17176 Fix replication log messages in JS tests 2015-02-11 13:54:55 -05:00
rollback_empty_ns.js SERVER-17176 Fix replication log messages in JS tests 2015-02-11 13:54:55 -05:00
rollback_empty_o2.js SERVER-17176 Fix replication log messages in JS tests 2015-02-11 13:54:55 -05:00
rollback_empty_o.js SERVER-17176 Fix replication log messages in JS tests 2015-02-11 13:54:55 -05:00
rollback_fake_cmd.js SERVER-17176 Fix replication log messages in JS tests 2015-02-11 13:54:55 -05:00
rollback_too_new.js SERVER-16279 change node B to arbiter in rollback_too_new 2014-12-02 10:53:12 -05:00
rollback.js SERVER-16391 archor primary in replset tests, or make agnostic to primary node 2014-12-03 12:58:24 -05:00
rslib.js SERVER-17450 Cleanup SSL test infrastructure 2015-04-06 18:19:21 -04:00
server8070.js
server_status_metrics.js SERVER-18584 write an n-op when transition to primary is complete 2015-08-05 04:17:46 -04:00
single_server_majority.js SERVER-17450 Standardize on a single way to start mongod in tests 2015-04-06 18:19:21 -04:00
sized_zero_capped.js SERVER-18792 when logging createCollection to the oplog always include size if capped:true 2015-06-04 06:23:48 -04:00
slavedelay1.js
slavedelay3.js SERVER-18584 write an n-op when transition to primary is complete 2015-08-05 04:17:46 -04:00
stepdown3.js SERVER-18868 Check the exit code of the parallel shell. 2015-06-23 22:22:52 -04:00
stepdown_catch_up_opt.js SERVER-19965 Increase timeout in stepdown_catch_up_opt.js for windows 2015-08-14 14:49:12 -04:00
stepdown_kill_other_ops.js SERVER-18868 Check the exit code of the parallel shell. 2015-06-23 22:22:52 -04:00
stepdown_killop.js SERVER-16391 archor primary in replset tests, or make agnostic to primary node 2014-12-03 12:58:24 -05:00
stepdown_long_wait_time.js SERVER-18868 Check the exit code of the parallel shell. 2015-06-23 22:22:52 -04:00
stepdown_while_draining.js SERVER-19785 immunize stepdown_while_draining.js against inserting on transition to primary 2015-08-05 10:07:36 -04:00
stepdown_wrt_electable.js SERVER-18868 Check the exit code of the parallel shell. 2015-06-23 22:22:52 -04:00
stepdown.js SERVER-18363: fix for stepdown.js 2015-08-10 11:03:31 -04:00
sync2.js SERVER-18584 write an n-op when transition to primary is complete 2015-08-05 04:17:46 -04:00
sync_passive2.js SERVER-18584 write an n-op when transition to primary is complete 2015-08-05 04:17:46 -04:00
sync_passive.js SERVER-16391 archor primary in replset tests, or make agnostic to primary node 2014-12-03 12:58:24 -05:00
system_profile.js SERVER-18962 do not replicate metadata operations pertaining to system.profile 2015-06-17 13:22:36 -04:00
tags2.js
tags_with_reconfig.js
tags.js SERVER-18584 write an n-op when transition to primary is complete 2015-08-05 04:17:46 -04:00
temp_namespace.js SERVER-16659 listColls/listIndexes: empty cursor obj no longer needed 2015-01-15 05:41:10 -05:00
toostale.js SERVER-16374 anchor primary to node 0 for toostale.js 2014-12-01 17:33:02 -05:00
two_initsync.js
zero_vote_arbiter.js SERVER-13627 Test that replSetReconfig prohibits 0-vote arbiter. 2014-11-12 14:38:27 -05:00