Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
REGTESTS: fix a reload race in abns_socket.vtc
This test issues a reload over the master CLI, but it is totally possible that the master has not yet finished starting up the master CLI when the command is issued, resulting in a failure. This was much more visible on the new master-worker model, but definitely affects the old one and could be the reason for this test to occasionally fail on the CI.
- Loading branch information