| Summary: | ProgressContantsTest.testCommandProperty failed | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Dani Megert <daniel_megert> |
| Component: | UI | Assignee: | Andrey Loskutov <loskutov> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | loskutov |
| Version: | 4.4 | ||
| Target Milestone: | 4.7 M4 | ||
| Hardware: | PC | ||
| OS: | All | ||
| See Also: |
https://git.eclipse.org/r/85356 https://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?id=a57c0fa2ef8dfbd2616d0f2a0fc0824f62b4b58e https://bugs.eclipse.org/bugs/show_bug.cgi?id=508898 |
||
| Whiteboard: | |||
|
Description
Dani Megert
Seem still to fail sporadically, see https://hudson.eclipse.org/platform/job/eclipse.platform.ui-Gerrit/11222/testReport/org.eclipse.ui.tests.progress/ProgressContantsTest/testCommandProperty/: junit.framework.AssertionFailedError: null at junit.framework.Assert.fail(Assert.java:55) at junit.framework.Assert.assertTrue(Assert.java:22) at junit.framework.Assert.assertNotNull(Assert.java:256) at junit.framework.Assert.assertNotNull(Assert.java:248) at junit.framework.TestCase.assertNotNull(TestCase.java:417) at org.eclipse.ui.tests.progress.ProgressContantsTest.testCommandProperty(ProgressContantsTest.java:71) Probably the job was not yet scheduled, so join() had no effect and so the job info was not found. The fix is hopefully trivial, will be in a second. New Gerrit change created: https://git.eclipse.org/r/85356 Gerrit change https://git.eclipse.org/r/85356 was merged to [master]. Commit: http://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?id=a57c0fa2ef8dfbd2616d0f2a0fc0824f62b4b58e |