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

Labels

testjunit test related things

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions