Issue 4769 in pharo: Build on Hudson is Broken

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 4769 in pharo: Build on Hudson is Broken

pharo
Status: Accepted
Owner: [hidden email]
Labels: Type-Bug

New issue 4769 by [hidden email]: Build on Hudson is Broken
http://code.google.com/p/pharo/issues/detail?id=4769

... something strange.


ConnectionTimedOut: Data receive timed out.

in #testDispatcherDelegate ?? Debuglog from the build server attached

Attachments:
        PharoDebug.log  34.3 KB


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4769 in pharo: Build on Hudson is Broken

pharo
Updates:
        Labels: Milestone-1.3

Comment #1 on issue 4769 by [hidden email]: Build on Hudson is Broken
http://code.google.com/p/pharo/issues/detail?id=4769

(No comment was entered for this change.)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4769 in pharo: Build on Hudson is Broken

pharo
Updates:
        Cc: [hidden email] [hidden email] [hidden email]
        Labels: Milestone-1.4 Importance-High

Comment #2 on issue 4769 by [hidden email]: Build on Hudson is Broken
http://code.google.com/p/pharo/issues/detail?id=4769

Same for 1.4


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4769 in pharo: Build on Hudson is Broken

pharo

Comment #3 on issue 4769 by [hidden email]: Build on Hudson is Broken
http://code.google.com/p/pharo/issues/detail?id=4769

To me this looks like the machine does not allow connects to localhost... I  
will check with the IT Services if the changed something in the setup of  
the firewall


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4769 in pharo: Build on Hudson is Broken

pharo

Comment #4 on issue 4769 by [hidden email]: Build on Hudson is Broken
http://code.google.com/p/pharo/issues/detail?id=4769

Igor sayz:

i think for given case:
        http://localhost:1701/missing

which times outs, a test should be rewritten properly to catch an
unhandled error and mark test as failed,
instead of leaving to debugger.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4769 in pharo: Build on Hudson is Broken

pharo

Comment #5 on issue 4769 by [hidden email]: Build on Hudson is Broken
http://code.google.com/p/pharo/issues/detail?id=4769

No, it should not time out, on the contrary, ZnDispatcherDelegate, which is  
being tested here, immediately return a 404 not found for /missing, as can  
be seen here:

ZnDispatcherDelegate>>#handleRequest: request
        | handler |
        handler := self dispatcherDictionary
                at: request uri pathPrintString
                ifAbsent: [ ^ ZnResponse notFound: request uri ].
        ^ handler
                value: request
                value: (ZnResponse new
                        statusLine: (ZnStatusLine ok);
                        headers: ZnHeaders defaultResponseHeaders;
                        yourself)

As far as I can see, there is nothing wrong with this test. It has been  
running OK for quite some time on many platforms.



_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4769 in pharo: Build on Hudson is Broken

pharo

Comment #6 on issue 4769 by [hidden email]: Build on Hudson is Broken
http://code.google.com/p/pharo/issues/detail?id=4769

I think I found the reason: there was a hanging process on the build  
server. If that had opened the port, the other can not.

I killed it and started to build


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4769 in pharo: Build on Hudson is Broken

pharo
Updates:
        Status: Closed

Comment #7 on issue 4769 by [hidden email]: Build on Hudson is Broken
http://code.google.com/p/pharo/issues/detail?id=4769

Yes, indeed, it works again!


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker