mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 01:21:03 +01:00
SERVER-17383 Make sure that ops are sent to the right shard in rename.js
This commit is contained in:
parent
f57723cc8d
commit
bf749ab727
@ -18,6 +18,7 @@ assert.eq(db.bar.count(), 1, '2.2');
|
||||
assert.eq(db.foo.count(), 0, '2.3');
|
||||
|
||||
s.adminCommand( { enablesharding : "test" } );
|
||||
s.getDB('admin').runCommand({ movePrimary: 'test', to: 'rename-rs0' });
|
||||
|
||||
jsTest.log("Testing write concern (1)");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user