mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
SERVER-52989 Remove TODO from shard_aware_init.js jstest
This commit is contained in:
parent
3bb6c3d40c
commit
543ad92616
@ -25,10 +25,6 @@ var waitForPrimary = function(conn) {
|
||||
* initial write to the admin.system.version collection is fully flushed out of the oplog before
|
||||
* restarting. That allows our standalone corrupting update to see the write (and cause us to
|
||||
* fail on startup).
|
||||
*
|
||||
* TODO: Remove awaitVersionUpdate after SERVER-41005, where we figure out how to wait until
|
||||
* after replication is started before reading our shard identity from
|
||||
* admin.system.version
|
||||
*/
|
||||
var runTest = function(mongodConn, configConnStr, awaitVersionUpdate) {
|
||||
var shardIdentityDoc = {
|
||||
|
Loading…
Reference in New Issue
Block a user