You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.
this assertion failed: wait_for_capture returned one DNS message instead of two.
Most likely, tshark printed "new packets 1" and then immediately printed "new packets 2"; wait_for_capture exits on the first line match so it didn't see the second stdout line.
I have not run into this issue locally and CI has run into it once out of dozens of run so, so far, this seems low probability to not worry about it just yet.
The text was updated successfully, but these errors were encountered:
failed CI job: https://github.com/ferrous-systems/dnssec-tests/actions/runs/8882352128/job/24386825138#step:4:1365
this assertion failed:
wait_for_capture
returned one DNS message instead of two.Most likely,
tshark
printed "new packets 1" and then immediately printed "new packets 2";wait_for_capture
exits on the first line match so it didn't see the second stdout line.I have not run into this issue locally and CI has run into it once out of dozens of run so, so far, this seems low probability to not worry about it just yet.
The text was updated successfully, but these errors were encountered: