Uh oh!
There was an error while loading. Please reload this page.
Make LocalEndPointTest and some Connect tests non-parallel - #56399
Conversation
ghost
commented
Jul 27, 2021
Tagging subscribers to this area: @dotnet/ncl Issue DetailsThere is some chance that these tests are connected/being connected by sockets of unrelated tests. Fixes #52141. Hopefully fixes #55709 too, although I don't have a proof that the reported socket error can be the result of unrelated accepts. We can reopen the issues if we'll keep experiencing them in the CI.
|
wfurt
commented
Jul 27, 2021
do you know how much time it added to complete run @antonfirsov? (just curious) |
antonfirsov
commented
Jul 27, 2021
|
karelz
commented
Jul 29, 2021
@antonfirsov I updated top post with "Fixes #number" to trigger auto-close when this is merged. |
karelz
commented
Jul 30, 2021
Test failures seem to be unrelated: (re-running just in case)
|
There is some chance that sockets in these tests are connecting to, or being connected by sockets of other, unrelated parallel tests.
Fixes#52141. Hopefully fixes#55709 too, although I don't have a proof that the reported socket error can be the result of unrelated accepts. We can reopen the issues if we'll keep experiencing them in the CI.
Fixes#52141
Fixes#55709
Fixes#56042