summaryrefslogtreecommitdiff
path: root/buildscripts/resmokelib
diff options
context:
space:
mode:
authorTommaso Tocci <tommaso.tocci@mongodb.com>2023-03-27 19:03:06 +0200
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-03-27 17:58:00 +0000
commitdad46db34c4c8287957aea1d7e652793741458f3 (patch)
tree1fdb001b01198fced4030792e9b1beb33b2c4562 /buildscripts/resmokelib
parent9ff0879bc46ff0e291ef99603361aaa530ec6f99 (diff)
downloadmongo-dad46db34c4c8287957aea1d7e652793741458f3.tar.gz
Revert "SERVER-74935 Add CheckMetadataConsistency hook to ShardingTest js fixture"
This reverts commit 6493d9ac709a4bbda06c28b950e5d1f4a64ca905. Signed-off-by: Tommaso Tocci <tommaso.tocci@mongodb.com>
Diffstat (limited to 'buildscripts/resmokelib')
-rw-r--r--buildscripts/resmokelib/core/programs.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/buildscripts/resmokelib/core/programs.py b/buildscripts/resmokelib/core/programs.py
index e69e441bc26..1b4dae7213a 100644
--- a/buildscripts/resmokelib/core/programs.py
+++ b/buildscripts/resmokelib/core/programs.py
@@ -238,9 +238,6 @@ def mongo_shell_program(logger, executable=None, connection_string=None, filenam
if "eval" in kwargs:
eval_sb.append(str(kwargs.pop("eval")))
- # Load a callback to check that the cluster-wide metadata is consistent.
- eval_sb.append("load('jstests/libs/override_methods/check_metadata_consistency.js');")
-
# Load this file to allow a callback to validate collections before shutting down mongod.
eval_sb.append("load('jstests/libs/override_methods/validate_collections_on_shutdown.js');")