mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #403] [MERGED] Fix and re-enable tests #1010
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/adamhathcock/sharpcompress/pull/403
Author: @MattKotsenas
Created: 7/10/2018
Status: ✅ Merged
Merged: 7/10/2018
Merged by: @adamhathcock
Base:
master← Head:bugfix/parallel-tests📝 Commits (3)
7b33851Create unique scratch path per test3114afdAdd workaround for in-use files2d87351Add tests back to AppVeyor📊 Changes
15 files changed (+18 additions, -74 deletions)
View changed files
📝
build.cake(+1 -1)📝
tests/SharpCompress.Test/ArchiveTests.cs(+0 -4)📝
tests/SharpCompress.Test/GZip/GZipArchiveTests.cs(+0 -4)📝
tests/SharpCompress.Test/GZip/GZipWriterTests.cs(+0 -3)📝
tests/SharpCompress.Test/Rar/RarArchiveTests.cs(+0 -8)📝
tests/SharpCompress.Test/Rar/RarHeaderFactoryTest.cs(+0 -1)📝
tests/SharpCompress.Test/Rar/RarReaderTests.cs(+0 -9)📝
tests/SharpCompress.Test/ReaderTests.cs(+0 -1)📝
tests/SharpCompress.Test/Tar/TarArchiveTests.cs(+0 -4)📝
tests/SharpCompress.Test/Tar/TarReaderTests.cs(+0 -2)📝
tests/SharpCompress.Test/TestBase.cs(+17 -17)📝
tests/SharpCompress.Test/WriterTests.cs(+0 -1)📝
tests/SharpCompress.Test/Zip/Zip64Tests.cs(+0 -1)📝
tests/SharpCompress.Test/Zip/ZipArchiveTests.cs(+0 -10)📝
tests/SharpCompress.Test/Zip/ZipReaderTests.cs(+0 -8)📄 Description
Fix two problems with the test harness
As part of having a unique scratch space, we can remove the
ResetScratch()method and make the tests simpler and more resilient.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.