Add tar tests to confirm entries owned by deleted users can still be read or written...
authorCarlos Sánchez López <1175054+carlossanlop@users.noreply.github.com>
Fri, 10 Mar 2023 00:29:49 +0000 (16:29 -0800)
committerGitHub <noreply@github.com>
Fri, 10 Mar 2023 00:29:49 +0000 (18:29 -0600)
commit3941a4819b0b9777c27a6eac2ba8b1a3704b7f3a
tree39bb8f198efd12d00c2c2b844b3f54970dc0351e
parent61abe4b799b4a105430f0bb17c8f87ab648a1e25
Add tar tests to confirm entries owned by deleted users can still be read or written (#83126)

* Add tar tests to confirm entries owned by deleted users can still be read and written.

* Improve Process execution code to avoid potential deadlock.
src/libraries/System.Formats.Tar/tests/TarWriter/TarWriter.File.Base.Unix.cs
src/libraries/System.Formats.Tar/tests/TarWriter/TarWriter.WriteEntry.File.Tests.Unix.cs
src/libraries/System.Formats.Tar/tests/TarWriter/TarWriter.WriteEntryAsync.File.Tests.Unix.cs