Hi Gordon,

Thanks for testing the release and reporting a test failure.

The failed test sends open performative against non existing virtual host
and expects to receive an "open" back containing an error "amqp:not-found"
within 6 seconds after sending "open".
The failure occurred because "open" was not received within 6 seconds. It
could be environmental. For example, a long GC "stop the world" pause can
cause it, or, environment in use could be slow.

The test logs could provide more details about test execution.

If you still have a test log file
./systests/protocol-tests-amqp-1-0/target/surefire-reports/java-mms.1-0/TEST-org.apache.qpid.tests.protocol.v1_0.transport.connection.OpenTest.failOpenOnNonExistingHostname.txt,
could you please send it over?

Kind Regards,
Alex

On Thu, 4 Jul 2019 at 18:01, Gordon Sim <[email protected]> wrote:

> On 03/07/2019 2:07 pm, Alex Rudyy wrote:
> > Hi folks,
> >
> > I built release artefacts for Qpid Broker-J version 7.0.8 RC1.
> > Please, give them a test out and vote accordingly.
> >
> > The source and binary archives can be found at:
> > https://dist.apache.org/repos/dist/dev/qpid/broker-j/7.0.8-rc1/
>
> I'm seeing a test failure:
>
> > Tests run: 6, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 9.073
> sec <<< FAILURE! - in
> org.apache.qpid.tests.protocol.v1_0.transport.connection.OpenTest
> >
> failOpenOnNonExistingHostname(org.apache.qpid.tests.protocol.v1_0.transport.connection.OpenTest)
> Time elapsed: 6.019 sec  <<< ERROR!
> > java.lang.IllegalStateException: Unexpected response. Expected one of
> '[]' got 'null'.
> >       at
> org.apache.qpid.tests.protocol.v1_0.transport.connection.OpenTest.failOpenOnNonExistingHostname(OpenTest.java:184)
> >
>
> This is with openjdk version "1.8.0_191"
>
> Other than that all is good, the other tests pass and I succesfully ran
> the same examples as for 7.1.4. If the above is likely to be
> environmental and not a blocker (for which I would defer to Alex), I
> vote +1.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to