From f49174c26ce51b19b085104beed98d279e6ef484 Mon Sep 17 00:00:00 2001 From: Michael Kazakov Date: Sun, 18 Feb 2024 15:04:45 +0000 Subject: [PATCH] Additional logs --- Scripts/run_all_integration_tests.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Scripts/run_all_integration_tests.sh b/Scripts/run_all_integration_tests.sh index d16345ad2..d447a4730 100755 --- a/Scripts/run_all_integration_tests.sh +++ b/Scripts/run_all_integration_tests.sh @@ -36,6 +36,7 @@ cd ${ROOT_DIR}/Source/VFS/tests/data/docker if [ -n "$GITHUB_ACTION" ]; then echo "Working on GHA, check for colima soundness" sleep 10 + netstat -an | grep LISTEN if ! netstat -an | grep ':9022 ' | grep -q LISTEN; then echo "Port 9022 is not open for listening, restart colima and the containers" docker stop nc_sftp_ubuntu_2004 @@ -49,6 +50,8 @@ if [ -n "$GITHUB_ACTION" ]; then docker start nc_sftp_ubuntu_2004 docker start nc_webdav_ubuntu_2004 + + netstat -an | grep LISTEN fi fi