[backport/1.4] Keep Ping port watcher running after unexpected errors - #4052
Conversation
Automated PR Review0. Summary
Straightforward backport of #4051 to No further comments, nice job 👍 Generated by PR Review Bot. This is advisory, a human reviewer must still approve. |
e2258ac to
6cde1de
Compare
6cde1de to
d7e7d26
Compare
| @pytest.mark.asyncio | ||
| async def test_start_watching_continues_after_add_ping360_error() -> None: | ||
| watcher = PortWatcher(probe_callback=AsyncMock(), found_callback=AsyncMock()) | ||
| calls = {"n": 0} |
There was a problem hiding this comment.
is there a reason for this to be a dictionary ?
This is a backport of #4051 into 1.4.
Supersedes #4042 (recreated from fork
joaoantoniocardoso/BlueOS-dockerinstead of same-repo head).