-
Notifications
You must be signed in to change notification settings - Fork 261
OPECO-2596: semver should generate replaces across Y-streams in minor-channel mode #1065
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
OPECO-2596: semver should generate replaces across Y-streams in minor-channel mode #1065
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: theishshah The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Would you please retitle to something like |
|
@theishshah: This pull request references OPECO-2596 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
everettraven
left a comment
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 pretty good, great work @theishshah!
The reason for me marking this review as requesting changes is some minor things I found in how the tests are written that I think could be contributing to the test failures.
Aside from that I had a few smaller nits.
Signed-off-by: Jordan Keister <jordan@nimblewidget.com>
4093256 to
e97cb5d
Compare
Codecov Report
@@ Coverage Diff @@
## master #1065 +/- ##
==========================================
+ Coverage 52.75% 52.79% +0.04%
==========================================
Files 106 107 +1
Lines 9378 9381 +3
==========================================
+ Hits 4947 4953 +6
+ Misses 3517 3511 -6
- Partials 914 917 +3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
b294591 to
e5eb6fc
Compare
|
@theishshah: This pull request references OPECO-2596 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
e5eb6fc to
549a371
Compare
Signed-off-by: Jordan Keister <jordan@nimblewidget.com>
549a371 to
207a970
Compare
Signed-off-by: Jordan Keister <jordan@nimblewidget.com>
This PR contains the initial logic and docs for cleaning up the FBC Z-stream replacements. Follow up work for this PR will include a unit testing deep dive spike and some re-factoring to pre-sort and filter versions.
Closes #1031
streamlining & add'l namechanges to working utest, debug printfs removed
working idempotent approach across set of all channel entries; but gaps in utest and UGLY implementation refactor minimally-nested ifs
updated supporting docs
standardize on yaml.UnmarshallStrict to give better diagnostics for unexpected fields