You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2020/12/01 12:41:30 UTC

[GitHub] [kafka] cadonna opened a new pull request #9665: MINOR: fix reading SSH output in Streams system tests

cadonna opened a new pull request #9665:
URL: https://github.com/apache/kafka/pull/9665


   SSH outputs in system tests originating from paramiko are bytes. However, the logger in the system tests does not accept bytes and instead throws an exception. That means, the bytes returned as SSH output from paramiko need to converted to a type that the logger (or other objects) can process.    
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


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



[GitHub] [kafka] cadonna edited a comment on pull request #9665: MINOR: fix reading SSH output in Streams system tests

Posted by GitBox <gi...@apache.org>.
cadonna edited a comment on pull request #9665:
URL: https://github.com/apache/kafka/pull/9665#issuecomment-736548818


   System test run: https://jenkins.confluent.io/job/system-test-kafka-branch-builder/4296/


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



[GitHub] [kafka] guozhangwang merged pull request #9665: MINOR: fix reading SSH output in Streams system tests

Posted by GitBox <gi...@apache.org>.
guozhangwang merged pull request #9665:
URL: https://github.com/apache/kafka/pull/9665


   


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



[GitHub] [kafka] cadonna commented on pull request #9665: MINOR: fix reading SSH output in Streams system tests

Posted by GitBox <gi...@apache.org>.
cadonna commented on pull request #9665:
URL: https://github.com/apache/kafka/pull/9665#issuecomment-736527786


   Call for review: @vvcephei @mjsax @abbccdda @ableegoldman @guozhangwang 


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



[GitHub] [kafka] cadonna commented on pull request #9665: MINOR: fix reading SSH output in Streams system tests

Posted by GitBox <gi...@apache.org>.
cadonna commented on pull request #9665:
URL: https://github.com/apache/kafka/pull/9665#issuecomment-736548818


   System test run: https://jenkins.confluent.io/job/system-test-kafka-branch-builder/4295/


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