feat: add event source for triggering component version objects#1433
Merged
Skarlso merged 10 commits intoDec 18, 2025
Merged
Conversation
5508973 to
ac69456
Compare
Contributor
Author
ac69456 to
a121e8b
Compare
Contributor
Author
|
I suspect the unit test error is because now it was reconciled by another test. I can't reproduce it yet locally. |
Contributor
Author
|
Yes! Managed to reproduce it with |
Contributor
Author
|
ah, the reconciler is just too fast now. :D :D :D I even have that note there :D :D // This is a bit awkward because we trust that we will be faster than the reconciler (which is most of the
// time the case).
By("checking that the component returns ResolutionInProgress on first reconciliation")I going to have to be clever if I want to do this. |
Contributor
Author
|
Proof that it's being reconciled too fast: Level: Level Before Removed: [{Ready False 1 2025-12-17 10:25:48 +0100 CET ResolutionInProgress component version resolution in progress}] |
cc5e183 to
fa24296
Compare
Skarlso
commented
Dec 17, 2025
jakobmoellerdev
left a comment
Member
There was a problem hiding this comment.
I was expecting some testing for this channel handling. WDYT?
Skarlso
commented
Dec 18, 2025
Skarlso
commented
Dec 18, 2025
Skarlso
commented
Dec 18, 2025
Contributor
Author
|
Alright, I addressed a bunch of things, I'm going to now write the tests for the event channel. |
On-behalf-of: Gergely Brautigam <gergely.brautigam@sap.com> Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
On-behalf-of: Gergely Brautigam <gergely.brautigam@sap.com> Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
On-behalf-of: Gergely Brautigam <gergely.brautigam@sap.com> Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
On-behalf-of: Gergely Brautigam <gergely.brautigam@sap.com> Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
On-behalf-of: Gergely Brautigam <gergely.brautigam@sap.com> Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
On-behalf-of: Gergely Brautigam <gergely.brautigam@sap.com> Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
On-behalf-of: Gergely Brautigam <gergely.brautigam@sap.com> Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
On-behalf-of: Gergely Brautigam <gergely.brautigam@sap.com> Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
On-behalf-of: Gergely Brautigam <gergely.brautigam@sap.com> Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
591d7a0 to
023fae3
Compare
jakobmoellerdev
approved these changes
Dec 18, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What this PR does / why we need it
Fixes open-component-model/ocm-project#784
Which issue(s) this PR fixes