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

FeatureBasedLaunchTest::testGetMergedBundleMap_requiredFeatureWithSpecificVersion1 failed on 1 platform #398

Closed
vik-chand opened this issue Nov 10, 2022 · 1 comment
Labels
test Test case failure

Comments

@vik-chand
Copy link
Member

The failure trace is as below in I20221109-1850

[pluginResolution explicit workspace] expected: { plugin.a.w.110-1.0.0(e)="default:default" } but was: { plugin.a.w.100-1.0.0(e)="default:default" }

org.opentest4j.AssertionFailedError: [pluginResolution explicit workspace]
expected:
{
plugin.a.w.110-1.0.0(e)="default:default"
}
but was:
{
plugin.a.w.100-1.0.0(e)="default:default"
}
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at org.eclipse.pde.ui.tests.launcher.AbstractLaunchTest.assertPluginMapsEquals(AbstractLaunchTest.java:127)
at org.eclipse.pde.ui.tests.launcher.FeatureBasedLaunchTest.assertGetMergedBundleMap(FeatureBasedLaunchTest.java:1439)
at org.eclipse.pde.ui.tests.launcher.FeatureBasedLaunchTest.assertGetMergedBundleMap(FeatureBasedLaunchTest.java:1417)
at org.eclipse.pde.ui.tests.launcher.FeatureBasedLaunchTest.testGetMergedBundleMap_requiredFeatureWithSpecificVersion1(FeatureBasedLaunchTest.java:939)
at java.base/jdk.internal.refle

@HannesWell
Copy link
Member

The test does not fail anymore.

@HannesWell HannesWell closed this as not planned Won't fix, can't repro, duplicate, stale Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Test case failure
Projects
None yet
Development

No branches or pull requests

2 participants