After running the test command, I have a core being dumped for all tests under
tests/python/proton_tests/reactor.py for the class ContainerTest.
We tried to analyze it and it seems to be an issue related with OpenSSL failing.
In proton-c/src/ssl/openssl.c, SSL_CTX_new(SSLv23_client_method()) is returning
NULL.
After adding the below log for SSL, we see the error message:
long e = ERR_get_error();
printf("SSL_CLIENT failed: %s\n", ERR_error_string(e, NULL));
Error msg: SSL_CLIENT failed: error:140A90F1:SSL routines:SSL_CTX_new:unable to
load ssl2 md5 routines
PS: We are using OpenSSL-1.0.2g for Solaris
Regards,
Adel
> Date: Thu, 16 Jun 2016 13:47:53 -0400
> From: [email protected]
> To: [email protected]
> Subject: Re: [Qpid-proton] Python test failing on Regex
>
> Adel,
>
> That regex failure message is coming from the ctest command - it cannot find
> the that pattern in the test results.
>
> This means that one of the tests probably crashed.
>
> Try running the python tests via the command line rather than via ctest.
>
> If you run:
>
> ctest -VV -N -R python-test
>
> it will output the command line used to run the test. Try running that
> command line and see what happens.
>
> -K
>
> ----- Original Message -----
> > From: "Adel Boutros" <[email protected]>
> > To: [email protected]
> > Sent: Thursday, June 16, 2016 1:15:52 PM
> > Subject: RE: [Qpid-proton] Python test failing on Regex
> >
> > PS: We are using Proton 0.12.2 compiled with SSL/SASL and OpenSSL 1.0.2
> >
> > > From: [email protected]
> > > To: [email protected]
> > > Subject: [Qpid-proton] Python test failing on Regex
> > > Date: Thu, 16 Jun 2016 19:15:05 +0200
> > >
> > > Hello,
> > >
> > > On Solaris 10 u10 using Sunstudio 12.4 compiler, We have a single python
> > > test failing.
> > >
> > > ctest -VV -R python-test
> > >
> > > 1: proton_tests.reactor.ContainerTest.test_authentication_via_kwargs
> > > .......
> > > 1/1 Test #1: python-test ......................***Failed Required regular
> > > expression not found.Regex=[Totals: .* 0 failed
> > >
> > > Do you know what might be the cause of it?
> > >
> > > Regards,
> > > Adel
> > >
> >
>
> --
> -K
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>