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]
