-
Notifications
You must be signed in to change notification settings - Fork 386
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
TestTraceflow/testTraceflowEgress/egressFromRemoteNode failing consistently on dual-stack testbed #4502
Labels
area/ops/traceflow
Issues or PRs related to the Traceflow feature
area/test/e2e
Issues or PRs related to Antrea specific end-to-end testing.
kind/failing-test
Categorizes issue or PR as related to a consistently or frequently failing test.
Comments
Assigning @Atish-iaf who contributed the test |
Atish-iaf
added a commit
to Atish-iaf/antrea
that referenced
this issue
Jan 3, 2023
On dual-stack testbed, Inter-Node traceflow observation for IPv4 packet in encap mode has empty tunnelDstIP field because isIPv6 variable is set. Change the logic to set isIPv6 variable based on the packet IPv4 or IPv6 on dual-stack testbed. Fixes antrea-io#4502 Signed-off-by: Kumar Atish <[email protected]>
Atish-iaf
added a commit
to Atish-iaf/antrea
that referenced
this issue
Jan 6, 2023
On dual-stack testbed, Inter-Node traceflow observation for IPv4 packet in encap mode has empty tunnelDstIP field because isIPv6 variable is set. Change the logic to set isIPv6 variable based on the packet IPv4 or IPv6 on dual-stack testbed. Add verification of tunnelDstIP in observation traceflow e2e tests. Fixes antrea-io#4502 Signed-off-by: Kumar Atish <[email protected]>
Atish-iaf
added a commit
to Atish-iaf/antrea
that referenced
this issue
Jan 7, 2023
On dual-stack testbed, Inter-Node traceflow observation for IPv4 packet in encap mode has empty tunnelDstIP field because isIPv6 variable is set. Change the logic to set isIPv6 variable based on the packet IPv4 or IPv6 on dual-stack testbed. Add verification of tunnelDstIP in observation of traceflow e2e tests. Fixes antrea-io#4502 Signed-off-by: Kumar Atish <[email protected]>
Atish-iaf
added a commit
to Atish-iaf/antrea
that referenced
this issue
Feb 6, 2023
On dual-stack testbed, Inter-Node traceflow observation for IPv4 packet in encap mode has empty tunnelDstIP field because isIPv6 variable is set. Change the logic to set isIPv6 variable based on the packet IPv4 or IPv6. Add verification of tunnelDstIP in observation of traceflow e2e tests. Fixes antrea-io#4502 Signed-off-by: Kumar Atish <[email protected]>
Closed
Atish-iaf
added a commit
to Atish-iaf/antrea
that referenced
this issue
Mar 2, 2023
On dual-stack testbed, Inter-Node traceflow observation for IPv4 packet in encap mode has empty tunnelDstIP field because isIPv6 variable is set. Change the logic to set isIPv6 variable based on the packet IPv4 or IPv6. Add verification of tunnelDstIP in observation of traceflow e2e tests. Fixes antrea-io#4502 Signed-off-by: Kumar Atish <[email protected]>
Atish-iaf
added a commit
to Atish-iaf/antrea
that referenced
this issue
Mar 2, 2023
On dual-stack testbed, Inter-Node traceflow observation for IPv4 packet in encap mode has empty tunnelDstIP field because isIPv6 variable is set. Change the logic to set isIPv6 variable based on the packet IPv4 or IPv6. Add verification of tunnelDstIP in observation of traceflow e2e tests. Fixes antrea-io#4502 Signed-off-by: Kumar Atish <[email protected]>
Atish-iaf
added a commit
to Atish-iaf/antrea
that referenced
this issue
Mar 2, 2023
On dual-stack testbed, Inter-Node traceflow observation for IPv4 packet in encap mode has empty tunnelDstIP field because isIPv6 variable is set. Change the logic to set isIPv6 variable based on the packet IPv4 or IPv6. Fixes antrea-io#4502 Signed-off-by: Kumar Atish <[email protected]>
Atish-iaf
added a commit
to Atish-iaf/antrea
that referenced
this issue
Mar 3, 2023
On dual-stack testbed, Inter-Node traceflow observation for IPv4 packet in encap mode has empty tunnelDstIP field because isIPv6 variable is set. Change the logic to set isIPv6 variable based on the packet IPv4 or IPv6. Fixes antrea-io#4502 Signed-off-by: Kumar Atish <[email protected]>
tnqn
pushed a commit
that referenced
this issue
Mar 3, 2023
On dual-stack testbed, Inter-Node traceflow observation for IPv4 packet in encap mode has empty tunnelDstIP field because isIPv6 variable is set. Change the logic to set isIPv6 variable based on the packet IPv4 or IPv6. Fixes #4502 Signed-off-by: Kumar Atish <[email protected]>
GraysonWu
pushed a commit
to GraysonWu/antrea
that referenced
this issue
Mar 3, 2023
On dual-stack testbed, Inter-Node traceflow observation for IPv4 packet in encap mode has empty tunnelDstIP field because isIPv6 variable is set. Change the logic to set isIPv6 variable based on the packet IPv4 or IPv6. Fixes antrea-io#4502 Signed-off-by: Kumar Atish <[email protected]>
luolanzone
pushed a commit
to luolanzone/antrea
that referenced
this issue
Apr 11, 2023
On dual-stack testbed, Inter-Node traceflow observation for IPv4 packet in encap mode has empty tunnelDstIP field because isIPv6 variable is set. Change the logic to set isIPv6 variable based on the packet IPv4 or IPv6. Fixes antrea-io#4502 Signed-off-by: Kumar Atish <[email protected]>
tnqn
pushed a commit
that referenced
this issue
Apr 11, 2023
On dual-stack testbed, Inter-Node traceflow observation for IPv4 packet in encap mode has empty tunnelDstIP field because isIPv6 variable is set. Change the logic to set isIPv6 variable based on the packet IPv4 or IPv6. Fixes #4502 Signed-off-by: Kumar Atish <[email protected]>
jainpulkit22
pushed a commit
to urharshitha/antrea
that referenced
this issue
Apr 28, 2023
On dual-stack testbed, Inter-Node traceflow observation for IPv4 packet in encap mode has empty tunnelDstIP field because isIPv6 variable is set. Change the logic to set isIPv6 variable based on the packet IPv4 or IPv6. Fixes antrea-io#4502 Signed-off-by: Kumar Atish <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/ops/traceflow
Issues or PRs related to the Traceflow feature
area/test/e2e
Issues or PRs related to Antrea specific end-to-end testing.
kind/failing-test
Categorizes issue or PR as related to a consistently or frequently failing test.
Describe the bug
The
TestTraceflow/testTraceflowEgress/egressFromRemoteNode
e2e test is failing consistently on the dual-stack testbed.The test was recently added as part of #3926
The text was updated successfully, but these errors were encountered: