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

Perform DNS check earlier in the tests #799

Merged
merged 2 commits into from
May 11, 2022
Merged

Conversation

alexander-demicev
Copy link
Contributor

This PR does the following:

  • Check that DNS works before trying to wait for the service, because the service wait function relies on nslookup.
  • If service wait fails, make logs print only namespace and name of the service, not dump of the entire object.

Fixes: #716

Check that DNS works before trying to wait for the service, because service wait function
relies on nslookup.

Signed-off-by: Alexander Demichev <[email protected]>
Make logs print only namespace and name of the service, not dump of the entire object

Signed-off-by: Alexander Demichev <[email protected]>
@alexander-demicev alexander-demicev requested a review from a team as a code owner April 20, 2022 09:52
@alexander-demicev alexander-demicev temporarily deployed to ci April 20, 2022 09:52 Inactive
Copy link
Member

@tklauser tklauser left a comment

Choose a reason for hiding this comment

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

Thanks @alexander-demichev! Sorry this took so long to review.

@tklauser tklauser merged commit 12d456c into cilium:master May 11, 2022
@alexander-demicev alexander-demicev deleted the dns branch May 11, 2022 12:57
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.

connectivity: Start with initial DNS check
2 participants