summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorJames Wahlin <james@mongodb.com>2019-05-07 12:14:19 -0400
committerJames Wahlin <james@mongodb.com>2019-05-08 11:18:47 -0400
commit3b00dc385a99b576cee4d0f58d8a80e296b4b09c (patch)
tree6ee2edbcd8317e0bbdcfa6256d378386fc761858 /buildscripts
parent76a51318e3d46bae41f72bfcf88c3f1782ad093f (diff)
downloadmongo-3b00dc385a99b576cee4d0f58d8a80e296b4b09c.tar.gz
SERVER-40404 Add support for 'fields' option in combination with a pipeline-style findAndModify
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/retryable_writes_jscore_passthrough.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/retryable_writes_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/retryable_writes_jscore_passthrough.yml
index 040049f458a..0d8a244567e 100644
--- a/buildscripts/resmokeconfig/suites/retryable_writes_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/retryable_writes_jscore_passthrough.yml
@@ -32,6 +32,7 @@ selector:
# TODO SERVER-31242: findAndModify no-op retry should respect the fields option.
- jstests/core/crud_api.js
- jstests/core/find_and_modify2.js
+ - jstests/core/find_and_modify_pipeline_update.js
- jstests/core/find_and_modify_server6865.js
# TODO SERVER-31245: Inserts to "system.indexes" bypass the check for retryability.