Skip to content

fix: run plugin download integration separately as a go module#581

Merged
jakobmoellerdev merged 8 commits into
open-component-model:mainfrom
Skarlso:extract-integration-test-for-download-cmd
Aug 18, 2025
Merged

fix: run plugin download integration separately as a go module#581
jakobmoellerdev merged 8 commits into
open-component-model:mainfrom
Skarlso:extract-integration-test-for-download-cmd

Conversation

@Skarlso

@Skarlso Skarlso commented Aug 18, 2025

Copy link
Copy Markdown
Contributor

What this PR does / why we need it

Fixes #579

In order to avoid bloating the go mod file and make sure that the tests aren't run as part of the normal unit test flow, we cordon it off into its own module and mark give it a special Task file.

Which issue(s) this PR fixes

On-behalf-of: gergely.brautigam@sap.com

Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
@Skarlso Skarlso requested a review from a team as a code owner August 18, 2025 09:12
fabianburth
fabianburth previously approved these changes Aug 18, 2025

@fabianburth fabianburth left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a comment on why you are doing this to the PR or the issue description.

On-behalf-of: gergely.brautigam@sap.com

Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
@Skarlso Skarlso force-pushed the extract-integration-test-for-download-cmd branch from 4289f25 to c1a4186 Compare August 18, 2025 09:39

@jakobmoellerdev jakobmoellerdev left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Skarlso

Skarlso commented Aug 18, 2025

Copy link
Copy Markdown
Contributor Author

Yeah saw in the log... I'm working on it. :D

On-behalf-of: gergely.brautigam@sap.com

Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
On-behalf-of: gergely.brautigam@sap.com

Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
On-behalf-of: gergely.brautigam@sap.com

Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
@Skarlso Skarlso force-pushed the extract-integration-test-for-download-cmd branch from f8324e7 to 4f62604 Compare August 18, 2025 11:03
@Skarlso Skarlso dismissed jakobmoellerdev’s stale review August 18, 2025 11:51

Not working yet actually.

On-behalf-of: gergely.brautigam@sap.com

Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
On-behalf-of: gergely.brautigam@sap.com

Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
@github-actions github-actions Bot added the component/github-actions Changes on GitHub Actions or within `.github/` directory label Aug 18, 2025
@Skarlso Skarlso force-pushed the extract-integration-test-for-download-cmd branch from 8e9f247 to 8d09c0f Compare August 18, 2025 14:43
@jakobmoellerdev jakobmoellerdev merged commit ae47b12 into open-component-model:main Aug 18, 2025
79 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component/github-actions Changes on GitHub Actions or within `.github/` directory kind/bugfix Bug size/m Medium

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The plugin download integration test right now is executed as a unit test

3 participants