Skip to content
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

CI: K8sServicesTest Checks service across nodes Supports IPv4 fragments failing with endpoint routes enabled #14652

Closed
pchaigno opened this issue Jan 19, 2021 · 1 comment · Fixed by #15959
Assignees
Labels
area/CI Continuous Integration testing issue or flake ci/flake This is a known failure that occurs in the tree. Please investigate me! pinned These issues are not marked stale by our issue bot.
Projects

Comments

@pchaigno
Copy link
Member

The fragment tracking test is currently failing on GKE, with zero fragments received at the destination. The issue can be easily reproduced by enabling test Supports IPv4 fragments on GKE.

Related: #14639

@pchaigno pchaigno added area/CI Continuous Integration testing issue or flake ci/flake This is a known failure that occurs in the tree. Please investigate me! labels Jan 19, 2021
@pchaigno
Copy link
Member Author

I'm hitting the same error if I run the test on Packet nodes with per-endpoint routes enabled by default:

    Failed to account for IPv4 fragments to 10.97.69.6 (in)
    Expected
        <[]int | len:2, cap:2>: [0, 8]
    To satisfy at least one of these matchers: [%!s(*matchers.EqualMatcher=&{[0 4]}) %!s(*matchers.EqualMatcher=&{[4 0]})]

I suspect both are the same issue with per-endpoint routes as the common cause (they are enabled by default on GKE).

Updating the title accordingly.

@pchaigno pchaigno changed the title CI: GKE: K8sServicesTest Checks service across nodes Supports IPv4 fragments CI: K8sServicesTest Checks service across nodes Supports IPv4 fragments failing with endpoint routes enabled Feb 22, 2021
@qmonnet qmonnet added the pinned These issues are not marked stale by our issue bot. label Apr 15, 2021
@b3a-dev b3a-dev added this to Fixed / Done in CI Force May 24, 2021
@pchaigno pchaigno assigned pchaigno and unassigned qmonnet Nov 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/CI Continuous Integration testing issue or flake ci/flake This is a known failure that occurs in the tree. Please investigate me! pinned These issues are not marked stale by our issue bot.
Projects
No open projects
CI Force
  
Fixed / Done
Development

Successfully merging a pull request may close this issue.

2 participants