-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
EnableKubernetesMockClient && junit5 - KubernetesMockServer stopped to work correctly from the version 7.0.x #6847
Comments
Could you try with 7.1.0 which was released yesterday. (also note that you mention in the issue that you're using 7.0.1, but your stacktrace reports 7.0.0, 7.0.1 should correct that bug too). |
7.1.0 has the same problem:( |
Could you share the new stack trace? |
|
I can't really tell what's wrong here, there's nothing different from any of our standard test which do work. For example: kubernetes-client/kubernetes-tests/src/test/java/io/fabric8/kubernetes/client/mock/PodTest.java Lines 95 to 131 in 5a216fc
|
In your stack trace there is a |
I assume loop is because of Jupiter annotation... |
Describe the bug
Example of code:
Result:
Fabric8 Kubernetes Client version
7.0.1
Steps to reproduce
Expected behavior
Runtime
minikube
Kubernetes API Server version
1.25.3@latest
Environment
macOS
Fabric8 Kubernetes Client Logs
doesn't provide any details anymore
Additional context
No response
The text was updated successfully, but these errors were encountered: