+1 Fedora 29 - checkout 0.29.0-rc1 - cmake ../qpid-proton - ctest -VV - 100% tests passed - ran all c examples - ran send/receive cpp examples
OSX 10.11.6 XCode 7.3.1 - checkout 0.29.0-rc1 - cmake -DCMAKE_OSX_DEPLOYMENT_TARGET=10.11 -DBUILD_RUBY=NO -DBUILD_GO=NO -DRUNTIME_CHECK= ../qpid-proton - ctest -VV - 100% tests passed - ran all c examples - ran send/receive cpp examples Have always had some valgrind issues on this box, and go is old. macOS 10.14.6 XCode 10.2 - checkout 0.29.0-rc1 - ccmake -DBUILD_RUBY=NO -DBUILD_GO=NO ../qpid-proton - ctest -VV The following tests FAILED: 24 - cpp-example-container (Failed) 25 - cpp-example-container-ssl (Failed) Also by default cmake wanted to use a combination of the installed python and MacPorts installed python. Without that fixed to use the system python only the python-test would fail. I don't think these are blocking issues given the above successes, but will raise an issue for 10.14 test failures if they turn out to not be local and for travis to be updated to 10.14. On Wed, Aug 14, 2019 at 11:27 AM Chuck Rolke <[email protected]> wrote: > +1 > > * verified checksum > * built from source > * passes self test > * built into dispatch; dispatch passes self test > * ran test with simple dispatch network and proton cpp clients: OK > > ----- Original Message ----- > > From: "Timothy Bish" <[email protected]> > > To: [email protected] > > Sent: Tuesday, August 13, 2019 3:33:48 PM > > Subject: Re: [VOTE] Release Apache Qpid Proton 0.29.0 > > > > On 8/13/19 11:14 AM, Robbie Gemmell wrote: > > > Hi folks, > > > > > > I have put together a spin for a Qpid Proton 0.29.0 release, please > > > give it a test out and vote accordingly. > > > > > > The files can be grabbed from: > > > https://dist.apache.org/repos/dist/dev/qpid/proton/0.29.0-rc1/ > > > > > > The JIRAs assigned are: > > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313720&version=12345453 > > > > > > It is tagged as 0.29.0-rc1. > > > > > > Regards, > > > Robbie > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [email protected] > > > For additional commands, e-mail: [email protected] > > > > > > > > +1 > > > > * Verified license and notice files > > * Verified signatures and checksums > > * Built from source and ran the tests > > * Ran some of the examples against an Artemis broker instance. > > > > -- > > Tim Bish > > > > > > --------------------------------------------------------------------- > > 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] > >
