Closed fjetter closed 2 weeks ago
_See test report for an extended history of previous test failures. This is useful for diagnosing flaky tests._
25 files ± 0 25 suites ±0 10h 16m 57s ⏱️ - 1m 52s 4 129 tests + 1 4 014 ✅ + 1 110 💤 ±0 5 ❌ ±0 47 680 runs +12 45 562 ✅ +13 2 113 💤 ±0 5 ❌ - 1
For more details on these failures, see this check.
Results for commit 4d579a70. ± Comparison against base commit c38c509e.
we've seen some workers not closing properly in cases where the scheduler died very unusual deaths. We saw that workers, particularly Nannies, wouldn't close for whatever reason without any sound.
For this section in the code it is at least in theory possible to lock up in case the connector (in this case tornado which I generally trust to do these things properly) swallows cancellation attempts completely.
I don't have confidence that this is actually related but in case I'm missing something, let's remove that edge case.