1. 03 9月, 2009 8 次提交
    • K
      Improving error handling to better understand the problem redsolo is facing: · cad02234
      kohsuke 提交于
      testThatUsernameWithDifferentCasingIsNotDisplayedAsOne(hudson.plugins.cigame.ScoreCardActionIntegrationTest)  Time elapsed: 0 sec  <<< ERROR!
      java.io.IOException: Access is denied
              at java.io.WinNTFileSystem.createFileExclusively(Native Method)
              at java.io.File.checkAndCreate(File.java:1704)
              at java.io.File.createTempFile(File.java:1793)
              at org.jvnet.hudson.test.TemporaryDirectoryAllocator.allocate(TemporaryDirectoryAllocator.java:63)
              at org.jvnet.hudson.test.HudsonHomeLoader$1.allocate(HudsonHomeLoader.java:54)
              at org.jvnet.hudson.test.HudsonHomeLoader$CopyExisting.allocate(HudsonHomeLoader.java:83)
              at org.jvnet.hudson.test.HudsonHomeLoader$Local.allocate(HudsonHomeLoader.java:123)
              at org.jvnet.hudson.test.HudsonTestCase.newHudson(HudsonTestCase.java:296)
              at org.jvnet.hudson.test.HudsonTestCase.setUp(HudsonTestCase.java:223)
              at junit.framework.TestCase.runBare(TestCase.java:132)
              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:232)
              at junit.framework.TestSuite.run(TestSuite.java:227)
              at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:91)
              at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
              at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
              at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
              at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:597)
              at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
              at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
      
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@21372 71c3de6d-444a-0410-be80-ed276b4c234a
      cad02234
    • K
      Merged revisions 21368 via svnmerge from · 620e3857
      kohsuke 提交于
      https://svn.dev.java.net/svn/hudson/branches/rc
      
      ........
        r21368 | kohsuke | 2009-09-02 13:14:25 -0700 (Wed, 02 Sep 2009) | 33 lines
        
        wait until the channel terminates normally to avoid random test failures like this:
        
        junit.framework.AssertionFailedError: exit code should have been 0 expected:<0> but was:<255>
        	at junit.framework.Assert.fail(Assert.java:47)
        	at junit.framework.Assert.failNotEquals(Assert.java:285)
        	at junit.framework.Assert.assertEquals(Assert.java:64)
        	at junit.framework.Assert.assertEquals(Assert.java:201)
        	at hudson.remoting.ChannelRunner$Fork.stop(ChannelRunner.java:141)
        	at hudson.remoting.RmiTestBase.tearDown(RmiTestBase.java:53)
        	at junit.framework.TestCase.runBare(TestCase.java:130)
        	at junit.framework.TestResult$1.protect(TestResult.java:106)
        	at junit.framework.TestResult.runProtected(TestResult.java:124)
        	at junit.framework.TestResult.run(TestResult.java:109)
        	at junit.framework.TestCase.run(TestCase.java:118)
        	at junit.framework.TestSuite.runTest(TestSuite.java:208)
        	at junit.framework.TestSuite.run(TestSuite.java:203)
        	at junit.framework.TestSuite.runTest(TestSuite.java:208)
        	at junit.framework.TestSuite.run(TestSuite.java:203)
        	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        	at java.lang.reflect.Method.invoke(Method.java:597)
        	at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
        	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
        	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
        	at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
        	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        	at java.lang.reflect.Method.invoke(Method.java:597)
        	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
        	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
      ........
      
      
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@21371 71c3de6d-444a-0410-be80-ed276b4c234a
      620e3857
    • P
      In executor status pane provide separate links to projects and builds. · 2902da9c
      pgweiss 提交于
      
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@21366 71c3de6d-444a-0410-be80-ed276b4c234a
      2902da9c
    • P
      If a project is not set for concurrent builds and there is more than one job · e9def49a
      pgweiss 提交于
      in the queue (e.g. if the build is parameterized), then don't make more than
      one of them runnable.
      
      
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@21365 71c3de6d-444a-0410-be80-ed276b4c234a
      e9def49a
    • K
    • K
      adding bit more assertions to understand why this test is flaky. · b4384c3a
      kohsuke 提交于
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@21358 71c3de6d-444a-0410-be80-ed276b4c234a
      b4384c3a
    • K
      enabling back tests. · d8667f54
      kohsuke 提交于
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@21357 71c3de6d-444a-0410-be80-ed276b4c234a
      d8667f54
    • K
      disabling the multi classloader support, since this is breaking things too... · b44df39a
      kohsuke 提交于
      disabling the multi classloader support, since this is breaking things too much and we need more time before introducing this feature.
      
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@21356 71c3de6d-444a-0410-be80-ed276b4c234a
      b44df39a
  2. 02 9月, 2009 11 次提交
  3. 01 9月, 2009 7 次提交
  4. 31 8月, 2009 5 次提交
  5. 30 8月, 2009 1 次提交
  6. 29 8月, 2009 2 次提交
  7. 28 8月, 2009 6 次提交