Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] JUnit tests hung on Core Resources test in I20031215


The JUnit tests hung on Windows while running the Core Resources test.  The test had to be terminated to allow other tests to run.  The following was written to the console log:

ResourcesTests:

core-test:

eclipse-test:
     [echo] Running org.eclipse.core.tests.resources.AutomatedTests

RuntimeTests:

core-test:

eclipse-test:
     [echo] Running org.eclipse.core.tests.runtime.AutomatedTests
     [java] junit.framework.AssertionFailedError: Timeout waiting for status to change from RUNNING to WAIT_FOR_DONE
     [java]         at junit.framework.Assert.fail(Assert.java:47)
     [java]         at junit.framework.Assert.assertTrue(Assert.java:20)
     [java]         at org.eclipse.core.tests.runtime.jobs.StatusChecker.waitForStatus(StatusChecker.java:38)
     [java]         at org.eclipse.core.tests.runtime.jobs.BeginEndRuleTest$JobRuleRunner.run(BeginEndRuleTest.java:84)
     [java]         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:62)
     [java] junit.framework.AssertionFailedError: Timeout waiting for status to change from DONE to WAIT_FOR_RUN
     [java]         at junit.framework.Assert.fail(Assert.java:47)
     [java]         at junit.framework.Assert.assertTrue(Assert.java:20)
     [java]         at org.eclipse.core.tests.runtime.jobs.StatusChecker.waitForStatus(StatusChecker.java:38)
     [java]         at org.eclipse.core.tests.runtime.jobs.BeginEndRuleTest$JobRuleRunner.run(BeginEndRuleTest.java:69)
     [java]         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:62)
     [java] junit.framework.AssertionFailedError: Timeout waiting for status to change from START to WAIT_FOR_RUN
     [java]         at junit.framework.Assert.fail(Assert.java:47)
     [java]         at junit.framework.Assert.assertTrue(Assert.java:20)
     [java]         at org.eclipse.core.tests.runtime.jobs.StatusChecker.waitForStatus(StatusChecker.java:38)
     [java]         at org.eclipse.core.tests.runtime.jobs.BeginEndRuleTest$JobRuleRunner.run(BeginEndRuleTest.java:69)
     [java]         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:62)


Tests are in the process of completing.  Results will be available later today.

Sonia

Back to the top