Unit Tests return 409 conflict intermittently
Open
- Dominant language
- C#
- Stars
- 1.7k
- Forks
- 335
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 6
Description
After a successful build, I tried to run all unit tests (non-parallel). After 21 successful tests, the majority of tests fail on TestInitialize() with a 409 conflict or TestCleanup() with a null reference error.
A failed test can be made to complete successfully if run in Debug mode stepping through code (allowing for a second or so pause between steps) but Run mode may or may not complete with a 409 conflict on either TestInitialize() or TestCleanup().
Is anyone else experiences this behavior? I am using storage in Azure (re., not using local storage).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.