Skip to content

PluginsNotLoadedTest.pluginsNotLoaded fails on I-build #2889

@trancexpress

Description

@trancexpress

See: https://download.eclipse.org/eclipse/downloads/drops4/I20260323-1800/reports.html#tests

E.g.: https://download.eclipse.org/eclipse/downloads/drops4/I20260323-1800/testresults/html/org.eclipse.jdt.text.tests_ep440I-unit-linux-x86_64-java25_linux.gtk.x86_64_25.html

	Wrong bundles loaded: - org.eclipse.text ==> expected: <0> but was: <19>

org.opentest4j.AssertionFailedError: Wrong bundles loaded:
- org.eclipse.text
==> expected: <0> but was: <19>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:150)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:563)
at org.eclipse.jdt.text.tests.PluginsNotLoadedTest.pluginsNotLoaded(PluginsNotLoadedTest.java:279)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1604)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1604) 

Likely due to: eclipse-platform/eclipse.platform.ui#3801

/**
 * Tests whether the Java Editor forces the Search plug-in
 * to be loaded (which it should not).
 *
 * @since 3.1
 */
public class PluginsNotLoadedTest {

I assume this refers to: org.eclipse.search

Metadata

Metadata

Assignees

No one assigned

    Labels

    testjunit test related things

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions