-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix TarWriter.TarEntry exception when adding file whose Unix group ow…
…ner does not exist in the system (#81070) * Do not throw if a unix group is non-existent when creating a TarEntry from a file using TarWriter. * Adjust test that was consuming removed interop method. * Add unit tests to add file entry whose group owner does not exist. * Address src feedback. * Address test feedback * Delay creation/deletion of group in test * Test all PosixTarEntry formats Co-authored-by: carlossanlop <[email protected]>
- Loading branch information
1 parent
98ca349
commit 1bcd55a
Showing
5 changed files
with
149 additions
and
7 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