1. 24 12月, 2013 4 次提交
  2. 23 12月, 2013 3 次提交
  3. 22 12月, 2013 2 次提交
  4. 21 12月, 2013 2 次提交
  5. 20 12月, 2013 7 次提交
  6. 19 12月, 2013 4 次提交
  7. 18 12月, 2013 7 次提交
  8. 17 12月, 2013 2 次提交
    • J
      Why did these tests have timeouts? · 66805b74
      Jesse Glick 提交于
      Seems to have caused spurious timeout errors.
      https://jenkins.ci.cloudbees.com/job/core/job/jenkins_main_trunk/1748/testReport/junit/hudson.scheduler/CronTabEventualityTest/testFirstSundayOfMonthWillBeEventuallyTriggeredWithinOneMonthAndOneWeek_0_/
      java.lang.Exception: test timed out after 1000 milliseconds
      	at java.io.UnixFileSystem.getBooleanAttributes0(Native Method)
      	at java.io.UnixFileSystem.getBooleanAttributes(UnixFileSystem.java:242)
      	at java.io.File.exists(File.java:772)
      	at sun.misc.URLClassPath$FileLoader.getResource(URLClassPath.java:1072)
      	at sun.misc.URLClassPath.getResource(URLClassPath.java:199)
      	at java.net.URLClassLoader$1.run(URLClassLoader.java:358)
      	at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
      	at java.security.AccessController.doPrivileged(Native Method)
      	at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
      	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
      	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
      	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
      	at hudson.scheduler.CronTab.set(CronTab.java:87)
      	at hudson.scheduler.CronTab.<init>(CronTab.java:83)
      	at hudson.scheduler.CronTab.<init>(CronTab.java:66)
      	at hudson.scheduler.CronTabEventualityTest.checkEventuality(CronTabEventualityTest.java:113)
      	at hudson.scheduler.CronTabEventualityTest.testFirstSundayOfMonthWillBeEventuallyTriggeredWithinOneMonthAndOneWeek(CronTabEventualityTest.java:109)
      66805b74
    • J
      [FIXED JENKINS-21024] Catch a full range of XStreamException’s during... · c3508113
      Jesse Glick 提交于
      [FIXED JENKINS-21024] Catch a full range of XStreamException’s during deserialization, including rethrown exceptions from readResolve.
      c3508113
  9. 16 12月, 2013 3 次提交
  10. 15 12月, 2013 5 次提交
  11. 14 12月, 2013 1 次提交
    • J
      Suppressing a senseless stack trace. · 4ca5aba3
      Jesse Glick 提交于
      h.n.AbstractNodeMonitorDescriptor$Record#<init>: Previous Free Disk Space monitoring activity still in progress. Interrupting
      h.n.AbstractNodeMonitorDescriptor$Record#run: Unexpected node monitoring termination: Free Disk Space
      java.lang.InterruptedException
      	at java.lang.Object.wait(Native Method)
      	at hudson.remoting.Request$1.get(Request.java:272)
      	at hudson.remoting.Request$1.get(Request.java:210)
      	at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59)
      	at hudson.node_monitors.AbstractAsyncNodeMonitorDescriptor.monitor(AbstractAsyncNodeMonitorDescriptor.java:97)
      	at hudson.node_monitors.AbstractNodeMonitorDescriptor$Record.run(AbstractNodeMonitorDescriptor.java:282)
      4ca5aba3