Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix goroutine leaks raised by plugin/storage/integration/cassandra_te…
…st.go (#5311) ## Which problem is this PR solving? - Solves part of #5006 ## Description of the changes - Fixes goroutine leaks in the shutdown of cassandra Factory - It does not add the goleak detection because there are still failures in this package related to other components (e.g. grpc, elasticsearch) ## How was this change tested? - Add a goleak detection (i.e. this file 105a4d7) - `STORAGE=cassandra go test -v ./plugin/storage/integration` ## Checklist - [x] I have read https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md - [x] I have signed all commits - [ ] I have added unit tests for the new functionality - [x] I have run lint and test steps successfully - for `jaeger`: `make lint test` - for `jaeger-ui`: `yarn lint` and `yarn test` --------- Signed-off-by: Will Sewell <[email protected]>
- Loading branch information