Skip to content

Commit

Permalink
test: fix sharded cluster testing
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken committed Aug 9, 2022
1 parent 11af454 commit 0e2117d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/change-streams/change_stream.test.ts
Expand Up @@ -1432,6 +1432,7 @@ describe('Change Streams', function () {
})
.expectEvents({
client: 'client0',
ignoreExtraEvents: true, // Sharded clusters have extra getMores
events: [
{ commandStartedEvent: { commandName: 'aggregate', command: { maxTimeMS: 5000 } } },
{ commandStartedEvent: { commandName: 'insert' } },
Expand Down

0 comments on commit 0e2117d

Please sign in to comment.