-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Latest code from Git repository, https://jenkins.ci.cloudbees.com/job/plugins/job/disk-usage-plugin/
Test DiskUsageUtilTest.testCalculateDiskUsageForMatrixBuild() fails on Jenkins CloudBees service that builds code from pull requests. All tests pass including this one on my computer (64-bit Debian Testing, Java 1.7.0_21) when executed using e.g. "mvn package" so it should be somehow related to the environment.
Latest stable build was in Nov 11, 2013 but it contained no tests. See https://jenkins.ci.cloudbees.com/job/plugins/job/disk-usage-plugin/ for details.
java.lang.AssertionError: Matrix project project1 has wrong size for its build. expected:<34746> but was:<34745> at org.junit.Assert.fail(Assert.java:93) at org.junit.Assert.failNotEquals(Assert.java:647) at org.junit.Assert.assertEquals(Assert.java:128) at hudson.plugins.disk_usage.integration.DiskUsageUtilTest.testCalculateDiskUsageForMatrixBuild(DiskUsageUtilTest.java:59) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at junit.framework.TestCase.runTest(TestCase.java:168) at org.jvnet.hudson.test.HudsonTestCase.runTest(HudsonTestCase.java:400) at junit.framework.TestCase.runBare(TestCase.java:134) at org.jvnet.hudson.test.HudsonTestCase.runBare(HudsonTestCase.java:285) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at junit.framework.TestSuite.runTest(TestSuite.java:243) at junit.framework.TestSuite.run(TestSuite.java:238) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83) at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110) at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:172) at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:104) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:70)