summaryrefslogtreecommitdiff
path: root/jstests/hooks
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2017-09-13 17:52:39 -0400
committerKaloian Manassiev <kaloian.manassiev@mongodb.com>2017-09-14 07:46:47 -0400
commit26887268918ff49e4b6a0c4d5cb2fd9602fd6183 (patch)
treec9e02d0858f92249722a42d67f8ec5d026554ed6 /jstests/hooks
parent4a415f8e251a8ca6de382b5c68601fe52b15aaeb (diff)
downloadmongo-26887268918ff49e4b6a0c4d5cb2fd9602fd6183.tar.gz
Revert "SERVER-30325 Temporarily exclude dbhash check on "config" database."
This reverts commit 3128427f77397916967e3eb684dfed845bb1638a.
Diffstat (limited to 'jstests/hooks')
-rw-r--r--jstests/hooks/run_initial_sync_node_validation.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/jstests/hooks/run_initial_sync_node_validation.js b/jstests/hooks/run_initial_sync_node_validation.js
index 78d6685a23c..769409c534d 100644
--- a/jstests/hooks/run_initial_sync_node_validation.js
+++ b/jstests/hooks/run_initial_sync_node_validation.js
@@ -42,8 +42,7 @@
to ensure we're validating the entire contents of the collection */
// For checkDBHashes
- var excludedDBs = jsTest.options().excludedDBsFromDBHash || [];
- rst.checkReplicatedDataHashes(undefined, excludedDBs);
+ rst.checkReplicatedDataHashes();
load('jstests/hooks/run_validate_collections.js');