Fix protocol error caused by redis-benchmark#10236
Fix protocol error caused by redis-benchmark#10236oranagra merged 1 commit intoredis:unstablefrom ivanstosic-janea:benchmark-protocol-error
Conversation
|
@ivanstosic-janea I see you submitted a patch for 6.2, is this issue already resolved in unstable (our development branch? |
|
i did not take a deep look, only tested it on the unstable branch (note without TLS), it ( btw, may i ask the |
|
Yes, |
|
@ivanstosic-janea actually you can just EDIT the PR, and point to the unstable branch |
|
Should be good now |
|
triggered partial CI (including TLS): https://github.com/redis/redis/actions/runs/1808767646 |
The protocol error was caused by the buggy
writeHandlerinredis-benchmark.c,which didn't handle one of the cases, thereby repeating data, leading to protocol errors
when the values being sent are very long.
This PR fixes #10233, issue introduced by #7959