summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJudah Schvimer <judah@mongodb.com>2021-02-03 18:43:03 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-02-03 21:24:09 +0000
commit37f0a1170e98263a012d466bc0c4f63c1232e44f (patch)
tree1d243820ae198b51107eae7b97fe7897bec222a8
parent30ebef0be7a29c9f7f7630615419eaead7c071c5 (diff)
downloadmongo-37f0a1170e98263a012d466bc0c4f63c1232e44f.tar.gz
SERVER-54091 Update assertion messages for dbhash check run by resmoke.py
-rw-r--r--jstests/hooks/run_check_repl_dbhash_background.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/jstests/hooks/run_check_repl_dbhash_background.js b/jstests/hooks/run_check_repl_dbhash_background.js
index 0ad6f4099a2..f87a1e2610d 100644
--- a/jstests/hooks/run_check_repl_dbhash_background.js
+++ b/jstests/hooks/run_check_repl_dbhash_background.js
@@ -420,6 +420,7 @@
}
print(errorBlob);
- throw new Error(`dbhash mismatch (search for the following headings): ${tojson(headings)}`);
+ throw new Error(
+ `data consistency checks (point-in-time) failed (search for the following headings): ${tojson(headings)}`);
}
})();