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

test: Fix helper to retrieve tail call counters #16803

Merged
merged 1 commit into from Jul 15, 2021

Conversation

pchaigno
Copy link
Member

@pchaigno pchaigno commented Jul 6, 2021

If the tail call counter was zero (absent) on the first node, the helper function would simply return as if it was absent on all nodes. This pull request fixes that bug.

Fixes: #13097.

@pchaigno pchaigno added kind/bug/CI This is a bug in the testing code. area/CI Continuous Integration testing issue or flake release-note/ci This PR makes changes to the CI. labels Jul 6, 2021
@pchaigno pchaigno force-pushed the fix-test-incorrect-tail-call-counter branch from 39d799b to dcc4316 Compare July 7, 2021 13:40
If the tail call counter was zero (absent) on the first node, the
helper function would simply return as if it was absent on all nodes.
This commit fixes that bug.

Fixes: e9b3844 ("test: Detect missed tail calls on upgrade/downgrade test")
Signed-off-by: Paul Chaignon <paul@cilium.io>
@pchaigno pchaigno force-pushed the fix-test-incorrect-tail-call-counter branch from dcc4316 to f1092bc Compare July 13, 2021 08:50
@pchaigno
Copy link
Member Author

test-me-please

@pchaigno pchaigno marked this pull request as ready for review July 13, 2021 15:20
@pchaigno pchaigno requested a review from a team as a code owner July 13, 2021 15:20
@pchaigno pchaigno requested a review from nebril July 13, 2021 15:20
@pchaigno pchaigno added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Jul 14, 2021
@nebril nebril merged commit 118af77 into cilium:master Jul 15, 2021
@pchaigno pchaigno deleted the fix-test-incorrect-tail-call-counter branch July 15, 2021 12:28
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 kind/bug/CI This is a bug in the testing code. ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/ci This PR makes changes to the CI.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants