On Tue, 2017-02-07 at 19:32 +0100, Rabih M wrote: > Hello, > > I compiled qpid-proton 0.16.0 with "-DSASL_IMPL=none", but i have an > 3 of qpid-dispatch 0.7.0 unit tests that are failing: > > system_tests_qdstat > system_tests_sasl_plain > system_tests_deprecated > > I attached the tests output. > > Do you have any idea, where should i look? Is Cyrus mandatory for the > qpid-dispatch 0.7.0?
Not mandatory, the tests should probably be made conditional to skip tests for SASL features that are not available. Raise a JIRA for that. > Best regards, > Rabih > > On Thu, Feb 2, 2017 at 10:18 PM, Andrew Stitcher <[email protected] > m> wrote: > > On Thu, 2017-02-02 at 19:54 +0000, Adel Boutros wrote: > > > In our case, we only use EXTERNAL or ANONYMOUS so it should be > > > enough. > > > > > > > > > Is there a reason it is called "null"? > > > > It's actually the "none" implementation! As in, no other sasl > > library > > found. > > > > You can make sure it is used by adding "-DSASL_IMPL=none" to the > > cmake > > command line. Or use ccmake to set SASL_IMPL interactively. > > > > Andrew > > > > > > ----------------------------------------------------------------- > > ---- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
