-
-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[nextest-runner] remove cancellation AtomicBool
We've changed things such that the executor always checks in with the dispatcher before starting a unit. This makes the bool unnecessary. The cancel receiver is currently necessary for the handle_delay_between_attempts step, which should cancel the run no matter what. We'll remove this shortly by moving this functionality into req_rx.
- Loading branch information
1 parent
b6b7077
commit 95be733
Showing
3 changed files
with
10 additions
and
51 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