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

WebSockets Next: add test for virtual threads #40485

Merged
merged 1 commit into from
May 7, 2024

Conversation

mkouba
Copy link
Contributor

@mkouba mkouba commented May 7, 2024

No description provided.

@quarkus-bot quarkus-bot bot added the area/virtual-threads Issue related to Java's Virtual Threads label May 7, 2024

This comment has been minimized.

@mkouba mkouba assigned cescoffier and unassigned cescoffier May 7, 2024
@mkouba mkouba requested a review from cescoffier May 7, 2024 07:49
@mkouba mkouba force-pushed the ws-next-virtual-threads branch from dad1be5 to a4f9f57 Compare May 7, 2024 08:26
Copy link

quarkus-bot bot commented May 7, 2024

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit a4f9f57.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

You can consult the Develocity build scans.


Flaky tests - Develocity

⚙️ JVM Tests - JDK 21

📦 extensions/websockets-next/deployment

io.quarkus.websockets.next.test.client.BasicConnectorTest.testClient - History

  • Index 0 out of bounds for length 0 - java.lang.ArrayIndexOutOfBoundsException
java.lang.ArrayIndexOutOfBoundsException: Index 0 out of bounds for length 0
	at java.base/java.util.concurrent.CopyOnWriteArrayList.elementAt(CopyOnWriteArrayList.java:390)
	at java.base/java.util.concurrent.CopyOnWriteArrayList.get(CopyOnWriteArrayList.java:403)
	at io.quarkus.websockets.next.test.client.BasicConnectorTest.testClient(BasicConnectorTest.java:88)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at io.quarkus.test.QuarkusUnitTest.runExtensionMethod(QuarkusUnitTest.java:500)
	at io.quarkus.test.QuarkusUnitTest.interceptTestMethod(QuarkusUnitTest.java:414)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)

@mkouba
Copy link
Contributor Author

mkouba commented May 7, 2024

The flaky BasicConnectorTest should be fixed in #40491.

@mkouba mkouba requested a review from gastaldi May 7, 2024 11:08
@mkouba mkouba merged commit 3c0c416 into quarkusio:main May 7, 2024
19 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.11 - main milestone May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/virtual-threads Issue related to Java's Virtual Threads triage/flaky-test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants