mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
SERVER-25449 assert inserts in mongos_no_detect_sharding.js succeeds
This commit is contained in:
parent
6cd1e7ed94
commit
3a68a39cc4
@ -11,7 +11,7 @@
|
||||
var mongos2 = st._mongos[1];
|
||||
|
||||
var coll = mongos2.getCollection("test.foo");
|
||||
coll.insert({i: 0});
|
||||
assert.writeOK(coll.insert({i: 0}));
|
||||
|
||||
print("Sharding collection...");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user