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

integration-tests/jpa-mysql test fails against docker instance #6372

Closed
rsvoboda opened this issue Jan 2, 2020 · 1 comment · Fixed by #6373
Closed

integration-tests/jpa-mysql test fails against docker instance #6372

rsvoboda opened this issue Jan 2, 2020 · 1 comment · Fixed by #6373
Labels
kind/bug Something isn't working
Milestone

Comments

@rsvoboda
Copy link
Member

rsvoboda commented Jan 2, 2020

integration-tests/jpa-mysql test fails against docker instance - mvn clean install -Dtest-mysql -Ddocker -pl integration-tests/jpa-mysql

From the stacktrace the most important message seems Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.

Tests are passing when running against already running database - mvn clean install -Dtest-mysql -pl integration-tests/jpa-mysql

Seems that -Ddocker way doesn't wait long enough or there is problem with exposed ports.
Running on macOS 10.15.2, OpenJDK 64-Bit GraalVM CE 19.3.0.

@rsvoboda rsvoboda added the kind/bug Something isn't working label Jan 2, 2020
@geoand
Copy link
Contributor

geoand commented Jan 2, 2020

Let me check and see

geoand added a commit to geoand/quarkus that referenced this issue Jan 2, 2020
geoand added a commit to geoand/quarkus that referenced this issue Jan 2, 2020
geoand added a commit to geoand/quarkus that referenced this issue Jan 2, 2020
geoand added a commit that referenced this issue Jan 2, 2020
Ensure that MySQL integration test works with Docker Maven plugin
@gsmet gsmet added this to the 1.2.0 milestone Jan 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants