diff options
author | Sergey Galtsev <sergey.galtsev@mongodb.com> | 2021-11-03 07:43:11 -0700 |
---|---|---|
committer | Sergey Galtsev <sergey.galtsev@mongodb.com> | 2021-11-03 07:43:11 -0700 |
commit | 1985fe94b386a6c0b8b1803133c25da1d252b12a (patch) | |
tree | 7c3c72ea2db143af6757833c3d1d35cba6379798 /jstests/auth | |
parent | 9bf0f7587aafc575b7f86345cb67990fbaca11f8 (diff) | |
download | mongo-SERVER-61202.tar.gz |
SERVER-61202 remove timing dependency in cluster_ip_allowlist_replsetSERVER-61202
Diffstat (limited to 'jstests/auth')
-rw-r--r-- | jstests/auth/cluster_ip_allowlist_replset.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/auth/cluster_ip_allowlist_replset.js b/jstests/auth/cluster_ip_allowlist_replset.js index 9d97bc02f0e..2fbfeb4f5b3 100644 --- a/jstests/auth/cluster_ip_allowlist_replset.js +++ b/jstests/auth/cluster_ip_allowlist_replset.js @@ -56,7 +56,7 @@ assert.commandWorked(admin.runCommand({replSetReconfig: conf})); thread.join(); jsTest.log("Verify that connections were denied"); -checkLog.containsJson(admin, 20240, {}, 0); +checkLog.containsJson(admin, 20240, {}, 1); replTest.awaitReplication(); |