mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
Test runner has race condition when run multi threaded #264
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?
Originally created by @coderb on GitHub (Dec 17, 2017).
I'm using the built in xunit test runner of VS2017 and when I do "Run All" the unit tests step on each other's toes due to the shared
Scratchdirectory which is cleared out.Each test case should probably use it's own subdir eg .../Scratch/UUID/ for the tests.
@adamhathcock commented on GitHub (Dec 17, 2017):
That’s probably a good idea. I thought I had been locking threads manually.
I’ve been using xunit