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

agent: Wrap propagating errors from proxy wait group #31398

Merged
merged 1 commit into from Mar 18, 2024

Conversation

aditighag
Copy link
Member

Code involving regeneration of endpoints checks for context cancellations before logging errors for failed scenarios. These errors are flagged in CI runs during tear down phases leading to flakes.

Wrap these errors so that the call site can check for valid non-error conditions.

Relates: #31147

Code involving regeneration of endpoints checks for
context cancellations before logging errors for failed
scenarios. These errors are flagged in CI runs during
tear down phases leading to flakes.

Wrap these errors so that the call site can check for
valid non-error conditions.

Relates: cilium#31147

Signed-off-by: Aditi Ghag <aditi@cilium.io>
@aditighag aditighag added the release-note/misc This PR makes changes that have no direct user impact. label Mar 14, 2024
@aditighag aditighag requested a review from a team as a code owner March 14, 2024 17:43
@aditighag aditighag changed the title agent: Wrap propagating errors agent: Wrap propagating errors from proxy wait group Mar 14, 2024
@aditighag
Copy link
Member Author

/test

@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Mar 18, 2024
@aditighag aditighag added this pull request to the merge queue Mar 18, 2024
Merged via the queue into cilium:main with commit c80018e Mar 18, 2024
63 checks passed
@aditighag aditighag deleted the pr/aditighag/wrap-regen-error branch March 18, 2024 23:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/misc This PR makes changes that have no direct user impact.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants