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.
ProcessConsoleTests#testProcessTerminationNotificationWithInputFile()(and maybe other tests inProcessConsoleTests) 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=19741209418This issue is different from #770, in which some assertions during test run failed.