helidon icon indicating copy to clipboard operation
helidon copied to clipboard

4.x: WebSocketTest.testMulti test failure

Open barchetta opened this issue 2 years ago • 1 comments

I've seen WebSocketTest.testMulti fail on the 4.x pipeline.

Expected: iterable containing ["First", "Second"]
     but: No item matched: "Second"
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:8)
	at io.helidon.nima.tests.integration.websocket.webserver.WebSocketTest.testMulti(WebSocketTest.java:107)

barchetta avatar Aug 25 '22 14:08 barchetta

We will exclude this test for now until 4.x stabilizes.

barchetta avatar Aug 25 '22 18:08 barchetta

This test failure occurred again in https://builds.helidon.io/301FB564438323312BFD03FBDDDC00DB

romain-grecourt avatar Sep 27 '22 23:09 romain-grecourt

@barchetta Want to assign it to me?

spericas avatar Oct 26 '23 16:10 spericas

This test failure occurred again in https://builds.helidon.io/301FB564438323312BFD03FBDDDC00DB

@romain-grecourt @barchetta The link above takes me to the list of builds, not the failure. Running the test locally 1000 times does not reproduce the problem.

[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running io.helidon.webserver.tests.websocket.WebSocketTest
[INFO] Tests run: 1000, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.498 s - in io.helidon.webserver.tests.websocket.WebSocketTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1000, Failures: 0, Errors: 0, Skipped: 0

Any additional info about how it fails now?

spericas avatar Oct 30 '23 14:10 spericas

@romain-grecourt @barchetta The link above takes me to the list of builds, not the failure. Running the test locally 1000 times does not reproduce the problem.

We've retired builds.helidon.io it now redirects to GitHub action, so the link is dead :(

We can probably close this and re-open if we see it again.

romain-grecourt avatar Oct 30 '23 20:10 romain-grecourt

Marking it as cannot reproduce and we can reopen later.

spericas avatar Oct 31 '23 14:10 spericas