-
Notifications
You must be signed in to change notification settings - Fork 950
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
JSON bugs in the Fakeredis tests #3671
Labels
bug
Something isn't working
Comments
@BagritsevichStepan please do not work on filter expressions for jsonpath v2 - it's too complicated, so lets keep it as a separate (open) task . |
This was referenced Sep 9, 2024
Merged
Merged
Merged
@BagritsevichStepan should we close this one? |
Not yet, will push today pr that finally closes it. |
BagritsevichStepan
added a commit
to BagritsevichStepan/dragonfly
that referenced
this issue
Sep 23, 2024
fixes dragonflydb#3671 Signed-off-by: Stepan Bagritsevich <stefan@dragonflydb.io>
BagritsevichStepan
added a commit
to BagritsevichStepan/dragonfly
that referenced
this issue
Sep 23, 2024
fixes dragonflydb#3671 Signed-off-by: Stepan Bagritsevich <stefan@dragonflydb.io>
BagritsevichStepan
added a commit
to BagritsevichStepan/dragonfly
that referenced
this issue
Oct 17, 2024
fixes dragonflydb#3671 Signed-off-by: Stsiapan Bahrytsevich <stefan@dragonflydb.io>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
JSON bugs that were found in the Fakeredis tests:
WRONGTYPE
error for the JSON legacy mode in theJSON.ARRPOP
command. It should not return WRONGTYPE for the empy result. Nil is expected. Done by fix(json_family): Fix JSON.ARRPOP command in legacy mode should not return WRONGTYPE error #3683NOESCAPE
option in theJSON.GET
command. Done by fix(json_family) Add NOESCAPE option to the JSON.GET command #3685JSON.SET
behavior if the path is in legacy mode and is not the root. Done by fix(json_family): Fix the JSON.SET bug if the path is in legacy mode and is not the root #3693The text was updated successfully, but these errors were encountered: