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

Align fabric8 integration tests to the newest version #1166

Conversation

wind57
Copy link
Contributor

@wind57 wind57 commented Dec 7, 2022

No description provided.

@@ -11,4 +11,5 @@

<logger name="org.testcontainers" level="INFO"/>
<logger name="com.github.dockerjava" level="WARN"/>
<logger name="io.fabric8.kubernetes.client" level="ERROR"/>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

fabric8 okhttp client logs too much, on already lots of logs that we have in integration tests...


Fabric8Utils.waitForDeployment(client, appDeploymentName, NAMESPACE, 2, 600);

Ingress appIngress = client.network().v1().ingresses().load(getAppIngress()).get();
appIngressName = appIngress.getMetadata().getName();
client.network().v1().ingresses().inNamespace(NAMESPACE).create(appIngress);
client.network().v1().ingresses().inNamespace(NAMESPACE).resource(appIngress).create();
Copy link
Contributor Author

Choose a reason for hiding this comment

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

pretty trivial changes like this everywhere

@wind57 wind57 marked this pull request as ready for review December 7, 2022 18:13
@wind57
Copy link
Contributor Author

wind57 commented Dec 7, 2022

pretty simple, non-invasive PR, touches only integration tests... @ryanjbaxter

@ryanjbaxter ryanjbaxter added this to the 3.0.0 milestone Dec 7, 2022
@ryanjbaxter ryanjbaxter merged commit 0e0a8ff into spring-cloud:main Dec 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants