eclipse-kanto / container-management

container-management
Other
6 stars 10 forks source link

[CLI IT] Force stop containers to ensure no flakes in the tests #134

Closed k-gostev closed 1 year ago

k-gostev commented 1 year ago

CLI tests can fail with error due their nature: Error: rpc error: code = Unknown desc = could not stop container with ID = <ID> with SIGTERM. To avoid this the containers should be stopped with SIGKILL instead of SIGTERM (kanto-cm stop -f -n....)