Skip to content

Commit

Permalink
implement Kevin's suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
kkloberdanz committed Nov 29, 2023
1 parent 820b2d0 commit 03acef6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions source/retryable-reads/tests/unified/exceededTimeLimit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ runOnRequirements:
createEntities:
- client:
id: &client0 client0
useMultipleMongoses: false
useMultipleMongoses: false # Ensure the `configureFailpoint` and `find` command are run on the same mongos.
observeEvents: [ commandStartedEvent ]
- database:
id: &database0 database0
Expand Down Expand Up @@ -42,7 +42,6 @@ tests:
mode: { times: 1 }
data:
failCommands: [ "find" ]
closeConnection: false
errorCode: 262 # ExceededTimeLimit
- name: find
arguments:
Expand Down

0 comments on commit 03acef6

Please sign in to comment.