Skip to content

QuickAccessDialogTest.testPreviousChoicesAvailableForExtension fails #4009

@trancexpress

Description

@trancexpress

See:

All are the same fail:

expected: <true> but was: <false>

org.opentest4j.AssertionFailedError: expected: <true> but was: <false>
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.AssertTrue.failNotTrue(AssertTrue.java:63)
at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:36)
at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:31)
at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:183)
at org.eclipse.ui.tests.quickaccess.QuickAccessDialogTest.testPreviousChoicesAvailableForExtension(QuickAccessDialogTest.java:302)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) 

In all cases the test failed after ~8 seconds, i.e. the timeout occurred here:

		assertTrue(DisplayHelper.waitForCondition(text.getDisplay(), TIMEOUT,
				() -> dialogContains(dialog, TestQuickAccessComputer.TEST_QUICK_ACCESS_PROPOSAL_LABEL)));

The build before the last 2 fails has no fail:

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingregressiontestjunit 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