Closed chu11 closed 3 weeks ago
re-pushed, going with an alternate solution per discussion in #6404
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 83.58%. Comparing base (
98a4348
) to head (531e083
). Report is 2 commits behind head on master.
Problem: There is a small chance of receiving EADDRINUSE from an overlay_bind() call if a prior test has not fully cleaned itself up.
Retry overlay_bind() if EADDRINUSE is hit.
Fixes #6404