forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 380
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make unified schedler abort on tx execution errors (#1211)
* Make unified schedler abort on tx execution errors * Fix typo and improve wording * Indicate panic _should_ be enforced by trait impls * Fix typo * Avoid closure of closure... * Rename: is_threads_joined => are_threads_joined * Add some comments for trashed_scheduler_inners * Ensure 100% coverage of end_session by more tests * Document relation of aborted thread and is_trashed * Replace sleep()s with sleepless_testing * Fix lints from newer rust
- Loading branch information
Showing
7 changed files
with
1,181 additions
and
108 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.