Fix HOSTS file rotation test which was hiding in fast runners#2630
Conversation
Signed-off-by: yubiuser <github@yubiuser.dev>
|
This is, of course, a band-aid fix for the symptoms, it is not fixing the root cause behind this. I'm aware that there is at least one (probably several) similar places in the tests. Maybe we need some sort of which scans But I am fully open for better ideas! |
Is it? The issue is that we execute a process which returns fast but does some stuff in the background and the test run so fast that checking the background stuff a few seconds later will fails because the first process is not done yet. |
|
I did just push something to the branch |
What does this PR aim to accomplish?:
Fixes a regression of #2624, which was hiding in fast runners. See
#2624 (comment)
By submitting this pull request, I confirm the following:
git rebase)