Additionally, the following python unit tests fail unless the openssl libraries 
are installed:

proton_tests.engine.ServerTest.testIdleTimeout
proton_tests.engine.ServerTest.testKeepalive
proton_tests.messenger.IdleTimeoutTest.testIdleTimeout
proton_tests.utils.SyncRequestResponseTest.test_request_response

All the other ssl tests raise the Skip exception, which I believe should be 
done for the above as well.

All failures have a traceback similar to this:

1: Error during test:  Traceback (most recent call last):
1:     File 
"/home/kgiusti/Downloads/qpid-proton-0.9-rc-1/tests/python/proton-test", line 
355, in run
1:       phase()
1:     File 
"/home/kgiusti/Downloads/qpid-proton-0.9-rc-1/tests/python/proton_tests/engine.py",
 line 1882, in testIdleTimeout
1:       server = common.TestServer(idle_timeout=idle_timeout)
1:     File 
"/home/kgiusti/Downloads/qpid-proton-0.9-rc-1/tests/python/proton_tests/common.py",
 line 127, in __init__
1:       self.reactor = Container(self)
1:     File 
"/home/kgiusti/Downloads/qpid-proton-0.9-rc-1/proton-c/bindings/python/proton/reactor.py",
 line 588, in __init__
1:       self.ssl = SSLConfig()
1:     File 
"/home/kgiusti/Downloads/qpid-proton-0.9-rc-1/proton-c/bindings/python/proton/reactor.py",
 line 566, in __init__
1:       self.client = SSLDomain(SSLDomain.MODE_CLIENT)
1:     File 
"/home/kgiusti/Downloads/qpid-proton-0.9-rc-1/proton-c/bindings/python/proton/__init__.py",
 line 3371, in __init__
1:       raise SSLUnavailable()
1:   SSLUnavailable

I suspect the reactor shouldn't fail in these cases if SSL is not available.

-K



----- Original Message -----
> From: "Rafael Schloming" <r...@alum.mit.edu>
> To: pro...@qpid.apache.org, users@qpid.apache.org
> Sent: Monday, March 9, 2015 7:57:53 AM
> Subject: VOTE: Release Proton 0.9-rc-1 as 0.9 final
> 
> Hi Everyone,
> 
> I've posted 0.9-rc-1 in the usual places. Please have a look and register
> your vote:
> 
> Source code can be found here:
> 
>     http://people.apache.org/~rhs/qpid-proton-0.9-rc-1/
> 
> Java binaries are here:
> 
>     https://repository.apache.org/content/repositories/orgapacheqpid-1025
> 
> [   ] Yes, release Proton 0.9-rc-1 as 0.9 final
> [   ] No, because ...
> --Rafael
> 

-- 
-K

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org

Reply via email to