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

Fix: setup timeout in ad-hoc checks #394

Merged
merged 1 commit into from
Jan 24, 2023
Merged

Conversation

mem
Copy link
Contributor

@mem mem commented Jan 23, 2023

BBE prober expect the timeout to be set in the provided context. Since we are not setting up a timeout (deadline), the DNS (and possible TCP) checks are failing immeadiately without running. HTTP works because no deadline means it runs until it completes.

Signed-off-by: Marcelo E. Magallon marcelo.magallon@grafana.com

BBE prober expect the timeout to be set in the provided context. Since
we are not setting up a timeout (deadline), the DNS (and possible TCP)
checks are failing immeadiately without running. HTTP works because no
deadline means it runs until it completes.

Signed-off-by: Marcelo E. Magallon <marcelo.magallon@grafana.com>
@mem mem requested a review from a team as a code owner January 23, 2023 23:29
@mem mem merged commit 9d183e7 into main Jan 24, 2023
@mem mem deleted the setup_timeout_in_adhoc_checks branch January 24, 2023 16:00
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

2 participants