>From the logs an issue occurred on the broker side during the test. The client might need work to better handle such a scenario (though might not, will look further when I'm not on vacation) but I don't see anything suggesting a client regression here, and it seems to be rare given you are the first to see it, so I will proceed with the release.
Robbie On 8 August 2017 at 08:58, Lorenz Quack <[email protected]> wrote: > Hi Robbie, > > I just started testing the Qpid JMS 0.24.0 RC. > While compiling the src bundle and running the tests I got a test failure. > In the root project folder I ran: > mvn verify > > The test in question is: > Tests run: 3, Failures: 0, Errors: 1, Skipped: 1, Time elapsed: 31.944 sec > <<< FAILURE! - in org.apache.qpid.jms.JmsWSConnectionTest > testSendLargeMessageToClientFromOpenWire(org.apache.qpid.jms.JmsWSConnectionTest) > Time elapsed: 30.075 sec <<< ERROR! > org.junit.runners.model.TestTimedOutException: test timed out after 30000 > milliseconds > at > org.apache.qpid.jms.JmsWSConnectionTest.testSendLargeMessageToClientFromOpenWire(JmsWSConnectionTest.java:101) > > I attached the surefire reports to this email (I put you in the CC to > preserve the attachments). > > Kind regards, > Lorenz > > > > On Fri, 2017-08-04 at 22:42 +0100, Robbie Gemmell wrote: >> Hi folks, >> >> I have put together a spin for a 0.24.0 Qpid JMS client release, please >> give it a test out and vote accordingly. >> >> The source and binary archives can be grabbed from: >> https://dist.apache.org/repos/dist/dev/qpid/jms/0.24.0-rc1/ >> >> The maven artifacts are also staged for now at: >> https://repository.apache.org/content/repositories/orgapacheqpid-1112 >> >> The JIRAs currently assigned are: >> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314524&version=12340587 >> >> Regards, >> Robbie >> >> P.S. If you want to test it out using maven (e.g with the examples src, or >> your own things), you can temporarily add this to your poms to access the >> staging repo: >> >> <repositories> >> <repository> >> <id>staging</id> >> >> <url>https://repository.apache.org/content/repositories/orgapacheqpid-1112</url>; >> </repository> >> </repositories> >> >> The dependency for the client itself would then be: >> >> <dependency> >> <groupId>org.apache.qpid</groupId> >> <artifactId>qpid-jms-client</artifactId> >> <version>0.24.0</version> >> </dependency> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
