You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by GitBox <gi...@apache.org> on 2022/11/19 06:40:49 UTC

[GitHub] [incubator-kvrocks] git-hulk opened a new pull request, #1129: Fix redis cli test will fail if cannot read response at once

git-hulk opened a new pull request, #1129:
URL: https://github.com/apache/incubator-kvrocks/pull/1129

   This closes #1072 
   
   For the current read implementation, it will return the string after reading the response, so it may only read parts of the response. We simply fix it by checking whether the response string has the newline('\r\n') or not.


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

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org

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


[GitHub] [incubator-kvrocks] git-hulk merged pull request #1129: Fix redis cli test will fail if cannot read response at once

Posted by GitBox <gi...@apache.org>.
git-hulk merged PR #1129:
URL: https://github.com/apache/incubator-kvrocks/pull/1129


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

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org

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