[
https://issues.apache.org/jira/browse/QPID-1255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12642490#action_12642490
]
Martin Ritchie commented on QPID-1255:
--------------------------------------
The reason for the strange test failures could be due to two issues.
1) QPID-1394, the client and broker compete to register their respective SASL
plugins however the broker should always win but if the broker fails to
register then non of the Qpid SASL plugins will be available and authentication
cannot take place. This is probably the most likely cause of the sasl errors
Qpid-1394 ensures that the client and broker do not compete to register using
the same name for their sasl providers.
2) QPID-1390 could mean that the wrong SASL plugin is being used for
authentication as the broker does not remove the custom SASL providers on
shutdown. This update ensures that on shutdown they are removed so should
prevent any further problems.
> SimpleACLTest testClientPublishInvalidQueueSuccess intermittent failure in CI
> -----------------------------------------------------------------------------
>
> Key: QPID-1255
> URL: https://issues.apache.org/jira/browse/QPID-1255
> Project: Qpid
> Issue Type: Bug
> Components: Java Broker, Java Tests
> Affects Versions: M3
> Reporter: Martin Ritchie
> Fix For: M4
>
>
> Summary:
> This test has been failing on and off since yesterdays changes. The test
> utilises session.createTemporaryQueue() which was changed yesterday to
> actually create the queue on the broker.
> The test may now be incorrect as a result of the now correctly functioning
> createTemporaryQueue()
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.