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

errors: add [no-error-logs] exception for issue caused by fqdn bug. #2438

Merged
merged 2 commits into from
Mar 27, 2024

Conversation

tommyp1ckles
Copy link
Contributor

@tommyp1ckles tommyp1ckles commented Mar 20, 2024

FQDN Proxy together running with Wireguard has an issue where proxied dns requests can cause a port collision. See: cilium/cilium#31535

Despite this, the actual fqdn tests seem to be resilient to this, likely due to retries.

While we work on a fix for this issue, let's add a temporary exception here.

Copy link
Member

@gandro gandro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thanks!

@tommyp1ckles
Copy link
Contributor Author

/test

@tommyp1ckles
Copy link
Contributor Author

/test

connectivity/tests/errors.go Outdated Show resolved Hide resolved
There are cases where we want to ignore a specific error log that any relevant substring of may be too general and exclude logs we want to fail on.
This switches the except lists to use a logMatcher interface type that is implemented by both a string and regex matcher for log exclusions.

Signed-off-by: Tom Hadlaw <tom.hadlaw@isovalent.com>
FQDN Proxy together running with Wireguard has a bug where proxied dns requests can cause a port collision.
See: cilium/cilium#31535

Despite this, the actual fqdn tests seem to be resilient to this, likely due to retries.

While we work on a fix for this issue, let's add a temporary exception here.

Addresses: cilium/cilium#30901

Signed-off-by: Tom Hadlaw <tom.hadlaw@isovalent.com>
@tommyp1ckles tommyp1ckles force-pushed the pr/tp/add-case-for-wg-fqdn-proxy-bug branch from 4b17050 to 0d51d47 Compare March 27, 2024 02:35
@michi-covalent michi-covalent merged commit ff5e187 into main Mar 27, 2024
13 checks passed
@michi-covalent michi-covalent deleted the pr/tp/add-case-for-wg-fqdn-proxy-bug branch March 27, 2024 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants