@WithKubernetesMockServer
not cleaning up pods on delete
#20039
Labels
Milestone
@WithKubernetesMockServer
not cleaning up pods on delete
#20039
Describe the bug
When creating pods in the mock server with
mockServer.getClient().pods().create(pod1)
, deleting them at the end of a test withmockServer.getClient().pods().delete()
does not result in the pods being removed in subsequent testsExpected behavior
Calling
mockServer.getClient().pods().delete()
removes all pods from the mocked serverActual behavior
mockServer.getClient().pods()
still returns the pods that were created in a previous testHow to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.1.3.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: