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

webclient.MediaContextTest intermittent failure #2197

Closed
romain-grecourt opened this issue Jul 21, 2020 · 1 comment · Fixed by #2238
Closed

webclient.MediaContextTest intermittent failure #2197

romain-grecourt opened this issue Jul 21, 2020 · 1 comment · Fixed by #2238
Assignees
Labels
2.x Issues for 2.x version branch bug Something isn't working media-support Media type processing in SE P3 SE webclient

Comments

@romain-grecourt
Copy link
Contributor

Caused by: java.util.concurrent.ExecutionException: io.netty.handler.timeout.ReadTimeoutException
	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
	at io.helidon.tests.integration.webclient.MediaContextTest.lambda$testInputStreamSameThreadTestContentAs$21(MediaContextTest.java:208)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:55)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:37)
	at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:2952)
	at io.helidon.tests.integration.webclient.MediaContextTest.testInputStreamSameThreadTestContentAs(MediaContextTest.java:195)
	... 62 more
Caused by: io.netty.handler.timeout.ReadTimeoutException
@romain-grecourt romain-grecourt added SE 2.x Issues for 2.x version branch webclient media-support Media type processing in SE labels Jul 21, 2020
@barchetta
Copy link
Member

I've seen this intermittent failure as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.x Issues for 2.x version branch bug Something isn't working media-support Media type processing in SE P3 SE webclient
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants