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

org.apache.camel.quarkus.component.lra.it.LraTest failed on non-linux machines #2523

Closed
ffang opened this issue Apr 27, 2021 · 0 comments
Closed
Assignees
Labels
Milestone

Comments

@ffang
Copy link
Contributor

ffang commented Apr 27, 2021

The LRA port only bind to container but not to the localhost, so the http request to localhost always gets "SocketTimeout Read timed out"
This is because networkmode "host" only works with linux host, for other OS(mac, windows), we need to use the default networkmode "bridge" and have "port forwarding" configuration

We don't see this error in CI because CI is a linux machine

@ffang ffang added the test label Apr 27, 2021
@ffang ffang self-assigned this Apr 27, 2021
ffang added a commit to ffang/camel-quarkus that referenced this issue Apr 27, 2021
ffang added a commit to ffang/camel-quarkus that referenced this issue Apr 28, 2021
ffang added a commit to ffang/camel-quarkus that referenced this issue Apr 28, 2021
ffang added a commit to ffang/camel-quarkus that referenced this issue Apr 28, 2021
@ffang ffang changed the title org.apache.camel.quarkus.component.lra.it.LraTest failed org.apache.camel.quarkus.component.lra.it.LraTest failed on non-linux machines Apr 29, 2021
@ppalaga ppalaga added this to the 2.0.0-M1 milestone Oct 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants