You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Adam R. B. Jack" <aj...@trysybase.com> on 2003/10/17 18:35:28 UTC

Gump test issue

Hi folks.

Gump is having e-mail woes right now, so I'm forwarding a few for it, in
case it helps.

http://gump.dotnot.org/ws-axis/ws-axis.html
http://gump.dotnot.org/ws-axis/build/build_ws-axis_ws-axis.html

    BUILD FAILED
    /var/gump/ws-axis/java/buildTest.xml:106: Test
test.encoding.PackageTests failed


BTW: This Gump implementation has a 30 minute timeout (as you requested).

regards

Adam
--
Experience Sybase Technology...
http://www.try.sybase.com


Re: Gump test issue

Posted by Steve Loughran <st...@iseran.com>.
Adam R. B. Jack wrote:
> Hi folks.
> 
> Gump is having e-mail woes right now, so I'm forwarding a few for it, in
> case it helps.
> 
> http://gump.dotnot.org/ws-axis/ws-axis.html
> http://gump.dotnot.org/ws-axis/build/build_ws-axis_ws-axis.html
> 
>     BUILD FAILED
>     /var/gump/ws-axis/java/buildTest.xml:106: Test
> test.encoding.PackageTests failed
> 
> 
> BTW: This Gump implementation has a 30 minute timeout (as you requested).

Ok, this is the encoding one. I will try and fix it from here. I do have 
a unix box, but being behind a firewall that needs proxy servers, none 
of the off-site tests work...


Re: Gump test issue

Posted by Jens Schumann <je...@void.fm>.
On 10/22/03 07:43 PM Steve Loughran <st...@iseran.com> wrote:
> testUTF8    Success        0.002
> testUTF16    Success        0.001
> 
> All the encoding tests are working for me. Java1.4.2 BTW, and rh9.0 is
> utf-8 everywhere.
> 
> 
> So I cannot replicate this problem on my system. I am going to need some
> help from people who have the problem.

Hi Steve,

A couple a days ago I have send the following mail to the list (no direct
marc.theaimsgroup.com link available, writing this offline).


-------------
> Steve,
> 
> "ant clean all-tests" fail on Unix
> platforms...(http://gump.covalent.net/log/ws-axis.html, see
> failure report below)
> 

Hmm, I had quite some trouble to access CVS HEAD, however the EncodingTest
from  09.03.2003 is running on OSX without any problems.

The ?? in the output might be an indicator for a missing ISO-8859-1 charset
on your Unix box. Could you please check your "locale -a" output? Do you see
more than US-ASCII (or C)?

Jens 


Re: Gump test issue

Posted by Steve Loughran <st...@iseran.com>.
Adam R. B. Jack wrote:
> Hi folks.
> 
> Gump is having e-mail woes right now, so I'm forwarding a few for it, in
> case it helps.
> 
> http://gump.dotnot.org/ws-axis/ws-axis.html
> http://gump.dotnot.org/ws-axis/build/build_ws-axis_ws-axis.html
> 
>     BUILD FAILED
>     /var/gump/ws-axis/java/buildTest.xml:106: Test
> test.encoding.PackageTests failed
> 
> 

I have just done a run on the box here, rh9.0 SMP, and external net 
access via what seems like (today) a shared 14k4 modem:

Linux chamonix 2.4.20-8smp #1 SMP Thu Mar 13 17:45:54 EST 2003 i686 i686 
i386 GNU/Linux


testUTF8	Success		0.002
testUTF16	Success		0.001

All the encoding tests are working for me. Java1.4.2 BTW, and rh9.0 is 
utf-8 everywhere.


So I cannot replicate this problem on my system. I am going to need some 
help from people who have the problem.

The help I want is that on a system which fails,I need a copy of

test/TEST-test.encoding.PackageTests.xml

I will xslt this into something readable (via ant -f buildTest.xml 
create-test-report) and try and diagnose the fault. It may take some 
tuning of system.out info and we will fix this.