neo4j / docker-neo4j

Docker Images for the Neo4j Graph Database
Apache License 2.0
336 stars 171 forks source link

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

Closed jennyowen closed 5 months ago

jennyowen commented 5 months ago

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