Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix up stacktraces when shutting down spring integration tests #154

Closed
JaidenAshmore opened this issue Jun 15, 2020 · 0 comments
Closed
Assignees
Labels
bug Something isn't working
Milestone

Comments

@JaidenAshmore
Copy link
Owner

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.

@JaidenAshmore JaidenAshmore added the bug Something isn't working label Jun 15, 2020
@JaidenAshmore JaidenAshmore added this to the 4.0.0 milestone Jun 15, 2020
@JaidenAshmore JaidenAshmore self-assigned this Jun 15, 2020
JaidenAshmore added a commit that referenced this issue Jun 17, 2020
Removes JUnit4 Rules and JUnit5 extensions in favour of manually
using the LocalSqsAsyncClient and ElasticMqSqsAsyncClient
JaidenAshmore added a commit that referenced this issue Jun 17, 2020
JaidenAshmore added a commit that referenced this issue Jun 17, 2020
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant