summaryrefslogtreecommitdiff
path: root/jstests/replsets/transaction_table_oplog_replay.js
diff options
context:
space:
mode:
authorJack Mulrow <jack.mulrow@mongodb.com>2017-09-15 17:57:33 -0400
committerJack Mulrow <jack.mulrow@mongodb.com>2017-09-19 10:29:48 -0400
commit9e598d7fbcb9c7e7d7b1ace7c9df47e316deb02f (patch)
treee33ab79da5c19674b7493d10bdd06a23462c4a6c /jstests/replsets/transaction_table_oplog_replay.js
parent86f4e7955327bc009dd4a25135bb741886d0ccaa (diff)
downloadmongo-9e598d7fbcb9c7e7d7b1ace7c9df47e316deb02f.tar.gz
SERVER-30206 Error if retryable write request has multi update or delete
Diffstat (limited to 'jstests/replsets/transaction_table_oplog_replay.js')
-rw-r--r--jstests/replsets/transaction_table_oplog_replay.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/jstests/replsets/transaction_table_oplog_replay.js b/jstests/replsets/transaction_table_oplog_replay.js
index 8587558bc57..dbe039dc087 100644
--- a/jstests/replsets/transaction_table_oplog_replay.js
+++ b/jstests/replsets/transaction_table_oplog_replay.js
@@ -180,10 +180,10 @@
{
delete: "foo",
deletes: [
- {q: {_id: 10}, limit: 0},
- {q: {_id: 20}, limit: 0},
- {q: {_id: 30}, limit: 0},
- {q: {_id: 40}, limit: 0}
+ {q: {_id: 10}, limit: 1},
+ {q: {_id: 20}, limit: 1},
+ {q: {_id: 30}, limit: 1},
+ {q: {_id: 40}, limit: 1}
],
ordered: true,
lsid: {id: UUID()},