You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test.equal('expected mongos proxy, but found replicaset member mongod for server localhost:52000',warnings[0].message);
211
-
test.equal('expected mongos proxy, but found replicaset member mongod for server localhost:52001',warnings[1].message);
213
+
test.equal('expected mongos proxy, but found replicaset member mongod for server localhost:52002',warnings[0].message);
214
+
test.equal('expected mongos proxy, but found replicaset member mongod for server localhost:52003',warnings[1].message);
212
215
test.equal('no mongos proxies found in seed list, did you mean to connect to a replicaset',warnings[2].message);
213
216
test.equal('seed list contains no mongos proxies, replicaset connections requires the parameter replicaSet to be supplied in the URI or options object, mongodb://server:port/db?replicaSet=name',warnings[3].message);
214
217
// Assert error
@@ -217,7 +220,9 @@ exports['Should correctly print warning and error when no mongos proxies in seed
217
220
running=false;
218
221
mongos1.destroy();
219
222
mongos2.destroy();
220
-
test.done();
223
+
setTimeout(function(){
224
+
test.done();
225
+
},200);
221
226
});
222
227
});
223
228
}
@@ -269,8 +274,8 @@ exports['Should correctly set socketTimeoutMS and connectTimeoutMS for mongos']
0 commit comments