-
Notifications
You must be signed in to change notification settings - Fork 2.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
feat(data): refactor single-client consecutive update unit tests; fake GraphQL service updates #11349
Conversation
ee70a6c
to
b03905b
Compare
b03905b
to
63a806c
Compare
…ingle-client consecutive update consistency unit tests; update fake GraphQL service to accept latency overrides for individual requests; create utils for performing consecutive updates and making common assertions; refactor existing tests to use new helpers
63a806c
to
9f7e6d1
Compare
Co-authored-by: Jon Wire <iambipedal@gmail.com>
I forgot to mention: This PR title is pretty big. It's not written in our contributing guide, but I think we should generally follow the 50-ish character title limit, so the titles aren't truncated in a |
Updated! |
Description of changes
feat(data): add assertions to test queried versions for DataStore's single-client consecutive update consistency unit tests; update fake GraphQL service to accept latency overrides for individual requests; create utils for performing consecutive updates and making common assertions; refactor existing tests to use new helpers
Issue #, if available
Description of how you validated changes
Checklist
yarn test
passesBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.