So I have my own copy of gump running on the harmony testing server (note: this gump is currently powered by Sun 1.5 running on x86_64, not harmony yet since there are issues builing in such CPU architecture)
http://67.86.14.213:10000/gump/ and it indicates "79.77%" success while vmgump indicates "78.81%" Further inspection shows that "jakarta common-net" is failing because a test is failing http://vmgump.apache.org/gump/public/jakarta-commons/commons-net/gump_work/build_jakarta-commons_commons-net.html [junit] Testcase: testInitial took 0.017 sec [junit] Testcase: testCompareTimes took 190.053 sec [junit] Caused an ERROR [junit] Connection timed out [junit] java.net.ConnectException: Connection timed out [junit] at java.net.PlainSocketImpl.socketConnect(Native Method) [junit] at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333) [junit] at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195) [junit] at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182) [junit] at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) [junit] at java.net.Socket.connect(Socket.java:507) [junit] at java.net.Socket.connect(Socket.java:457) [junit] at java.net.Socket.<init>(Socket.java:365) [junit] at java.net.Socket.<init>(Socket.java:207) [junit] at org.apache.commons.net.DefaultSocketFactory.createSocket(DefaultSocketFactory.java:67) [junit] at org.apache.commons.net.SocketClient.connect(SocketClient.java:141) [junit] at org.apache.commons.net.time.TimeTCPClientTest.testCompareTimes(TimeTCPClientTest.java:128) [junit] that test fails on vmgump but it doesn't fail on the harmony testing server. Could it be that there are some 'firewalling' issues with making non-HTTP connections out? -- Stefano. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
