-
Notifications
You must be signed in to change notification settings - Fork 131
Add support for all documented KV Store API features. #630
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
Conversation
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.
Just some general questions.
* Add PR link to CHANGELOG. * Ensure that tests for '412' errors actually receive them. * Convert all assertions in main kv_store test function to use 'testify' module.
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, ty for the test updates!
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.
This looks great! We should refactor the entire test suite by using the testify
package. We should only update the return values on err
.
Yeah, |
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.
Thank you!
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.
A few minor documentation-related comments below.
As noted in PR fastly#630, the new structure and functions should have included doc comments, but did not.
As noted in PR #630, the new structure and functions should have included doc comments, but did not.
All Submissions:
New Feature Submissions:
Changes to Core Features:
User Impact
Are there any considerations that need to be addressed for release?
Closes #573.