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

StreamTestCase is flaky #15756

Closed
famod opened this issue Mar 16, 2021 · 3 comments
Closed

StreamTestCase is flaky #15756

famod opened this issue Mar 16, 2021 · 3 comments
Labels
area/rest kind/bug Something isn't working triage/duplicate This issue or pull request already exists

Comments

@famod
Copy link
Member

famod commented Mar 16, 2021

https://github.com/quarkusio/quarkus/runs/2119138457?check_suite_focus=true

[INFO] Running io.quarkus.resteasy.reactive.server.test.stream.StreamTestCase
2021-03-16 06:46:30,304 INFO  [io.quarkus] (main) Quarkus 999-SNAPSHOT on JVM started in 0.377s. Listening on: http://localhost:8081
2021-03-16 06:46:30,304 INFO  [io.quarkus] (main) Profile test activated. 
2021-03-16 06:46:30,304 INFO  [io.quarkus] (main) Installed features: [cdi, hibernate-validator, mutiny, resteasy-reactive, resteasy-reactive-jaxrs-client, security, smallrye-context-propagation]
Received Called at Tue Mar 16 06:46:30 UTC 2021
Received Called at Tue Mar 16 06:46:31 UTC 2021
Received Called at Tue Mar 16 06:46:34 UTC 2021
2021-03-16 06:46:36,058 INFO  [io.quarkus] (main) Quarkus stopped in 0.012s
Error:  Tests run: 6, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 6.547 s <<< FAILURE! - in io.quarkus.resteasy.reactive.server.test.stream.StreamTestCase
Error:  io.quarkus.resteasy.reactive.server.test.stream.StreamTestCase.testClientStreaming  Time elapsed: 0.007 s  <<< FAILURE!
org.opentest4j.AssertionFailedError: expected: <2> but was: <0>
	at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55)
	at org.junit.jupiter.api.AssertionUtils.failNotEqual(AssertionUtils.java:62)
	at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:150)
	at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:145)
	at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:510)
	at io.quarkus.resteasy.reactive.server.test.stream.StreamTestCase.testClientStreaming(StreamTestCase.java:96)

Came uo here: https://quarkusio.zulipchat.com/#narrow/stream/187038-dev/topic/New.20catalog.20API/near/230467384

/cc @geoand

@famod famod added kind/bug Something isn't working area/rest labels Mar 16, 2021
@geoand
Copy link
Contributor

geoand commented Mar 16, 2021

cc @FroMage

@FroMage
Copy link
Member

FroMage commented Mar 23, 2021

The problem, as always, is that I can't seem to be able to reproduce this.

@geoand
Copy link
Contributor

geoand commented Apr 8, 2021

Closing in favor of #16227

@geoand geoand closed this as completed Apr 8, 2021
@geoand geoand added the triage/duplicate This issue or pull request already exists label Apr 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/rest kind/bug Something isn't working triage/duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants