0
0
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:
Randolph Tan 2015-02-25 17:47:15 -05:00
parent f57723cc8d
commit bf749ab727

View File

@ -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)");