-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
#1029: json-numincrby-nummultby-toggle-forget-del migration and add integration testcases #1261
#1029: json-numincrby-nummultby-toggle-forget-del migration and add integration testcases #1261
Conversation
@AshwinKul28 @ayadav16 @lucifercr07 |
Hi @vpsinghg , Just to confirm, Have you rebased this with the latest master? |
Yes, No conflicts as I have created new branch and added my changes. |
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.
Woah! Amazing work. Looking forward to take these changes to master soon. Meanwhile I have left few comments. Please check
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.
edit: requesting changes, could'nt edit previous comment
@vpsinghg , checks are okay now, I guess we just need to update some minor details and we are good to close this. |
4f46b42
to
2e7e599
Compare
@apoorvyadav1111 changes done. and check is also successful. Please go ahead |
@apoorvyadav1111 please review |
This PR includes changes for migration of
JSON.DEL
,JSON.FORGET
,JSON.TOGGLE
,JSON,NUMINCRBY
andJSON.NUMMULTBY
command to newEval
method.This resolves issue #1029
Also introduces fix for
oom
err inresp
protocol integration test on lower spec machines.Improved Integration Test format.
Tasks Checklist