Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-10615] AbstractProjectTest.testWorkspaceLock frequently fail…
…s on jenkins.ci due to InterruptedException in HudsonTestCase.setUp.

Possibly because it is sorted after [JENKINS-15156] testGetBuildAfterGC and the test suite times out.
  • Loading branch information
jglick committed Dec 11, 2013
1 parent 2a2a7eb commit 85e9e12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/src/test/groovy/hudson/model/AbstractProjectTest.groovy
Expand Up @@ -278,6 +278,7 @@ public class AbstractProjectTest extends HudsonTestCase {
assertSymlinkForBuild(lastStable, 1);
}

/* TODO too slow, seems capable of causing testWorkspaceLock to time out:
@Bug(15156)
public void testGetBuildAfterGC() {
FreeStyleProject job = createFreeStyleProject();
Expand All @@ -286,6 +287,7 @@ public class AbstractProjectTest extends HudsonTestCase {
MemoryAssert.assertGC(new WeakReference(job.getLastBuild()));
assert job.lastBuild != null;
}
*/

@Bug(13502)
public void testHandleBuildTrigger() {
Expand Down

0 comments on commit 85e9e12

Please sign in to comment.