You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/08/13 09:57:04 UTC

[GitHub] [cloudstack] rhtyd commented on a change in pull request #4262: fix test failure

rhtyd commented on a change in pull request #4262:
URL: https://github.com/apache/cloudstack/pull/4262#discussion_r469837363



##########
File path: systemvm/agent/scripts/ssvm-check.sh
##########
@@ -118,7 +118,7 @@ fi
 # check for connectivity to the management server
 echo ================================================
 echo Management server is $MGMTSERVER.  Checking connectivity.
-socatout=$(echo | socat - TCP:$MGMTSERVER:8250,connect-timeout=3 2>&1)
+socatout=$(echo | socat - TCP:$MGMTSERVER:8250,connect-timeout=3 | tr -d '\0' 2>&1)

Review comment:
       @Pearl1594 what was the issue during the reboot test, does this fix that? If so, do we need to port it back to 4.14/4.13?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org