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 integration test after PATCH refactor #1440

Merged
merged 2 commits into from
Sep 11, 2023

Conversation

wind57
Copy link
Contributor

@wind57 wind57 commented Sep 11, 2023

No description provided.

@wind57
Copy link
Contributor Author

wind57 commented Sep 11, 2023

This is a minor glitch after refactoring integration tests, we need to properly wait until the pods come up after a PATCH operation, thus I simply added:

.ignoreException(WebClientResponseException.BadGateway.class)

in here, the tests is exactly the same as it used to be.

@wind57 wind57 changed the title fix fix integration test after PATCH refactor Sep 11, 2023
@wind57 wind57 marked this pull request as ready for review September 11, 2023 18:11
@wind57
Copy link
Contributor Author

wind57 commented Sep 11, 2023

@ryanjbaxter fixes the main build failure

@ryanjbaxter ryanjbaxter added this to the 3.0.5 milestone Sep 11, 2023
@ryanjbaxter ryanjbaxter merged commit 835e5b1 into spring-cloud:3.0.x Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants