summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorkmznam <97981975+kmznam@users.noreply.github.com>2024-09-12 14:25:07 -0400
committerMongoDB Bot <mongo-bot@mongodb.com>2024-09-12 19:15:43 +0000
commited19f2156de028475a5a67474fa845d0bdfc3e32 (patch)
treec39b0b5bdb847fddcd932c99efb6cb85977dfb59 /buildscripts
parent9b48b509f5c2e2212b877c22e6704ae4c7501d61 (diff)
SERVER-82471 send modified query to the shards for explain.find on mongos (#26734)
GitOrigin-RevId: c46e288c8500f90719e62d0f60f9c8293ce3fb40
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/analyze_shard_key_jscore_passthrough.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/analyze_shard_key_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/analyze_shard_key_jscore_passthrough.yml
index 026e5b3ecff..91909543f7e 100644
--- a/buildscripts/resmokeconfig/suites/analyze_shard_key_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/analyze_shard_key_jscore_passthrough.yml
@@ -128,6 +128,9 @@ executor:
shell_options:
eval: >-
await import("jstests/libs/override_methods/implicitly_configure_query_analyzer.js");
+ global_vars:
+ TestData:
+ isAnalyzingShardKey: true
hooks:
- class: AnalyzeShardKeysInBackground
- class: CheckReplOplogs