Closed k-gostev closed 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....)
Error: rpc error: code = Unknown desc = could not stop container with ID = <ID> with SIGTERM
SIGKILL
SIGTERM
kanto-cm stop -f -n....
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 withSIGKILL
instead ofSIGTERM
(kanto-cm stop -f -n....
)