-
Notifications
You must be signed in to change notification settings - Fork 604
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
Add authorization conformance tests for Sequence and Parallel #8400
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8400 +/- ##
==========================================
- Coverage 64.22% 64.12% -0.11%
==========================================
Files 388 388
Lines 23324 23339 +15
==========================================
- Hits 14979 14965 -14
- Misses 7550 7579 +29
Partials 795 795 ☔ View full report in Codecov by Sentry. |
/test reconciler-tests |
/test reconciler-tests |
1 similar comment
/test reconciler-tests |
sequence.Install(name, cfg...)(ctx, t) | ||
}) | ||
|
||
f.Setup("Sequence goes ready", sequence.IsReady(name)) |
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.
Should we also verify that the sequence is addressable here?
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.
Yeah. Probably a good idea. Pushing a new commit that fixes it in a few more places.
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Cali0707, mgencur The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@Cali0707 Thanks for review! |
Proposed Changes
Pre-review Checklist
Release Note
Docs