Skip to content
  1. Feb 26, 2014
  2. Feb 25, 2014
  3. Feb 24, 2014
    • Kohsuke Kawaguchi's avatar
      Excluding this test on unsupported platform · 56024205
      Kohsuke Kawaguchi authored
      ... based on Tyler's discovery at https://gist.github.com/rtyler/9195510
      
      testRemoting(hudson.util.ProcessTreeTest)  Time elapsed: 0.097 sec  <<< ERROR!
      java.util.NoSuchElementException: null
              at java.util.HashMap$HashIterator.nextEntry(HashMap.java:897)
              at java.util.HashMap$ValueIterator.next(HashMap.java:922)
              at hudson.util.ProcessTreeTest$MyCallable.call(ProcessTreeTest.java:42)
              at hudson.util.ProcessTreeTest$MyCallable.call(ProcessTreeTest.java:38)
              at hudson.remoting.UserRequest.perform(UserRequest.java:118)
              at hudson.remoting.UserRequest.perform(UserRequest.java:48)
              at hudson.remoting.Request$2.run(Request.java:328)
              at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
              at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
              at java.util.concurrent.FutureTask.run(FutureTask.java:166)
              at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
              at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
              at java.lang.Thread.run(Thread.java:724)
      
      He runs this on FreeBSD.
      56024205
    • Jesse Glick's avatar
      Merge pull request #1140 from christ66/commons-io-up · 97cc96c9
      Jesse Glick authored
      Add alternative field calls for deprecated methods.
      97cc96c9
    • christ66's avatar
      e88de958
    • Jesse Glick's avatar
      [FIXED JENKINS-16332] Ensure that User records are saved when the fullName is... · fdda9ca6
      Jesse Glick authored
      [FIXED JENKINS-16332] Ensure that User records are saved when the fullName is not recoverable from the id.
      Otherwise User.get(id).getFullName() after restarting Jenkins will produce the wrong result.
      2 tags
      fdda9ca6
    • Jesse Glick's avatar
      Trying to diagnose recent CI failures of HtmlUnit calls. · 3ec7e562
      Jesse Glick authored
      For example https://jenkins.ci.cloudbees.com/job/core/job/jenkins-core-validated-merge/38/testReport/lib.layout/LayoutTest/rejectedLinks/ failed with:
      java.io.IOException: GET http://localhost:52099/jenkins/login failed
      	at java.net.SocketInputStream.socketRead0(Native Method)
      	at java.net.SocketInputStream.read(SocketInputStream.java:152)
      	at java.net.SocketInputStream.read(SocketInputStream.java:122)
      	at java.io.BufferedInputStream.fill(BufferedInputStream.java:235)
      	at java.io.BufferedInputStream.read(BufferedInputStream.java:254)
      	at org.apache.commons.httpclient.HttpParser.readRawLine(HttpParser.java:78)
      	at org.apache.commons.httpclient.HttpParser.readLine(HttpParser.java:106)
      	at org.apache.commons.httpclient.HttpConnection.readLine(HttpConnection.java:1116)
      	at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.readLine(MultiThreadedHttpConnectionManager.java:1413)
      	at org.apache.commons.httpclient.HttpMethodBase.readStatusLine(HttpMethodBase.java:1973)
      	at org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethodBase.java:1735)
      	at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1098)
      	at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398)
      	at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
      	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
      	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:346)
      	at com.gargoylesoftware.htmlunit.HttpWebConnection.getResponse(HttpWebConnection.java:101)
      	at com.gargoylesoftware.htmlunit.WebClient.loadWebResponseFromWebConnection(WebClient.java:1456)
      	at com.gargoylesoftware.htmlunit.WebClient.loadWebResponse(WebClient.java:1387)
      	at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:328)
      	at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:389)
      	at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:374)
      	at org.jvnet.hudson.test.JenkinsRule$WebClient.goTo(JenkinsRule.java:1944)
      	at org.jvnet.hudson.test.JenkinsRule$WebClient.goTo(JenkinsRule.java:1926)
      	at lib.layout.LayoutTest.rejectedLinks(LayoutTest.java:44)
      which makes little sense since the named IOException is actually thrown from HttpWebConnection.java:130.
      Perhaps Surefire is not reporting the original cause correctly, conflating the wrapper’s message with the original stack trace.
      As a temporary measure, printing the original stack trace to stderr if there is any.
      2 tags
      3ec7e562
  4. Feb 23, 2014
  5. Feb 22, 2014
  6. Feb 21, 2014
  7. Feb 20, 2014
  8. Feb 19, 2014
  9. Feb 18, 2014
  10. Feb 17, 2014
Loading