Logger tests are a bit unstable at high parallelization.#619
Logger tests are a bit unstable at high parallelization.#619mambelli merged 1 commit intoHEPCloud:masterfrom jcpunk:testing-parallel
Conversation
Codecov Report
@@ Coverage Diff @@
## master #619 +/- ##
==========================================
+ Coverage 96.52% 96.55% +0.03%
==========================================
Files 47 47
Lines 2847 2847
Branches 451 451
==========================================
+ Hits 2748 2749 +1
+ Misses 69 67 -2
- Partials 30 31 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
This should help avoid races between them
|
@knoepfel I have no idea why these tests pass on my local instance and fail up here... any pointers would be handy. |
|
@jcpunk, for kicks, can you run this test using only 1 |
|
with one worker it runs, but it was passing locally with multiple workers |
This should help avoid races between them