-
Notifications
You must be signed in to change notification settings - Fork 125
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
Occasionally AF-PACKET interface gets into a failed state after microservice restart #1489
Comments
Since I could reproduce this failing state more often I start to investigate it. The error was in this line: vpp-agent/tests/e2e/040_bridge_domain_test.go Line 474 in 7ec11e5
And the error was: Expected success, but got an error:
<*errors.errorString | 0xc0003b5090>: {
s: "failed to ping '192.168.1.2': \n5 packets transmitted, 0 packets received, 100% packet loss",
}
failed to ping '192.168.1.2':
5 packets transmitted, 0 packets received, 100% packet loss I've put a for loop, which looked like: Click here to see
|
@milanlenco @rewenset could #1499 resolve this completely? |
We should definitely re-test, but I would be surprised if it did fix this, because in this e2e test we do not do the "fast" microservice restart (we should add that too), but who knows... |
"who knows" is good reason for me to start re-test. I'll write about testing results here. Or maybe you were talking about something else? |
Based on E2E tests we observe that AF-PACKET is not always in a functional state after it is recreated due to microservice restart (
TestBridgeDomainWithAfPackets
fails).Seems to be a VPP issue since agent executes operations in the right order and without any error.
The problem is that it is very difficult to reproduce locally, whereas on Travis it happens quite often.
The text was updated successfully, but these errors were encountered: