On Tue, Jun 19, 2018 at 11:55 AM, Gordon Sim <g...@redhat.com> wrote:
> On 19/06/18 16:44, Alan Conway wrote: > >> A related (not identical) issue is >> https://issues.apache.org/jira/browse/DISPATCH-244 >> Andrews fix will fix that problem as well as the failures discussed here. >> > > Would setting the sasl configuration of the router for the tests not help? > Yes, I believe most of them have been set by now. > Installing config files will not, nor will it help with developers trying >> out examples in a source build etc. >> > > True, though you could fix that by having the examples set the sasl > mechanisms explicitly. > True again, but I would prefer to avoid mysterious failures by default, rather than via extra code/configuration that .developers must remember, even if we do modify every example to use mechs=ANONYMOUS. The fact that *we* didn't know we needed to use ANONYMOUS in all tests and examples until the problem bit us makes me worry that others will fall down the same rabbit-hole.