0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/jstests
Justin Seyster edc3dfce51 SERVER-31268 Make updates_in_heterogeneous_repl_set.js more robust.
The updates_in_heterogeneous_repl_set.js test wants to call stepUp()
on each of its replica set members to ensure that each one gets an
opportunity to handle inserts and updates. However, we found that the
stepUp()-triggered election was occasionally failing, because even
though a call to awaitReplication() ensured that all members were
caught up on their oplogs, some members were not aware that their
peers were caught up.

The new awaitNodesAgreeOnOpTime() function uses an assert.soon() to
wait until all the members are caught up on their peers' status, so
that the election always succeeds.
2017-10-04 19:37:10 -04:00
..
aggregation SERVER-30848 make shell getMores use sessions 2017-10-03 16:50:12 -04:00
auth SERVER-31289 Add test only $listLocalCursors 2017-10-03 18:44:26 -04:00
change_streams SERVER-31134 Adapt change stream tests to relax assertions on change visibility 2017-10-04 17:12:00 -04:00
concurrency SERVER-30848 make shell getMores use sessions 2017-10-03 16:50:12 -04:00
core SERVER-29243 Move jsHeapLimit.js from core to noPassthrough 2017-10-03 19:07:24 -04:00
decimal
disk
dur
fail_point SERVER-29606 Add a 'skip' failpoint option 2017-09-14 07:46:46 -04:00
gle SERVER-30511 call checkUUIDsConsistentAcrossCluster() before shutting down a ShardingTest 2017-09-25 11:27:23 -04:00
hooks SERVER-24759 SERVER-31128 Validate collections on all nodes in cluster 2017-09-29 13:33:10 -04:00
httpinterface
libs SERVER-31134 Adapt change stream tests to relax assertions on change visibility 2017-10-04 17:12:00 -04:00
master_slave SERVER-30371 repl9.js waits for source collection to be dropped 2017-09-06 11:55:28 -04:00
mmap_v1 SERVER-30848 make shell getMores use sessions 2017-10-03 16:50:12 -04:00
multiVersion SERVER-31268 Make updates_in_heterogeneous_repl_set.js more robust. 2017-10-04 19:37:10 -04:00
noPassthrough SERVER-31355 Synchronize stepdown in auto_retry_on_network_error.js 2017-10-04 17:07:08 -04:00
noPassthroughWithMongod SERVER-28072 Construct mongodb:// URI from RS string and dbname 2017-10-03 21:53:03 -04:00
parallel
perf
readonly
replsets SERVER-31030 Use full OpTime instead of just Timestamps to refer to oplog entries 2017-10-04 16:43:58 -04:00
serial_run
sharding SERVER-31030 Use full OpTime instead of just Timestamps to refer to oplog entries 2017-10-04 16:43:58 -04:00
slow1
ssl SERVER-31327 Set ReplSetTest:waitForKeys default to true 2017-10-04 11:47:36 -04:00
sslSpecial SERVER-31327 Set ReplSetTest:waitForKeys default to true 2017-10-04 11:47:36 -04:00
tool TOOLS-1764 fix tool_replset.js 2017-10-04 17:48:33 -04:00