Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

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

Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ phases:
type: timeout
outcome: *outcome

- description: Mark server unknown on network timeout application error (beforeHandshakeCompletes)
- description: Ignore network timeout application error (beforeHandshakeCompletes)
# The test runner may need to add the SystemOverloadedError label for the pre-handshake network timeout.
# The SystemOverloadedError label causes the error to be ignored.
applicationErrors:
- address: a:27017
when: beforeHandshakeCompletes
Expand Down
Loading