empiredan opened a new issue, #2314:
URL: https://github.com/apache/incubator-pegasus/issues/2314
While running release tests for `pegasus_rproxy_test`, `proxy.connection`
failed occasionally:
```
[ RUN ] proxy.connection
/__w/incubator-pegasus/incubator-pegasus/src/redis_protocol/proxy_ut/redis_proxy_test.cpp:570:
Failure
Expected equality of these values:
resp
Which is: "$4\r\nbar3\r\n"
got_reply
Which is: "$4\r\nbar2\r\n"
With diff:
@@ -1,2 +1,2 @@
$4\r
-bar3\r\n
+bar2\r\n
[ FAILED ] proxy.connection (15 ms)
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]