On Mon, 2015-03-16 at 09:00 -0400, Ken Giusti wrote: > Hate to be a party-pooper, but: > > 1: proton_tests.utils.SyncRequestResponseTest.test_request_response ........ > fail > 1: Error during test: Traceback (most recent call last): > 1: File > "/home/kgiusti/Downloads/qpid-proton-0.9-rc-2/tests/python/proton-test", line > 355, in run > 1: phase() > 1: File > "/home/kgiusti/Downloads/qpid-proton-0.9-rc-2/tests/python/proton_tests/utils.py", > line 89, in test_request_response > 1: connection = BlockingConnection(server.url, timeout=self.timeout) > 1: File > "/home/kgiusti/Downloads/qpid-proton-0.9-rc-2/proton-c/bindings/python/proton/utils.py", > line 198, in __init__ > 1: self.conn = self.container.connect(url=self.url, handler=self, > ssl_domain=ssl_domain, reconnect=False) > 1: File > "/home/kgiusti/Downloads/qpid-proton-0.9-rc-2/proton-c/bindings/python/proton/reactor.py", > line 616, in connect > 1: connector.ssl_domain = ssl_domain or self.ssl.client > 1: AttributeError: 'NoneType' object has no attribute 'client' > 1: Totals: 323 tests, 290 passed, 32 skipped, 0 ignored, 1 failed > 1/1 Test #1: python-test ......................***Failed Required regular > expression not found.Regex=[Totals: .* 0 failed > > When the openssl devel libraries are not installed. Seems like a legit bug: > reactor is assuming a non-None SSL domain is stored in self.ssl.client in > that particular codepath. > > That is truly bizzare, I would *swear* I fixed that last time around but I can't find any checkin where I did :( Will check in the fix momentarily...
> > ----- Original Message ----- > > From: "Rafael Schloming" <[email protected]> > > To: [email protected], [email protected] > > Sent: Monday, March 16, 2015 1:04:22 AM > > Subject: [VOTE] Proton 0.9 RC 2 > > > > Hi Everyone, > > > > I've posted 0.9 RC 2 in the usual places. The source artifacts are > > available here: > > > > https://people.apache.org/~rhs/qpid-proton-0.9-rc-2/ > > > > Java binaries are available here: > > > > https://repository.apache.org/content/repositories/orgapacheqpid-1029 > > > > The changes from RC 1 are very minor, I've appended the commit log if > > you're interested in the details. Please have a look and register your vote: > > > > [ ] Yes, release Proton 0.9-rc-2 as 0.9 final > > [ ] No, because ... > > > > --Rafael > > > > ================================================================ > > > > commit b6506126afbc51bab4c97bf847f2f07f2cc4e6e2 > > Author: Rafael Schloming <[email protected]> > > Date: Mon Mar 16 17:42:56 2015 +1300 > > > > Release 0.9-rc-2 > > > > commit 0fbe80e2f81a1e8a2df55f6221b987391d5dc336 > > Author: Bozo Dragojevic <[email protected]> > > Date: Fri Mar 13 14:01:35 2015 +0100 > > > > PROTON-838: proton-hawtdispatch cannot connect with SSL > > > > Remove one of calls to transport.connecting() as this causes > > an assert with SslTransport > > > > (cherry picked from commit f8ca35f3e007b99e0a5365e154e067840adcefb0) > > > > commit ea01c014fedd8dff134131f93b7d957aabac70ec > > Author: Alan Conway <[email protected]> > > Date: Wed Mar 11 11:17:23 2015 -0400 > > > > PROTON-836: Missing import SSLUnavailable in reactor.py. > > > > commit 59efe4f6b2ea597332a2191665c498dbf44b8bd8 > > Author: Gordon Sim <[email protected]> > > Date: Mon Mar 9 14:37:35 2015 +0000 > > > > NO-JIRA: lack of ssl support should not prevent Container being used > > > > commit 27851bbbba6d979342178817734423b83b37840a > > Author: Robert Gemmell <[email protected]> > > Date: Mon Mar 9 19:36:06 2015 +0000 > > > > add missing NOTICE file > > > > cherry-picked from 36e32d2309bb0a96e63e9874758de8906a22ec69 > > > > commit 77403b3c091b2c6dfcc766d978130a34f765ee29 > > Author: Kenneth Giusti <[email protected]> > > Date: Mon Mar 9 13:38:56 2015 -0400 > > > > NO-JIRA: fix documentation build > > > > (cherry picked from commit bc2b630eb969710b04a861797567ab2dc368020a) > > >
