java
java copied to clipboard
ExecTest is flaky.
Error: ExecTest.testUrl:166 No requests exactly matched. Most similar request was: expected:<
GET
/api/v1/namespaces/default/pods/apod/exec?stdin=true&stdout=true&stderr=true&tty=false&container=container&command=cmd
Query: stdin = false
stdout: true
Query: stderr = false
container: container
tty: false
command: cmd
> but was:<
GET
/api/v1/namespaces/default/pods/apod/exec?stdin=true&stdout=true&stderr=true&tty=false&container=container&command=cmd
stdin: true
stdout: true
stderr: true
container: container
tty: false
command: cmd
>
This continues to flake:
Error: Exception in thread "OkHttp Dispatcher" java.lang.IllegalStateException: Unbalanced enter/exit
at okio.AsyncTimeout.enter(AsyncTimeout.kt:49)
at okio.AsyncTimeout$source$1.read(AsyncTimeout.kt:329)
at okio.RealBufferedSource.indexOf(RealBufferedSource.kt:427)
at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.kt:320)
at okhttp3.internal.http1.HeadersReader.readLine(HeadersReader.kt:29)
at okhttp3.internal.http1.Http1ExchangeCodec.readResponseHeaders(Http1ExchangeCodec.kt:178)
at okhttp3.internal.connection.Exchange.readResponseHeaders(Exchange.kt:106)
at okhttp3.internal.http.CallServerInterceptor.intercept(CallServerInterceptor.kt:79)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:34)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201)
at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:517)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
02:03:22.241 [main] INFO o.e.j.s.NetworkTrafficServerConnector - Stopped NetworkTrafficServerConnector@5a35ae82{HTTP/1.1}{0.0.0.0:0}
02:03:22.242 [main] INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@6e23ba17{/,null,UNAVAILABLE}
02:03:22.243 [main] INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@2651e783{/__admin,null,UNAVAILABLE}
02:03:22.258 [main] WARN o.e.j.s.NetworkTrafficServerConnector - Acceptors should be <= availableProcessors: NetworkTrafficServerConnector@43f7f48d{HTTP/1.1}{0.0.0.0:0}
02:03:22.261 [main] INFO org.eclipse.jetty.server.Server - jetty-9.2.28.v20190418
02:03:22.263 [main] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@6167c42f{/__admin,null,AVAILABLE}
02:03:22.264 [main] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@3ef914f5{/,null,AVAILABLE}
02:03:22.264 [main] INFO o.e.j.s.NetworkTrafficServerConnector - Started NetworkTrafficServerConnector@43f7f48d{HTTP/1.1}{0.0.0.0:38591}
02:03:22.264 [main] INFO org.eclipse.jetty.server.Server - Started @5233ms
02:03:22.285 [main] INFO o.e.j.s.NetworkTrafficServerConnector - Stopped NetworkTrafficServerConnector@43f7f48d{HTTP/1.1}{0.0.0.0:0}
02:03:22.286 [main] INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@3ef914f5{/,null,UNAVAILABLE}
02:03:22.287 [main] INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@6167c42f{/__admin,null,UNAVAILABLE}
02:03:22.295 [main] WARN o.e.j.s.NetworkTrafficServerConnector - Acceptors should be <= availableProcessors: NetworkTrafficServerConnector@52963839{HTTP/1.1}{0.0.0.0:0}
02:03:22.296 [main] INFO org.eclipse.jetty.server.Server - jetty-9.2.28.v20190418
02:03:22.303 [main] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@6787bd41{/__admin,null,AVAILABLE}
02:03:22.303 [main] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@42e4431{/,null,AVAILABLE}
02:03:22.304 [main] INFO o.e.j.s.NetworkTrafficServerConnector - Started NetworkTrafficServerConnector@52963839{HTTP/1.1}{0.0.0.0:37639}
02:03:22.304 [main] INFO org.eclipse.jetty.server.Server - Started @5273ms
02:03:22.313 [main] INFO o.e.j.s.NetworkTrafficServerConnector - Stopped NetworkTrafficServerConnector@52963839{HTTP/1.1}{0.0.0.0:0}
02:03:22.313 [main] INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@42e4431{/,null,UNAVAILABLE}
02:03:22.314 [main] INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@6787bd41{/__admin,null,UNAVAILABLE}
02:03:22.318 [main] WARN o.e.j.s.NetworkTrafficServerConnector - Acceptors should be <= availableProcessors: NetworkTrafficServerConnector@63243c8f{HTTP/1.1}{0.0.0.0:0}
02:03:22.323 [main] INFO org.eclipse.jetty.server.Server - jetty-9.2.28.v20190418
02:03:22.326 [main] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@71de1091{/__admin,null,AVAILABLE}
02:03:22.326 [main] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@520ec7a7{/,null,AVAILABLE}
02:03:22.327 [main] INFO o.e.j.s.NetworkTrafficServerConnector - Started NetworkTrafficServerConnector@63243c8f{HTTP/1.1}{0.0.0.0:36709}
02:03:22.327 [main] INFO org.eclipse.jetty.server.Server - Started @5296ms
02:03:22.345 [main] ERROR io.kubernetes.client.Exec - Error parsing exit code from status channel response
com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated string at line 1 column 135 path $.message
at com.google.gson.internal.Streams.parse(Streams.java:60)
at com.google.gson.JsonParser.parseReader(JsonParser.java:85)
at com.google.gson.JsonParser.parse(JsonParser.java:110)
at io.gsonfire.gson.HooksTypeAdapter.read(HooksTypeAdapter.java:51)
at com.google.gson.Gson.fromJson(Gson.java:991)
at com.google.gson.Gson.fromJson(Gson.java:956)
at com.google.gson.Gson.fromJson(Gson.java:905)
at io.kubernetes.client.openapi.JSON.deserialize(JSON.java:168)
at io.kubernetes.client.Exec.parseExitCode(Exec.java:452)
at io.kubernetes.client.ExecTest.testIncompleteData1(ExecTest.java:235)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at com.github.tomakehurst.wiremock.junit.WireMockRule$1.evaluate(WireMockRule.java:79)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:[126](https://github.com/kubernetes-client/java/runs/6267105752?check_suite_focus=true#step:5:126))
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
Caused by: com.google.gson.stream.MalformedJsonException: Unterminated string at line 1 column 135 path $.message
at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1597)
at com.google.gson.stream.JsonReader.nextQuotedValue(JsonReader.java:1031)
at com.google.gson.stream.JsonReader.nextName(JsonReader.java:787)
at com.google.gson.internal.bind.TypeAdapters$28.read(TypeAdapters.java:726)
at com.google.gson.internal.bind.TypeAdapters$28.read(TypeAdapters.java:697)
at com.google.gson.internal.Streams.parse(Streams.java:48)
... 39 common frames omitted
02:03:22.365 [main] INFO o.e.j.s.NetworkTrafficServerConnector - Stopped NetworkTrafficServerConnector@63243c8f{HTTP/1.1}{0.0.0.0:0}
02:03:22.366 [main] INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@520ec7a7{/,null,UNAVAILABLE}
02:03:22.366 [main] INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@71de1091{/__admin,null,UNAVAILABLE}
02:03:22.379 [main] WARN o.e.j.s.NetworkTrafficServerConnector - Acceptors should be <= availableProcessors: NetworkTrafficServerConnector@[129](https://github.com/kubernetes-client/java/runs/6267105752?check_suite_focus=true#step:5:129)aaac1{HTTP/1.1}{0.0.0.0:0}
02:03:22.382 [main] INFO org.eclipse.jetty.server.Server - jetty-9.2.28.v20190418
02:03:22.384 [main] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@29d563bd{/__admin,null,AVAILABLE}
02:03:22.384 [main] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@5513a46b{/,null,AVAILABLE}
02:03:22.385 [main] INFO o.e.j.s.NetworkTrafficServerConnector - Started NetworkTrafficServerConnector@129aaac1{HTTP/1.1}{0.0.0.0:39369}
02:03:22.385 [main] INFO org.eclipse.jetty.server.Server - Started @5354ms
02:03:22.405 [main] INFO o.e.j.s.NetworkTrafficServerConnector - Stopped NetworkTrafficServerConnector@129aaac1{HTTP/1.1}{0.0.0.0:0}
02:03:22.406 [main] INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@5513a46b{/,null,UNAVAILABLE}
02:03:22.406 [main] INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@29d563bd{/__admin,null,UNAVAILABLE}
Error: Tests run: 7, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.412 s <<< FAILURE! - in io.kubernetes.client.ExecTest
Error: testUrl(io.kubernetes.client.ExecTest) Time elapsed: 0.[146](https://github.com/kubernetes-client/java/runs/6267105752?check_suite_focus=true#step:5:146) s <<< FAILURE!
com.github.tomakehurst.wiremock.client.VerificationException:
No requests exactly matched. Most similar request was: expected:<
GET
/api/v1/namespaces/default/pods/apod/exec?stdin=true&stdout=true&stderr=true&tty=false&container=container&command=cmd
Query: stdin = false
stdout: true
Query: stderr = false
container: container
tty: false
command: cmd
> but was:<
GET
/api/v1/namespaces/default/pods/apod/exec?stdin=true&stdout=true&stderr=true&tty=false&container=container&command=cmd
stdin: true
stdout: true
stderr: true
container: container
tty: false
command: cmd
>
at com.github.tomakehurst.wiremock.client.VerificationException.forUnmatchedRequestPattern(VerificationException.java:39)
at com.github.tomakehurst.wiremock.client.WireMock.verificationExceptionForNearMisses(WireMock.java:548)
at com.github.tomakehurst.wiremock.client.WireMock.verifyThat(WireMock.java:538)
at com.github.tomakehurst.wiremock.client.WireMock.verifyThat(WireMock.java:517)
at com.github.tomakehurst.wiremock.WireMockServer.verify(WireMockServer.java:266)
at io.kubernetes.client.ExecTest.testUrl(ExecTest.java:194)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at com.github.tomakehurst.wiremock.junit.WireMockRule$1.evaluate(WireMockRule.java:79)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:[159](https://github.com/kubernetes-client/java/runs/6267105752?check_suite_focus=true#step:5:159))
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.
This bot triages issues and PRs according to the following rules:
- After 90d of inactivity,
lifecycle/staleis applied - After 30d of inactivity since
lifecycle/stalewas applied,lifecycle/rottenis applied - After 30d of inactivity since
lifecycle/rottenwas applied, the issue is closed
You can:
- Mark this issue or PR as fresh with
/remove-lifecycle stale - Mark this issue or PR as rotten with
/lifecycle rotten - Close this issue or PR with
/close - Offer to help out with Issue Triage
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.
This bot triages issues and PRs according to the following rules:
- After 90d of inactivity,
lifecycle/staleis applied - After 30d of inactivity since
lifecycle/stalewas applied,lifecycle/rottenis applied - After 30d of inactivity since
lifecycle/rottenwas applied, the issue is closed
You can:
- Mark this issue or PR as fresh with
/remove-lifecycle rotten - Close this issue or PR with
/close - Offer to help out with Issue Triage
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle rotten
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.
This bot triages issues according to the following rules:
- After 90d of inactivity,
lifecycle/staleis applied - After 30d of inactivity since
lifecycle/stalewas applied,lifecycle/rottenis applied - After 30d of inactivity since
lifecycle/rottenwas applied, the issue is closed
You can:
- Reopen this issue with
/reopen - Mark this issue as fresh with
/remove-lifecycle rotten - Offer to help out with Issue Triage
Please send feedback to sig-contributor-experience at kubernetes/community.
/close not-planned
@k8s-triage-robot: Closing this issue, marking it as "Not Planned".
In response to this:
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.
This bot triages issues according to the following rules:
- After 90d of inactivity,
lifecycle/staleis applied- After 30d of inactivity since
lifecycle/stalewas applied,lifecycle/rottenis applied- After 30d of inactivity since
lifecycle/rottenwas applied, the issue is closedYou can:
- Reopen this issue with
/reopen- Mark this issue as fresh with
/remove-lifecycle rotten- Offer to help out with Issue Triage
Please send feedback to sig-contributor-experience at kubernetes/community.
/close not-planned
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
Error: Failures: Error: ExecTest.testUrl:231 No requests exactly matched. Most similar request was: expected:< GET /api/v1/namespaces/default/pods/apod/exec?stdin=true&stdout=true&stderr=true&tty=false&container=container&command=cmd
Query: stdin = false stdout: true Query: stderr = false container: container tty: false command: cmd
but was:< GET /api/v1/namespaces/default/pods/apod/exec?stdin=true&stdout=true&stderr=true&tty=false&container=container&command=cmd
stdin: true stdout: true stderr: true container: container tty: false command: cmd
Error: Tests run: 251, Failures: 1, Errors: 0, S
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.
This bot triages issues according to the following rules:
- After 90d of inactivity,
lifecycle/staleis applied - After 30d of inactivity since
lifecycle/stalewas applied,lifecycle/rottenis applied - After 30d of inactivity since
lifecycle/rottenwas applied, the issue is closed
You can:
- Reopen this issue with
/reopen - Mark this issue as fresh with
/remove-lifecycle rotten - Offer to help out with Issue Triage
Please send feedback to sig-contributor-experience at kubernetes/community.
/close not-planned
@k8s-triage-robot: Closing this issue, marking it as "Not Planned".
In response to this:
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.
This bot triages issues according to the following rules:
- After 90d of inactivity,
lifecycle/staleis applied- After 30d of inactivity since
lifecycle/stalewas applied,lifecycle/rottenis applied- After 30d of inactivity since
lifecycle/rottenwas applied, the issue is closedYou can:
- Reopen this issue with
/reopen- Mark this issue as fresh with
/remove-lifecycle rotten- Offer to help out with Issue Triage
Please send feedback to sig-contributor-experience at kubernetes/community.
/close not-planned
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
This flaked again
Error: Tests run: 9, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.151 s <<< FAILURE! -- in io.kubernetes.client.ExecTest Error: io.kubernetes.client.ExecTest.testUrl -- Time elapsed: 0.027 s <<< FAILURE! com.github.tomakehurst.wiremock.client.VerificationException: No requests exactly matched. Most similar request was: expected:< GET /api/v1/namespaces/default/pods/apod/exec?stdin=true&stdout=true&stderr=true&tty=false&container=container&command=cmd
Query: stdin = false stdout: true Query: stderr = false container: container tty: false command: cmd
but was:< GET /api/v1/namespaces/default/pods/apod/exec?stdin=true&stdout=true&stderr=true&tty=false&container=container&command=cmd
stdin: true stdout: true stderr: true container: container tty: false command: cmd
at com.github.tomakehurst.wiremock.client.VerificationException.forUnmatchedRequestPattern(VerificationException.java:39)
at com.github.tomakehurst.wiremock.client.WireMock.verificationExceptionForNearMisses(WireMock.java:548)
at com.github.tomakehurst.wiremock.client.WireMock.verifyThat(WireMock.java:538)
at com.github.tomakehurst.wiremock.client.WireMock.verifyThat(WireMock.java:517)
at com.github.tomakehurst.wiremock.WireMockServer.verify(WireMockServer.java:266)
at io.kubernetes.client.ExecTest.testUrl(ExecTest.java:231)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
/lifecycle frozen