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

Add note for default HTTP host in WSL #40467

Merged
merged 1 commit into from
May 6, 2024
Merged

Conversation

Eng-Fouad
Copy link
Contributor

Resolves #40463

@geoand geoand requested a review from cescoffier May 6, 2024 08:59
Copy link

quarkus-bot bot commented May 6, 2024

Status for workflow Quarkus CI

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

✅ 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 17

📦 extensions/websockets-next/deployment

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

  • Index 1 out of bounds for length 1 - java.lang.ArrayIndexOutOfBoundsException
java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1
	at java.base/java.util.concurrent.CopyOnWriteArrayList.elementAt(CopyOnWriteArrayList.java:385)
	at java.base/java.util.concurrent.CopyOnWriteArrayList.get(CopyOnWriteArrayList.java:398)
	at io.quarkus.websockets.next.test.client.ClientEndpointTest.testClient(ClientEndpointTest.java:53)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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:1511)

@cescoffier cescoffier merged commit 0eb9621 into quarkusio:main May 6, 2024
51 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.11 - main milestone May 6, 2024
@Eng-Fouad Eng-Fouad deleted the #40463 branch May 6, 2024 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Application thinks quarkus.http.host is set to 0.0.0.0 in dev mode but it's set to localhost
2 participants