-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make interrupt handling in AbstractActionInputPrefetcher actually work.
The implementation at HEAD was riddled by various bugs: * Interrupt handling in TransferResult was completely borked * Exceptions thrown by prefetchFile() did not go through the TransferResult translation mechanism I have my doubts about whether IOException handling in prefetchFile() works given that it is also affected by the second issue, but at least interrupts work now. It's amazing what one can accomplish if they bother to write a test case. RELNOTES: None. PiperOrigin-RevId: 523963654 Change-Id: Ief3017d7799c8dff0462bc28a131ba87e2625440
- Loading branch information
1 parent
928b102
commit a7b96f4
Showing
4 changed files
with
69 additions
and
40 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