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 "Theodore W. Leung" <tw...@sauria.com> on 2002/03/05 20:28:44 UTC

Broken GUMP - but no e-mail?

The gump runs for Axis have been failing for the past few days, but
there haven't been any e-mails sent.  Is something broken on the gump
server?

Part of the problem is that the gump run occurs with transparent signing
turned on, and that is masking a problem with the functional tests.

There are still a few issues with the signing stuff, so perhaps its
premature to include it as part of the gump build.

Here's the relevant part of the ant log if you run with signing turned
off.

    [junit] Running
samples.userguide.example6.WidgetPriceServiceTestCase
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.366
sec
    [junit] Running samples.addr.AddressBookTestCase
    [junit] - Testing address book sample.
    [junit] Using proxy without session maintenance.
    [junit] >> Storing address for 'Purdue Boilermaker'
    [junit] >> Querying address for 'Purdue Boilermaker'
    [junit] >> Response is:
    [junit]     1 University Drive
    [junit]     West Lafayette, IN 47907
    [junit]     Phone: (765) 494-4900
    [junit] >> Querying address for 'Purdue Boilermaker' again
    [junit] >> Response is:
    [junit]     1 University Drive
    [junit]     West Lafayette, IN 47907
    [junit]     Phone: (765) 494-4900
    [junit] java.lang.Exception: non-session test expected null
response, got sam
ples.addr.Address@20e4119f
    [junit]     at samples.addr.Main.main(Unknown Source)
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.336
sec
    [junit]     at samples.addr.AddressBookTestCase.doTest(Unknown
Source)


Ted