Skip to content

Commit

Permalink
Kevin's test fixes
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Albertson <kevin.albertson@10gen.com>
  • Loading branch information
isabelatkinson and kevinAlbs authored Nov 7, 2024
1 parent 3e5ff65 commit 8f7c097
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions source/retryable-writes/tests/unified/bulkWrite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ tests:
expectEvents:
- client: client0
events:
- commandStartedEvent:
commandName: insert
command:
txnNumber: { $$exists: true }
- commandStartedEvent:
commandName: insert
command:
Expand Down Expand Up @@ -289,6 +293,10 @@ tests:
commandName: insert
command:
txnNumber: { $$exists: true }
- commandStartedEvent:
commandName: insert
command:
txnNumber: { $$exists: true }
-
description: 'First insertOne is never committed'
operations:
Expand Down Expand Up @@ -522,11 +530,13 @@ tests:
name: bulkWrite
arguments:
requests:
updateMany:
filter: {}
update: { $set: { x: 1 } }
deleteMany:
filter: {}
-
updateMany:
filter: {}
update: { $set: { x: 1 } }
-
deleteMany:
filter: {}
expectEvents:
- client: client0
events:
Expand Down

0 comments on commit 8f7c097

Please sign in to comment.