Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-docs-dev] Gerrit build failure: org.eclipse.mylyn.internal.wikitext.mediawiki.core.WikiTemplateResolverTest.testResolveTemplate

Thanks Steffen,

David - the test fails on Hudson, works nicely when building locally, so I suspect as Steffen suggests that it could be related to proxy settings.

Best regards,
Torkild

21. mai 2013 kl. 23:33 skrev Steffen Pingel <steffen.pingel@xxxxxxxxxxx>:

> Hi,
> 
> the failure may be related to this change:
> 
>  408535: remove dependency on SDK from Tycho tests
>  https://bugs.eclipse.org/bugs/show_bug.cgi?id=408535
> 
> I suspect that tests are not picking up proxy settings anymore but I haven't verified. I'll take a look in a bit.
> 
> Steffen
> 
> 
> 
> On Tue, May 21, 2013 at 1:02 PM, Torkild U. Resheim <torkildr@xxxxxxxxx> wrote:
> Hi,
> 
> I'm having some trouble getting a change set past Gerrit as one unrelated test fail. The error message is:
> 
> May 21, 2013 3:41:36 PM org.eclipse.mylyn.internal.wikitext.mediawiki.core.WikiTemplateResolver resolveTemplate
> WARNING: Cannot read from
> http://wiki.eclipse.org/index.php?title=Template%3Abug&action=raw:
>  Connection reset
> java.net.SocketException: Connection reset
>         at java.net.SocketInputStream.read(SocketInputStream.java:168)
>         at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
>         at java.io.BufferedInputStream.read1(BufferedInputStream.java:258)
>         at java.io.BufferedInputStream.read(BufferedInputStream.java:317)
>         at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:687)
>         at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:632)
>         at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:652)
>         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1072)
>         at java.net.URL.openStream(URL.java:1010)
>         at org.eclipse.mylyn.internal.wikitext.mediawiki.core.WikiTemplateResolver.resolveTemplate(WikiTemplateResolver.java:58)
> 
> I've tested the actual URL which seems OK - so I suspect something else is amiss. Any ideas?
> 
> Best regards,
> Torkild
> _______________________________________________
> mylyn-docs-dev mailing list
> mylyn-docs-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/mylyn-docs-dev
> 
> 
> 
> -- 
> Steffen Pingel
> Principal Software Engineer, Eclipse Mylyn
> Mylyn Tasks Lead
> http://tasktop.com
> _______________________________________________
> mylyn-docs-dev mailing list
> mylyn-docs-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/mylyn-docs-dev



Back to the top