summaryrefslogtreecommitdiff
path: root/jstests/replsets/ismaster1.js
diff options
context:
space:
mode:
authorKevin Albertson <kevin.albertson@10gen.com>2018-01-22 09:10:45 -0500
committerKevin Albertson <kevin.albertson@10gen.com>2018-01-22 12:05:07 -0500
commitbfc6cfe5fa474a48e35c6430858ae7a26a802e7b (patch)
treef64b79dc9fc2646a02ed6cae9888348d88267418 /jstests/replsets/ismaster1.js
parentbc2d722169d5d1b46adfc603e29730b029b5e933 (diff)
downloadmongo-bfc6cfe5fa474a48e35c6430858ae7a26a802e7b.tar.gz
SERVER-25640 check dbhashes in stopSet
Diffstat (limited to 'jstests/replsets/ismaster1.js')
-rw-r--r--jstests/replsets/ismaster1.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/replsets/ismaster1.js b/jstests/replsets/ismaster1.js
index 96de229832a..cfb50a12912 100644
--- a/jstests/replsets/ismaster1.js
+++ b/jstests/replsets/ismaster1.js
@@ -3,6 +3,9 @@
* also checks that fields that should not be in the document are absent
*/
+// Skip db hash check because node 2 is slave delayed and may time out on awaitReplication.
+TestData.skipCheckDBHashes = true;
+
load("jstests/replsets/rslib.js");
// function create the error message if an assert fails