summaryrefslogtreecommitdiff
path: root/jstests/hooks
diff options
context:
space:
mode:
authorGregory Wlodarek <gregory.wlodarek@mongodb.com>2021-03-05 20:26:33 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-03-06 02:46:25 +0000
commit0478f8ca30b2897edb635eef7681581adc6c6300 (patch)
tree5bd6d76d48fc5aca1a7e7150a3824237b68cbf5e /jstests/hooks
parentbd5693121fbe12bee14a83b4527df73c881a2052 (diff)
downloadmongo-0478f8ca30b2897edb635eef7681581adc6c6300.tar.gz
SERVER-54899 Pass in point-in-time value used for getHashesUsingSessions() into getCollectionDiffUsingSessions()
Diffstat (limited to 'jstests/hooks')
-rw-r--r--jstests/hooks/run_check_repl_dbhash_background.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/hooks/run_check_repl_dbhash_background.js b/jstests/hooks/run_check_repl_dbhash_background.js
index e8e771fe4fd..11929bc899a 100644
--- a/jstests/hooks/run_check_repl_dbhash_background.js
+++ b/jstests/hooks/run_check_repl_dbhash_background.js
@@ -246,7 +246,7 @@ function checkReplDbhashBackgroundThread(hosts) {
". Primary info: " + tojsononeline(primaryInfo) +
". Secondary info: " + tojsononeline(secondaryInfo));
const diff = DataConsistencyChecker.getCollectionDiffUsingSessions(
- primarySession, secondarySession, dbName, primaryInfo.uuid);
+ primarySession, secondarySession, dbName, primaryInfo.uuid, clusterTime);
result.push({
primary: primaryInfo,