You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not clear why, but sometimes MultithreadedInsertionTest goes into a time out.
Configuring org.hibernate.reactive.provider.Settings.POOL_CONNECT_TIMEOUT seems to solve the issue.
It happened to me consistently with MySQL when upgrading ORM to 6.2.4 and running the build with testAll.
It happened to @blafond with the upgrade to Junit 5 on MSSQL.
It's seems related to the way we configure the test and we might need to figure out what's going in the future.
The text was updated successfully, but these errors were encountered:
…eration tests
I don't why, but without it, these tests can stop with a timeout
exception.
It happens to me with MySQL when I test the build with all databases
and to Barry when testing MSSQL and JUnit 5.
These tests are configured differently than the others, so it's not
a critical issue.
…ests
I don't why, but without it, these tests can stop with a timeout
exception.
It happens to me with MySQL when I test the build with all databases
and to Barry when testing MSSQL and JUnit 5.
These tests are configured differently than the others, so it's not
a critical issue.
It's not clear why, but sometimes
MultithreadedInsertionTest
goes into a time out.Configuring
org.hibernate.reactive.provider.Settings.POOL_CONNECT_TIMEOUT
seems to solve the issue.It happened to me consistently with MySQL when upgrading ORM to 6.2.4 and running the build with
testAll
.It happened to @blafond with the upgrade to Junit 5 on MSSQL.
It's seems related to the way we configure the test and we might need to figure out what's going in the future.
The text was updated successfully, but these errors were encountered: