Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
try fixing race in tests of ctl socket
there were a few test failures on the github runners. i can't reproduce it locally. but i can see how they are happening: a gorouting running servectlcmd could still be doing cleanup (removing files) while a next ctl command was being run. with this change, we wait for servectlcmd to be done before starting on a next test.
- Loading branch information