summaryrefslogtreecommitdiff
path: root/jstests/replsets/initial_sync_drop_collection.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/initial_sync_drop_collection.js
parentbc2d722169d5d1b46adfc603e29730b029b5e933 (diff)
downloadmongo-bfc6cfe5fa474a48e35c6430858ae7a26a802e7b.tar.gz
SERVER-25640 check dbhashes in stopSet
Diffstat (limited to 'jstests/replsets/initial_sync_drop_collection.js')
-rw-r--r--jstests/replsets/initial_sync_drop_collection.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/replsets/initial_sync_drop_collection.js b/jstests/replsets/initial_sync_drop_collection.js
index fc4a953b0d5..e64fe7d38a9 100644
--- a/jstests/replsets/initial_sync_drop_collection.js
+++ b/jstests/replsets/initial_sync_drop_collection.js
@@ -3,6 +3,9 @@
(function() {
"use strict";
+ // Skip db hash check because secondary cannot complete initial sync.
+ TestData.skipCheckDBHashes = true;
+
load("jstests/libs/check_log.js");
load('jstests/replsets/libs/two_phase_drops.js');
load("jstests/libs/uuid_util.js");