summaryrefslogtreecommitdiff
path: root/jstests/auth/lib
diff options
context:
space:
mode:
authorJordi Serra Torrens <jordi.serra-torrens@mongodb.com>2023-01-18 10:49:06 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-01-18 11:29:34 +0000
commitc82eaeff371a536180ab1136ae571c706ad6ed68 (patch)
treee4203428abe2553b5acb83179d63d0ec61272571 /jstests/auth/lib
parenteffd5996bf966b5784223e9ab08f8401c33f9d2f (diff)
downloadmongo-c82eaeff371a536180ab1136ae571c706ad6ed68.tar.gz
SERVER-71690 Implement a new sharding hook to verify the sharding filtering metadata
Diffstat (limited to 'jstests/auth/lib')
-rw-r--r--jstests/auth/lib/commands_lib.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/jstests/auth/lib/commands_lib.js b/jstests/auth/lib/commands_lib.js
index d3f69ed3dc6..7a019f71333 100644
--- a/jstests/auth/lib/commands_lib.js
+++ b/jstests/auth/lib/commands_lib.js
@@ -91,6 +91,12 @@ one argument, the connection object.
*/
+// Cannot run the filtering metadata check on tests that run refineCollectionShardKey.
+TestData.skipCheckShardFilteringMetadata = true;
+
+// Cannot run the filtering metadata check on tests that run refineCollectionShardKey.
+TestData.skipCheckShardFilteringMetadata = true;
+
import {
isShardMergeEnabled,
makeMigrationCertificatesForTest