-
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.
[7.4.0] Improve user-visible error message when an IOException occurs…
… while copying sandbox inputs/outputs. (#23381) Also wrap it in an EnvironmentalExecException, as it seems more appropriate than a UserExecException; introduce separate failure codes while at it. (We should probably rethink whether SpawnRunner#exec should even be allowed to return a naked IOException, but that's a much larger change.) Fixes #23283. PiperOrigin-RevId: 665790329 Change-Id: Ibf12481c19d155dc3d4f95e21df3e8ee305f3512 Commit f5df0e7 Co-authored-by: Googler <tjgq@google.com>
- Loading branch information
Showing
3 changed files
with
16 additions
and
5 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