Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

[BUG] Fix issue related to flakiness of ClusterServiceTest #262

Closed
apupier opened this issue Oct 28, 2022 · 0 comments · Fixed by #321
Closed

[BUG] Fix issue related to flakiness of ClusterServiceTest #262

apupier opened this issue Oct 28, 2022 · 0 comments · Fixed by #321
Assignees
Labels
bug Something isn't working good first issue Good for newcomers Hacktoberfest help wanted Extra attention is needed

Comments

@apupier
Copy link
Contributor

apupier commented Oct 28, 2022

Describe the bug

Error:  Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 14.403 s <<< FAILURE! - in io.kaoto.backend.deployment.ClusterServiceTest
Error:  io.kaoto.backend.deployment.ClusterServiceTest.logs  Time elapsed: 0.605 s  <<< ERROR!
java.io.UncheckedIOException: java.io.IOException: Pipe not connected
Caused by: java.io.IOException: Pipe not connected

2022-10-28 07:45:21,108 INFO  [okh.moc.MockWebServer] (MockWebServer /127.0.0.1:50438) MockWebServer[57399] received request: GET /api/v1/namespaces/default/pods/abinding-759497b44d--e1aa5b81-eb8c-4d7d-94c8-84cd2d9eed86/log?pretty=false&tailLines=50&follow=true HTTP/1.1 and responded: HTTP/1.1 200 OK
2022-10-28 07:45:21,151 ERROR [io.fab.kub.cli.uti.InputStreamPumper] (pool-11-thread-1) Error while pumping stream.: java.io.IOException: Pipe closed
	at java.base/java.io.PipedInputStream.checkStateForReceive(PipedInputStream.java:260)
	at java.base/java.io.PipedInputStream.receive(PipedInputStream.java:226)
	at java.base/java.io.PipedOutputStream.write(PipedOutputStream.java:150)
	at io.fabric8.kubernetes.client.utils.InputStreamPumper.transferTo(InputStreamPumper.java:77)
	at io.fabric8.kubernetes.client.utils.InputStreamPumper.lambda$pump$0(InputStreamPumper.java:89)
	at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804)
	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)

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Logs
https://github.com/KaotoIO/kaoto-backend/actions/runs/3343697697/jobs/5537188041#step:6:1492

Environment (please complete the following information):

Additional context
Add any other context about the problem here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working good first issue Good for newcomers Hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants