mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
SERVER-41460 Fix lint
This commit is contained in:
parent
3bf31bf4a0
commit
f96818e612
@ -18,7 +18,7 @@
|
||||
assert.commandWorked(ret);
|
||||
jsTestLog("Connection pool stats by host: " + tojson(ret.hosts));
|
||||
return ret.hosts;
|
||||
};
|
||||
}
|
||||
|
||||
// To test the dropConnections command, first remove the secondary. This should have no effect
|
||||
// on the existing connection pool, but it'll prevent the primary from reconnecting to it after
|
||||
|
@ -23,7 +23,7 @@
|
||||
assert.commandWorked(ret);
|
||||
jsTestLog("Connection pool stats by host: " + tojson(ret.hosts));
|
||||
return ret.hosts;
|
||||
};
|
||||
}
|
||||
|
||||
const cfg = primary.getDB('local').system.replset.findOne();
|
||||
const memberHost = cfg.members[2].host;
|
||||
|
Loading…
Reference in New Issue
Block a user