-
Notifications
You must be signed in to change notification settings - Fork 115
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
Unit tests for Await logic (Creation) #2797
Conversation
Does the PR have any schema changes?Looking good! No breaking changes found. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #2797 +/- ##
==========================================
+ Coverage 23.41% 24.72% +1.30%
==========================================
Files 48 48
Lines 9629 9647 +18
==========================================
+ Hits 2255 2385 +130
+ Misses 7224 7106 -118
- Partials 150 156 +6 ☔ View full report in Codecov by Sentry. |
b03b0d1
to
64fd212
Compare
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.
Overall looks good to me other than a few minor comments. Thanks for the work on this!
LGTM overall. I'd echo @rquitales' comments, but this looks like a nice addition to the test suite! 🎉 |
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. Will just need a rebase to the latest changes in the main branch to fix workflow issues.
a0edac7
to
5ce341d
Compare
Proposed changes
This PR implements unit tests for the await logic, i.e. the flow of hitting the API server (with retry), then invoking the registered awaiter to poll for success, then refreshing the live object.
Related issues (optional)
Closes #2791