eclipse.platform icon indicating copy to clipboard operation
eclipse.platform copied to clipboard

Random failing ProcessConsoleManagerTests.testBug546710_ConsoleCreationRaceCondition

Open HeikoKlare opened this issue 2 years ago • 3 comments

The test case org.eclipse.debug.tests.console.ProcessConsoleManagerTests.testBug546710_ConsoleCreationRaceCondition randomly fails, e.g., in this build: https://ci.eclipse.org/platform/job/eclipse.platform/job/PR-579/4/testReport/

java.lang.AssertionError: ProcessConsoleManager and LaunchManager got out of sync. 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.ProcessConsoleManagerTests.testBug546710_ConsoleCreationRaceCondition(ProcessConsoleManagerTests.java:119)

HeikoKlare avatar Jul 26 '23 11:07 HeikoKlare

Failed again in this run of https://github.com/eclipse-platform/eclipse.platform/pull/591

fedejeanne avatar Jul 26 '23 14:07 fedejeanne

Failed again in this run of https://github.com/eclipse-platform/eclipse.platform/pull/619

Michael5601 avatar Aug 08 '23 09:08 Michael5601

Failed again: https://github.com/eclipse-platform/eclipse.platform/runs/19384480853

HeikoKlare avatar Dec 06 '23 19:12 HeikoKlare