-
Notifications
You must be signed in to change notification settings - Fork 954
Properly escape double quotes and backslash in sdscatrepr #2036
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Properly escape double quotes and backslash in sdscatrepr #2036
Conversation
Signed-off-by: Fusl <[email protected]>
Signed-off-by: Fusl <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## unstable #2036 +/- ##
============================================
- Coverage 70.96% 70.94% -0.03%
============================================
Files 123 123
Lines 66135 66133 -2
============================================
- Hits 46934 46917 -17
- Misses 19201 19216 +15
🚀 New features to boost your workflow:
|
Signed-off-by: Fusl <[email protected]>
zuiderkwast
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
@madolson FYI. Apparently you reviewed the PR where the bug was introduced.
Signed-off-by: Madelyn Olson <[email protected]>
|
We did have some unit tests for |
Some of MONITOR tests got broken due to a bug in the server: valkey-io/valkey#2036 This commit disables those tests for these versions of Valkey server thus letting the CI proceed. Signed-off-by: Mikhail Koviazin <[email protected]>
Some of MONITOR tests got broken due to a bug in the server: valkey-io/valkey#2036 This commit disables those tests for these versions of Valkey server thus letting the CI proceed. Signed-off-by: Mikhail Koviazin <[email protected]>
…2036) Fixes valkey-io#2035, a bug introduced in valkey-io#1342 --------- Signed-off-by: Fusl <[email protected]> Signed-off-by: Madelyn Olson <[email protected]> Co-authored-by: Madelyn Olson <[email protected]>
…2036) Fixes valkey-io#2035, a bug introduced in valkey-io#1342 --------- Signed-off-by: Fusl <[email protected]> Signed-off-by: Madelyn Olson <[email protected]> Co-authored-by: Madelyn Olson <[email protected]>
…2036) Fixes valkey-io#2035, a bug introduced in valkey-io#1342 --------- Signed-off-by: Fusl <[email protected]> Signed-off-by: Madelyn Olson <[email protected]> Co-authored-by: Madelyn Olson <[email protected]> Signed-off-by: Harkrishn Patro <[email protected]>
Fixes #2035, a bug introduced in #1342 --------- Signed-off-by: Fusl <[email protected]> Signed-off-by: Madelyn Olson <[email protected]> Co-authored-by: Madelyn Olson <[email protected]> Signed-off-by: Harkrishn Patro <[email protected]>
Fixes #2035, a bug introduced in #1342 --------- Signed-off-by: Fusl <[email protected]> Signed-off-by: Madelyn Olson <[email protected]> Co-authored-by: Madelyn Olson <[email protected]> Signed-off-by: Harkrishn Patro <[email protected]>
Fixes #2035, a bug introduced in #1342