neo4j / docker-neo4j

Docker Images for the Neo4j Graph Database
Apache License 2.0
318 stars 168 forks source link

Container stop with SIGINT and SIGTERM were not actually testing with SIGINT and SIGTERM #500

Closed jennyowen closed 2 weeks ago

jennyowen commented 2 weeks ago

TestContainers ignores stop signals added to the CreateContainerCmd, so the tests have to manually make kill and stop commands.