Closed yuzefovich closed 1 day ago
TFTR!
bors r+
Based on the specified backports for this PR, I applied new labels to the following linked issue(s). Please adjust the labels as needed to match the branches actually affected by the issue(s), including adding any known older branches.
Issue #135733: branch-release-24.3.
:owl: Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf.
This commit addresses two problems with
TestCreateStatsUsingExtremesProgress
:TestCreateStatsProgress
. I also tried sending only three times, but the problem was still present.)stop.Stopper.Stop
which blocks until all tasks exit, but the server couldn't exit because it had one goroutine stuck on the channel. We fix this by deferring the closure of the channel after deferring theStop
call. The same problem was also present inTestCreateStatsProgress
which is also now fixed.Fixes: #135733.
Release note: None