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

org.eclipse.pde.api.tools.builder.tests.compatibility.BundleMergeSplitTests fails #261

Open
laeubi opened this issue Aug 2, 2022 · 3 comments
Assignees
Labels
api-tools test Test case failure

Comments

@laeubi
Copy link
Contributor

laeubi commented Aug 2, 2022

The org.eclipse.pde.api.tools.builder.tests.compatibility.BundleMergeSplitTests fails some times, it should either be fixed, disabled or explain why this particular test fails:

org.eclipse.core.runtime.CoreException: Component 'Test Plug-in' in the baseline 'workspace' is disposed
	at org.eclipse.pde.api.tools.internal.model.BundleComponent.baselineDisposed(BundleComponent.java:1271)
	at org.eclipse.pde.api.tools.internal.model.BundleComponent.getBundleDescription(BundleComponent.java:992)
	at org.eclipse.pde.api.tools.internal.model.BundleComponent.createApiDescription(BundleComponent.java:390)
	at org.eclipse.pde.api.tools.internal.model.Component.getApiDescription(Component.java:106)
	at org.eclipse.pde.api.tools.builder.tests.ApiBuilderTest.exportApiComponent(ApiBuilderTest.java:375)
	at org.eclipse.pde.api.tools.builder.tests.compatibility.BundleMergeSplitTests.setupTest(BundleMergeSplitTests.java:343)
	at org.eclipse.pde.api.tools.builder.tests.compatibility.BundleMergeSplitTests.test005(BundleMergeSplitTests.java:178)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at junit.framework.TestCase.runTest(TestCase.java:177)
@vik-chand
Copy link
Member

I will look at this in 4.27 as this also occurs in nighty build. I will try to recreate on my local setup and see if I can do something about it.

@fedejeanne
Copy link
Contributor

Failed again in this build of #674

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api-tools test Test case failure
Projects
None yet
Development

No branches or pull requests

3 participants