Skip to content

Commit

Permalink
Merge pull request #9988 from geoand/docker-hibernate-reactive
Browse files Browse the repository at this point in the history
Fix issue with running Hibernate Reactive MySQL tests with docker
  • Loading branch information
gsmet authored Jun 15, 2020
2 parents be58c2b + 6221c88 commit 8c9283e
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions integration-tests/hibernate-reactive-mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -200,16 +200,12 @@
<!-- Speed things up a bit by not actually flushing writes to disk -->
<!-- <tmpfs>/var/lib/mysql</tmpfs> -->
<wait>
<!-- good docs found at: http://dmp.fabric8.io/#build-healthcheck -->
<!-- <tcp> -->
<!-- <mode>direct</mode> -->
<!-- <ports> -->
<!-- <port>3306</port> -->
<!-- </ports> -->
<!-- </tcp> -->
<log>.*mysqld: ready for connections.*</log>
<!-- Unfortunately booting MariaDB is slow, needs to set a generous timeout: -->
<time>40000</time>
<!-- good docs found at: http://dmp.fabric8.io/#start-wait -->
<time>20000</time>
<!-- wait until MySQL is actually up by checking if mysqladmin can ping the server with specified username/password -->
<exec>
<postStart>mysqladmin ping -h localhost -u hibernate_orm_test -phibernate_orm_test</postStart>
</exec>
</wait>
<!-- <volumes> -->
<!-- <bind> -->
Expand Down

0 comments on commit 8c9283e

Please sign in to comment.