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
I have a simple test that reads the messages from the AWS SQS queue. It works well without any troubles or issues until I establish the VPN connection.
For some reason, if I enable VPN and execute the same test it reconnects my VPN connection and the test will be failed with that error.
I'm confused this behaviour. Could you please give me any hints about it? Are there any other things can I share?
Java: 17
Testcontainers: 1.18.0
Spring Boot: 2.7.11
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a simple test that reads the messages from the AWS SQS queue. It works well without any troubles or issues until I establish the VPN connection.
For some reason, if I enable VPN and execute the same test it reconnects my VPN connection and the test will be failed with that error.
I'm confused this behaviour. Could you please give me any hints about it? Are there any other things can I share?
Java: 17
Testcontainers: 1.18.0
Spring Boot: 2.7.11
Beta Was this translation helpful? Give feedback.
All reactions