-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Install timeout throughout operation layer
update with timeout start prose test impl add timeout to find.execute start implementing prose tests don't construct Timeout when not needed ensure that timeoutMS is passed down correctly start working on unit tests continue prose test implementation revert spec test changes revert spec test changes revert spec test changes support timeout on run_command continue prose test implementation prose test changes WIP - server selection changes revert unneeded connection changes add serverSelectionTimeout to run_command use correct timeout reorder operations formatting skip some CSOT tests that cannot be made to pass here Improve timeout messages silence eslint test issues bump timeout values misc changes rename timeout make getter internal rename timeout remove unneeded change for this PR clear server selection timeout after checkout and remove command execution timeout move Timeout.min to independent helper function move Timeout.min to independent helper function update timeout propagation clean up cleanup test cleanup clean up simplify calculation cleanup clarify branching timeout behaviour operationTimeout -> timeout ensure timeouts are properly cleared don't race if given infinite timeout default clearTimeout to false remove clearTimeout variable conditionally clear timeout on early return fix unit tests bump test timeout value replace test with sinon fake timer test Update src/sdam/topology.ts Co-authored-by: Neal Beeken <[email protected]> clean up logic Update test to assert on current behaviour fix autoconnect add test remove .only fix test ensure test only runs when failcommand is available do not run on 4.2 fix csot test? add failpoint to correct commands fix timeout signature
- Loading branch information
Showing
21 changed files
with
575 additions
and
176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.