-
-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ignore non-QUIC packets in trace analysis (#421) #422
base: master
Are you sure you want to change the base?
Conversation
I don't think we need any log output. These packets are expected in the migration test case. |
Understand; will change it. |
Makes sense. Can we log the type of the packet somehow? Might be useful to see if it's an ICMP or ARP packet. |
Yes, logging packets's
Note
|
Sounds good to me! |
@koujaz Can you update the PR then? Please also check why the linter is unhappy. |
@larseggert Does this PR work for you? |
Nope, this logs but still crashes:
|
#423 really looks like duplicate where just different test crashes test via different code path. |
Updated PR to discard non-QUIC packets. |
Non-QUIC packet can slip through in certain cases.
This change is to log the message instead of crashing whole test.