Hi Gordon,

Thanks for reporting the issues with the tests.
* InMemoryDatabaseTestBase is an abstract class not containing any test.
Thus, its execution should fail with "no runnable methods".
* The test
MalformedMessage#publishMalformedMessageInTransactionExceedingMaxUncommittedLimit
should be skipped for the memory message store (default). I added a
corresponding change in commit fe3883045490d811150b19bbe81a261d3299a568

Gordon,
Do you still see any test failures from test suites
KerberosAuthenticationManagerTest and SpnegoAuthenticatorTest in your
environment?

After upgrading a kerby test dependency to 2.0, I have not seen any test
failures previously reported by you:

> [ERROR] Errors:
> [ERROR]
 
KerberosAuthenticationManagerTest.testCreateSaslNegotiator:133->authenticate:205->performNegotiation:226
» PrivilegedAction
> [ERROR]   SpnegoAuthenticatorTest.testAuthenticate:99->buildToken:175 »
GSS No valid cre...
> [ERROR]
 SpnegoAuthenticatorTest.testAuthenticateNoNegotiatePrefix:126->buildToken:175
» GSS
> [ERROR]
 SpnegoAuthenticatorTest.testAuthenticateWrongConfigName:154->buildToken:175
» GSS
> [ERROR]
 SpnegoAuthenticatorTest.testAuthenticateWrongServer:165->buildToken:175 »
GSS ...
> [INFO]
> [ERROR] Tests run: 1385, Failures: 0, Errors: 5, Skipped: 15

Could you please clarify?

Kind Regards,
Alex



On Tue, 10 Mar 2020 at 16:45, Gordon Sim <[email protected]> wrote:

> On 04/03/2020 11:44 am, Alex Rudyy wrote:
> > Hi all,
> >
> > I built release artefacts for Qpid Broker-J version 8.0.0 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/8.0.0-rc1/
> >
> > The maven artifacts are also staged at:
> > https://repository.apache.org/content/repositories/orgapacheqpid-1192
> >
> > The new version brings a number of improvements and bug fixes
> > including changes to ACL to limit the number of connections per user
> > and support for trusted CA revocation list.
> >
> > You can find the full list of JIRAs included into the release here:
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310520&version=12344778
>
> Verified signature and checksum, built from source, ran tests (see
> below) and ran c++ qpid::messaging and python proton examples against it
> without issue.
>
> However I did get a few errors running the tests. As well as the
> kerberos related ones mentioned for previous releases, which are somehow
> a result of my environment, this time I got:
>
> > [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
> 0.004 s <<< FAILURE! - in
> org.apache.qpid.server.logging.logback.jdbc.InMemoryDatabaseTestBase
> > [ERROR]
> initializationError(org.apache.qpid.server.logging.logback.jdbc.InMemoryDatabaseTestBase)
> Time elapsed: 0.004 s  <<< ERROR!
> > org.junit.runners.model.InvalidTestClassError:
> > Invalid test class
> 'org.apache.qpid.server.logging.logback.jdbc.InMemoryDatabaseTestBase':
> >   1. No runnable methods
>
> and:
>
> > [ERROR] Tests run: 5, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
> 1.028 s <<< FAILURE! - in
> org.apache.qpid.tests.protocol.v0_8.extension.basic.MalformedMessage
> > [ERROR]
> publishMalformedMessageInTransactionExceedingMaxUncommittedLimit(org.apache.qpid.tests.protocol.v0_8.extension.basic.MalformedMessage)
> Time elapsed: 0.017 s  <<< ERROR!
> > java.lang.IllegalStateException: Unexpected response. Expected
> 'ChannelClosedResponse' got '[TxCommitOkBody]'.
> >       at
> org.apache.qpid.tests.protocol.v0_8.extension.basic.MalformedMessage.publishMalformedMessageInTransactionExceedingMaxUncommittedLimit(MalformedMessage.java:154)
>
> These may again be environmental.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to