1. 11 9月, 2009 7 次提交
  2. 10 9月, 2009 8 次提交
  3. 09 9月, 2009 6 次提交
  4. 08 9月, 2009 1 次提交
  5. 07 9月, 2009 1 次提交
  6. 06 9月, 2009 1 次提交
  7. 05 9月, 2009 5 次提交
  8. 04 9月, 2009 6 次提交
  9. 03 9月, 2009 5 次提交
    • K
      Merged revisions 21400 via svnmerge from · 0e8be7ac
      kohsuke 提交于
      https://svn.dev.java.net/svn/hudson/branches/rc
      
      ........
        r21400 | kohsuke | 2009-09-02 18:39:44 -0700 (Wed, 02 Sep 2009) | 1 line
        
        bundling subversion 1.7
      ........
      
      
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@21410 71c3de6d-444a-0410-be80-ed276b4c234a
      0e8be7ac
    • K
      been here too long to claim it's still experimental. · f1577378
      kohsuke 提交于
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@21397 71c3de6d-444a-0410-be80-ed276b4c234a
      f1577378
    • K
      Merged revisions 21391 via svnmerge from · 1fc3aec6
      kohsuke 提交于
      https://svn.dev.java.net/svn/hudson/branches/rc
      
      ........
        r21391 | kohsuke | 2009-09-02 16:46:59 -0700 (Wed, 02 Sep 2009) | 2 lines
        
        fixed a possible race condition. I noticed that Hudson-on-Hudson was hanging because the main thread was Object.wait-ing forever with no trace of a build.
        OneShotEvent avoids this problem.
      ........
      
      
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@21392 71c3de6d-444a-0410-be80-ed276b4c234a
      1fc3aec6
    • K
      Merged revisions 21385-21386 via svnmerge from · 66bf21ba
      kohsuke 提交于
      https://svn.dev.java.net/svn/hudson/branches/rc
      
      ........
        r21385 | kohsuke | 2009-09-02 15:41:39 -0700 (Wed, 02 Sep 2009) | 1 line
        
        Fixed a random test failure, which was caused by PingThread detecting communication problem while it's being orderly shut down.
      ........
        r21386 | kohsuke | 2009-09-02 15:41:57 -0700 (Wed, 02 Sep 2009) | 1 line
        
        indentation fix.
      ........
      
      
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@21387 71c3de6d-444a-0410-be80-ed276b4c234a
      66bf21ba
    • 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