Skip to content

Commit 897dabc

Browse files
committed
Made some tests more robust
1 parent bcaf5c7 commit 897dabc

File tree

4 files changed

+194
-135
lines changed

4 files changed

+194
-135
lines changed

test/functional/buffering_proxy_tests.js

+3
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,13 @@ exports['Successfully handle buffering store execution for primary server'] = {
193193
// console.dir(err)
194194
});
195195

196+
// console.log("================================== 0")
196197
setTimeout(function() {
197198
die = false;
199+
// console.log("================================== 1")
198200

199201
setTimeout(function() {
202+
// console.log("================================== 2")
200203
// console.dir(results)
201204
test.deepEqual(['insertOne', 'aggregate'].sort(), results.sort());
202205

0 commit comments

Comments
 (0)