-
Notifications
You must be signed in to change notification settings - Fork 579
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
Intermittent test failures in webserver PlainTest #651
Comments
Managed to replicate on local computer - under very heavy load.
|
@tomas-langer Did you purposely introduce load in your system to reproduce this? If so, how? |
Yes I did. I used a small program that does stuff in a loop. It needs to print something to stdout, as otherwise java optimizes it and it stops loading.
|
I'll try to reproduce it. I started by creating a binary for |
I have not been able to reproduce the problem so far, it always passes for me even after multiple runs on my Mac (High Sierra 10.13.6). As @tomas-langer pointed out, the client is just waiting for data. Interestingly, the thread on which the handler runs (from ForkJoinPool) is not in the thread dump, it should look like this:
This suggests that the handler terminated normally and passed the response headers and payload to Netty. The client seems to be stuck in
Anyone seen this in the output? Maybe @Verdent? |
…d that may trigger a connection reset. See helidon-io#651. Signed-off-by: Santiago Pericas-Geertsen <Santiago.PericasGeertsen@oracle.com>
PR #699 |
We have an intermittent issue with webserver
PlainTest
- the test hangs and the build times out.I have seen it in:
https://app.wercker.com/Helidon/helidon/runs/build/5ccf26a8ab79a30008ed02e7?step=5ccf26e13d81fb0007cc3d1f
and also locally (@Verdent on windows when the computer was under heavy load).
Environment Details
The text was updated successfully, but these errors were encountered: