You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/12/21 01:32:05 UTC

[GitHub] [openwhisk-deploy-kube] dgrove-oss opened a new issue #560: travsci improvment: cat system test results on failures

dgrove-oss opened a new issue #560: travsci improvment: cat system test results on failures
URL: https://github.com/apache/openwhisk-deploy-kube/issues/560
 
 
   when system test fails, the script should cat the test log to stdout for easier diagnoses.  Right now it just prints a one-liner saying to look at the file (which is not accessible in travis).
   
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [openwhisk-deploy-kube] dgrove-oss commented on issue #560: travsci improvment: cat system test results on failures

Posted by GitBox <gi...@apache.org>.
dgrove-oss commented on issue #560: travsci improvment: cat system test results on failures
URL: https://github.com/apache/openwhisk-deploy-kube/issues/560#issuecomment-570335369
 
 
   The problem is when doing kubectl logs with a selector, tail defaults to 10 lines.  The fix is to add --tail=-1 to the logs commands.  Will include fix in PR  #562 

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [openwhisk-deploy-kube] dgrove-oss closed issue #560: travsci improvment: cat system test results on failures

Posted by GitBox <gi...@apache.org>.
dgrove-oss closed issue #560: travsci improvment: cat system test results on failures
URL: https://github.com/apache/openwhisk-deploy-kube/issues/560
 
 
   

----------------------------------------------------------------
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


With regards,
Apache Git Services