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
When running integration tests, the ElasticMQ server is shutdown before the SQS Listener containers are shutdown. Therefore we get a whole bunch of stack traces when the test finishes. This should make sure that this does not happen but properly listening to the lifecycle of the spring application.
The text was updated successfully, but these errors were encountered:
* refs #153: Make it not require google imports to be in a separate section
* refs #155 refs #154: Fix Exceptions in Spring Tests
Removes JUnit4 Rules and JUnit5 extensions in favour of manually
using the LocalSqsAsyncClient and ElasticMqSqsAsyncClient
* refs #154: Fix builds
When running integration tests, the ElasticMQ server is shutdown before the SQS Listener containers are shutdown. Therefore we get a whole bunch of stack traces when the test finishes. This should make sure that this does not happen but properly listening to the lifecycle of the spring application.
The text was updated successfully, but these errors were encountered: