mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
Intermittent threading errors with FindLogEntries #246
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 @davidpene on GitHub (Jan 30, 2020).
When running tests in parallel, we intermittently get this exception:
@NoahLerner commented on GitHub (Feb 27, 2020):
I'm trying to reliably reproduce this issue but could use some more information.
Are you running tests in parallel using the same
WireMockServerinstance? Or does each test create a new instance?Additionally,
does not point to a line of code in my version of the repo. Are you running the latest nuget package?
@davidpene commented on GitHub (Feb 27, 2020):
We're running tests in parallel and using a static wiremock server to mock a single "api". We're using version
1.0.7. I'll bump to the latest1.1.9.0and let you know if the issue continues.@NoahLerner commented on GitHub (Mar 5, 2020):
Hey David, did updating the nuget package resolve your issue?
@davidpene commented on GitHub (Mar 5, 2020):
Hey @NoahLerner the issue was intermittent and it hasn't shown up again, so it may have been solved. Happy to close this issue and I'll reopen if I see it again.
Cheers