Looking over the release. I see the fix for AMQ-6954 is working. The build works when run without any tests. After a few retries, I have the following tests continually failing:
Tests run: 19, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 173.792 sec <<< FAILURE! - in org.apache.activemq.broker. mLevelDBXARecoveryBrokerTest Tests run: 8, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.448 sec <<< FAILURE! - in org.apache.activemq.store.kahadb. MultiKahaDBQueueDeletionTest Tests run: 8, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.573 sec <<< FAILURE! - in org.apache.activemq.store.kahadb. MultiKahaDBTopicDeletionTest Tests run: 15, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 53.968 sec <<< FAILURE! - in org.apache.activemq.config.BrokerXmlConfigStartTest Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 4.524 sec <<< FAILURE! - in org.apache.activemq.config.ValidateXMLConfigTest No concerns on the LevelDB test since LevelDB is deprecated. Not sure on the others yet. I need to dig through the failures. Thoughts? Art P.S. Errors and stack traces can be seen here (google doc): https://docs.google.com/document/d/1qRcpqVjfSvPOEZ4vDbTWSOu0PUAnABtvqrOYJSNaaNg/edit?usp=sharing On Tue, Sep 4, 2018 at 1:41 PM, Arthur Naseef <[email protected]> wrote: > Looking over the release. I see the fix for AMQ-6954 is working. > > The build works when run without any tests. After a few retries, I have > the following tests continually failing: > > Tests run: 19, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 173.792 > sec <<< FAILURE! - in org.apache.activemq.broker. > mLevelDBXARecoveryBrokerTest > Tests run: 8, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.448 sec > <<< FAILURE! - in org.apache.activemq.store.kahadb. > MultiKahaDBQueueDeletionTest > Tests run: 8, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.573 sec > <<< FAILURE! - in org.apache.activemq.store.kahadb. > MultiKahaDBTopicDeletionTest > Tests run: 15, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 53.968 > sec <<< FAILURE! - in org.apache.activemq.config.BrokerXmlConfigStartTest > Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 4.524 sec > <<< FAILURE! - in org.apache.activemq.config.ValidateXMLConfigTest > > > No concerns on the LevelDB test since LevelDB is deprecated. > > Not sure on the others yet. I need to dig through the failures. > > Thoughts? > > Art > > > > On Tue, Sep 4, 2018 at 4:57 AM, Christopher Shannon < > [email protected]> wrote: > >> Hi Everyone, >> >> I have created the 5.15.6 release and it is ready for a vote. >> >> The list of resolved issues is here: >> https://issues.apache.org/jira/secure/ReleaseNote.jspa?proje >> ctId=12311210&version=12343805 >> >> You can get the release artifacts here: >> https://dist.apache.org/repos/dist/dev/activemq/activemq/5.15.6/ >> >> Maven repository is at: >> https://repository.apache.org/content/repositories/orgapache >> activemq-1172/ >> >> Source tag: >> https://git-wip-us.apache.org/repos/asf?p=activemq.git;a=com >> mit;h=cf6aa9427ab6f8aa68a9c62652acd103151ce5eb >> >> Please vote to approve this release. The vote will remain open for 72 >> hours. >> >> [ ] +1 Release the binary as Apache ActiveMQ 5.15.6 >> [ ] -1 (provide specific comments) >> >> Here's my +1 >> > >
