Re: RC5

2012-10-25 Thread Ken Giusti
mea culpa - apologies. However, RC5 looks pretty good on these platforms: Fedora 17 (64bit) Debian 6 (32bit, vm) Ubuntu 12.04 (32bit, vm) Centos 6 (64bit, vm) I simply did a make install, then ran the proton test suite. A few warnings during build, but all tests pass. The only problem

Re: RC5

2012-10-25 Thread Rob Godfrey
OK - proton-c built OK for me on Ubuntu 12.04 (32-bit) and Centos 6.3 (32 bit)... Tests all worked fine on the Ubuntu machine. On CentOS I got the following error: proton_tests.messenger.MessengerTest.testSendBogus

Re: RC5

2012-10-25 Thread Rafael Schloming
That particular test does a DNS lookup on an invalid address, and if that happens to take a while it can fail the way you're seeing. It will also fail if you happen to be on one of those networks that are configured to resolve all invalid hostnames to some kind of search engine. --Rafael On Thu,

Re: RC5

2012-10-25 Thread Rafael Schloming
This was my bad, I'll post an RC6 with the shim fixed. --Rafael On Thu, Oct 25, 2012 at 5:35 PM, Rajith Attapattu rajit...@gmail.comwrote: We have a build failure on the java side. It appears the SSL tests added in Kens fix is failing. proton_tests.ssl.SslTest.test_client_authentication