When debugging my test I faced: Unable to obtain connection from database: Acquisition timeout while waiting for new connection #32177
-
I'm using Flyway + Apache Cayenne + TestContainers When I debugged my test, I got the error below. There is no difference running my DB with docker-compose or TestContainers, for both of them I got this error:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Finally, I found what the problem was: |
Beta Was this translation helpful? Give feedback.
Finally, I found what the problem was:
After I cleared all breakpoints, I managed to run my test in debug mode :-)