Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: fix cluster-disconnect-handles flakiness
Sometimes the test was timing out because the worker process remained stuck in the breakpoint and didn't exit. This could happen because the continue was sent before the breakpoint was set. If that's the case, with this change, a new continue command is sent so the worker process can end. PR-URL: #4009 Reviewed-By: Ben Noordhuis <[email protected]>
- Loading branch information