mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
SERVER-507 comments
This commit is contained in:
parent
7ba50bffab
commit
12f5a46e4d
@ -134,6 +134,7 @@ doTest = function( recover, newMaster, newSlave ) {
|
||||
|
||||
}
|
||||
|
||||
// right will be master on recovery b/c both sides will have completed initial sync
|
||||
debug( "basic test" );
|
||||
doTest( function() {
|
||||
connect();
|
||||
|
@ -62,7 +62,7 @@ doTest = function( nSlave, opIdMem ) {
|
||||
disconnect();
|
||||
pair.waitForSteadyState( [ 1, 1 ], null, true );
|
||||
|
||||
// left will become slave
|
||||
// left will become slave (b/c both completed initial sync)
|
||||
for( i = 0; i < nSlave; ++i ) {
|
||||
write( pair.left(), i, i );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user