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
Integration tests (for the reactive module) on github sometimes fail with org.springframework.transaction.CannotCreateTransactionException: Could not open R2DBC Connection for transaction caused by io.r2dbc.postgresql.client.ReactorNettyClient$PostgresConnectionClosedException: [08006] Connection unexpectedly closed, see e.g.
(right now, tests can be retried to be eventually green)
The text was updated successfully, but these errors were encountered:
magro
changed the title
Failing integration tests, caused by "Connection unexpectedly closed"
Failing reactive integration tests, caused by "Connection unexpectedly closed"
Nov 4, 2024
This is an attempt to fix it, according to
spring-projects/spring-data-r2dbc#810.
Because it's not directly possible to reproduce the issue, we can try it
and see if the issue occurs again.
magro
linked a pull request
Nov 4, 2024
that will
close
this issue
Integration tests (for the reactive module) on github sometimes fail with
org.springframework.transaction.CannotCreateTransactionException: Could not open R2DBC Connection for transaction
caused byio.r2dbc.postgresql.client.ReactorNettyClient$PostgresConnectionClosedException: [08006] Connection unexpectedly closed
, see e.g.(right now, tests can be retried to be eventually green)
The text was updated successfully, but these errors were encountered: