Skip to content

Random failing ProcessConsoleTests #1033

@HeikoKlare

Description

@HeikoKlare

ProcessConsoleTests#testProcessTerminationNotificationWithInputFile() (and maybe other tests in ProcessConsoleTests) are randomly failing when checking for logged errors during teardown, e.g.: https://github.com/eclipse-platform/eclipse.platform/pull/1031/checks?check_run_id=19741209418

Test triggered errors. expected:<0> but was:<1>
java.lang.AssertionError: Test triggered errors. expected:<0> but was:<1>
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.eclipse.debug.tests.console.ProcessConsoleTests.tearDown(ProcessConsoleTests.java:111)

This issue is different from #770, in which some assertions during test run failed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    testjunit test related things

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions