summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig
diff options
context:
space:
mode:
authorJason Zhang <jason.zhang@mongodb.com>2023-05-17 02:23:47 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-05-17 03:15:10 +0000
commit06797deec0c5806e56a70a7d156556e0b028da7f (patch)
tree07788fd471fdf4584b7b4b944c867d78932b88ec /buildscripts/resmokeconfig
parentb4b4b310cd5fe22d33a749eca4e43c42c2adf76c (diff)
downloadmongo-06797deec0c5806e56a70a7d156556e0b028da7f.tar.gz
SERVER-69922 Implement explain for updateOne, deleteOne, and findAndModify
Diffstat (limited to 'buildscripts/resmokeconfig')
-rw-r--r--buildscripts/resmokeconfig/suites/sharded_collections_single_writes_without_shard_key_jscore_passthrough.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharded_collections_single_writes_without_shard_key_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/sharded_collections_single_writes_without_shard_key_jscore_passthrough.yml
index 1cafef5dd6c..7e0eb0d7568 100644
--- a/buildscripts/resmokeconfig/suites/sharded_collections_single_writes_without_shard_key_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/sharded_collections_single_writes_without_shard_key_jscore_passthrough.yml
@@ -15,7 +15,7 @@ selector:
# Test assertions expect a certain document is deleted whereas updateOnes, deleteOnes, and
# findAndModify without shard key can pick and modify any matching document.
- jstests/core/**/crud_api.js
- # TODO SERVER-69922: Requires explain for single writes without shard key.
+ # TODO SERVER-76907: Include hint stage if the original query provides one.
- jstests/core/**/update_hint.js
- jstests/core/**/delete_hint.js
- jstests/core/**/find_and_modify_hint.js