summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/commands_handle_kill.js
diff options
context:
space:
mode:
authorPawel Terlecki <pawel.terlecki@mongodb.com>2019-04-20 10:25:26 -0400
committerPawel Terlecki <pawel.terlecki@mongodb.com>2019-04-25 21:04:43 -0400
commit9318790212dead660f8f057f18ed48fba9232b83 (patch)
tree9bd7ddd4dc14a606650e089194b07f5d1da3f6e6 /jstests/noPassthrough/commands_handle_kill.js
parentbf40065c01769683000310fedcd4b8c729c4fdb2 (diff)
downloadmongo-9318790212dead660f8f057f18ed48fba9232b83.tar.gz
SERVER-40005 Add translation for FindAndModify for FLE
Extended FindAndModifyRequest to validate all fields in parsing and serialize to BSON with passthru fields.
Diffstat (limited to 'jstests/noPassthrough/commands_handle_kill.js')
-rw-r--r--jstests/noPassthrough/commands_handle_kill.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/noPassthrough/commands_handle_kill.js b/jstests/noPassthrough/commands_handle_kill.js
index 799cfc8cca1..3838c90425c 100644
--- a/jstests/noPassthrough/commands_handle_kill.js
+++ b/jstests/noPassthrough/commands_handle_kill.js
@@ -188,7 +188,7 @@ if (${ canYield }) {
{distinct: collName, key: "_id", query: {a: {$gte: 0}}}, {usesIndex: true});
assertCommandPropogatesPlanExecutorKillReason(
- {findAndModify: collName, filter: {fakeField: {$gt: 0}}, update: {$inc: {a: 1}}});
+ {findAndModify: collName, query: {fakeField: {$gt: 0}}, update: {$inc: {a: 1}}});
assertCommandPropogatesPlanExecutorKillReason(
{