On Fri, 29 May 2020 at 20:50, Gordon Sim <g...@redhat.com> wrote:
>
> On 29/05/2020 1:17 pm, Robbie Gemmell wrote:
> > I ran some tests.
> >
> > The good:
> > - Verified the signature and checksum files.
> > - Used "mvn apache-rat:check" to check the headers in the source archive.
> > - Verified LICENCE and NOTICE present in the archives.
> > - Ran the Broker-J master build + mms.0-10 systests using staged
> > client on JDK8 and JDK11, all fine.
> >
> > The bad:
> > - Ran the build and 0-10 systests on JDK8 and JDK11. Saw a test
> > failure in both cases:
> > [ERROR] 
> > testAccountRotationViaConnectAttemptListenerOnFailover(org.apache.qpid.systest.connection.ConnectionFactoryTest)
> >   Time elapsed: 10.238 s  <<< FAILURE!
> >
> > ConnectionFactoryTest.testAccountRotationViaConnectAttemptListenerOnFailover:294->restartBrokerAndWaitForFailover:357
> >
> > The same test is failing in CI on 0-10 and 0-9-1 profiles:
> > https://builds.apache.org/view/M-R/view/Qpid/job/Qpid-JMS-AMQP-0-x-Broker-J-TestMatrix/45/#showFailuresLink
> >
> > I havent looked into it, but I think it would be good to ascertain the
> > cause of the failures before deciding whether its a blocking issue or
> > not. I believe its a new test so it is a regression of sorts.
> >
>
> I verified signatures, built and ran the example against the c++ broker
> which worked fine.
>
> All the tests were skipped for me, so presumably I need to do something
> to enable the environment it is expecting?
>

You need to set a profile to enable them, e.g -Pbroker-j

You can see example commands in the systests pom.xml file:
https://github.com/apache/qpid-jms-amqp-0-x/blob/6.4.0/systests/pom.xml#L151

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org

Reply via email to