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
When trying to add new packetimpact test cases for IPv4 reassembly, they always fail during the presubmit phase. However when ran locally, they always pass.
Logs of the failure are copied below. For some reason, the test runner receives some (very unexpected!) IPv6 packets which might be why it fails the test.
The same tests for IPv6 reassembly do not exhibit the same problem.
Steps to reproduce
In the following files, set skip to false and run the presubmit to see them fail.
test/packetimpact/tests/ipv4_fragment_reassembly_test.go
test/packetimpact/tests/ipv6_fragment_reassembly_test.go
The IPv6 packets you are seeing are probably router solicitations that is broadcasted to all routers, I don't know why we have been added to the all-routers group in the first place, but this should not interfere with the tests. The packet capture suggests we have actually never received any reply for pkt 25, 30, these corresponds to the unexpected failure for the "duplicated_fragments" and "fragment subset" sub tests.
Uh oh!
There was an error while loading. Please reload this page.
Description
When trying to add new packetimpact test cases for IPv4 reassembly, they always fail during the presubmit phase. However when ran locally, they always pass.
Logs of the failure are copied below. For some reason, the test runner receives some (very unexpected!) IPv6 packets which might be why it fails the test.
The same tests for IPv6 reassembly do not exhibit the same problem.
Steps to reproduce
In the following files, set
skip
tofalse
and run the presubmit to see them fail.test/packetimpact/tests/ipv4_fragment_reassembly_test.go
test/packetimpact/tests/ipv6_fragment_reassembly_test.go
Test output during presubmits
The text was updated successfully, but these errors were encountered: