terascope / teraslice

Scalable data processing pipelines in JavaScript
https://terascope.github.io/teraslice/
Apache License 2.0
50 stars 13 forks source link

Docker services resources not cleaning up after tests complete #3665

Open sotojn opened 3 months ago

sotojn commented 3 months ago

I've noticed that all the services used during a test aren't cleaned up after the test is finished. I don't have keep-open enabled so this shouldn't occur.

For example at the end of locally ran e2e test the kafka, zookeeper, elasticsearch, and minio containers are still up and I have to manually clean them up afterwards.