Skip to content
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

SaveParticipant tests not working in integration builds #2179

Closed
HeikoKlare opened this issue Jul 11, 2024 · 0 comments · Fixed by #2182
Closed

SaveParticipant tests not working in integration builds #2179

HeikoKlare opened this issue Jul 11, 2024 · 0 comments · Fixed by #2182
Assignees

Comments

@HeikoKlare
Copy link
Contributor

The tests in org.eclipse.core.tests.resource.saveparticipant have been enabled in integration builds via #2035. They are currently not executed successfully due to missing dependencies:

Missing requirement: Eclipse Core Tests Save Participant 3.6.100.v20240522-1043 (org.eclipse.core.tests.resources.saveparticipant 3.6.100.v20240522-1043) requires 'osgi.bundle; org.eclipse.core.tests.resources.saveparticipant1 0.0.0' but it could not be found

In the test results overview you will see an information about missing files:
Bildschirmfoto 2024-07-11 um 07 59 34

I will have a look and fix this.

@HeikoKlare HeikoKlare self-assigned this Jul 11, 2024
HeikoKlare added a commit to HeikoKlare/eclipse.platform.releng.aggregator that referenced this issue Jul 11, 2024
The tests in org.eclipse.core.tests.resource.saveparticipant require the
bundles org.eclipse.core.test.resources.saveparticipant[1|2|3], which
are currently missing in the SDK test feature used for integration
builds. This change adds them accordingly.

Fixes eclipse-platform#2179
HeikoKlare added a commit to HeikoKlare/eclipse.platform.releng.aggregator that referenced this issue Jul 12, 2024
The tests in org.eclipse.core.tests.resource.saveparticipant require the
bundles org.eclipse.core.test.resources.saveparticipant[1|2|3], which
are currently missing in the SDK test feature used for integration
builds. This change adds them accordingly.

Fixes eclipse-platform#2179
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant