You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org> on 2008/10/28 18:13:44 UTC

[jira] Created: (QPID-1406) MultipleJCAProiderRegistrationTest does actually check registered JCAProviders.

MultipleJCAProiderRegistrationTest does actually check registered JCAProviders.
-------------------------------------------------------------------------------

                 Key: QPID-1406
                 URL: https://issues.apache.org/jira/browse/QPID-1406
             Project: Qpid
          Issue Type: Bug
    Affects Versions: M3
            Reporter: Martin Ritchie
            Assignee: Martin Ritchie


Summary:

The test neglects to check what Security providers have been registered only that additional ones are added by the broker and client.

This test should never have passed a full test suite build.

The test needs to be modified to ensure that the broker JCAProvider contains the expected SASL servers for the configured broker. Similarly the client JCAProvider needs to validate the SASL clients contained rather than just the existence of the client JCAProvider. 

The latter is important as previously the providers were not loaded. 

Additionally the test should validate that shutting the broker down and restarting results in new JCAProvider class for the broker.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (QPID-1406) MultipleJCAProiderRegistrationTest does actually check registered JCAProviders.

Posted by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Ritchie updated QPID-1406:
---------------------------------

    Component/s: Java Tests

> MultipleJCAProiderRegistrationTest does actually check registered JCAProviders.
> -------------------------------------------------------------------------------
>
>                 Key: QPID-1406
>                 URL: https://issues.apache.org/jira/browse/QPID-1406
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Tests
>    Affects Versions: M3
>            Reporter: Martin Ritchie
>            Assignee: Martin Ritchie
>
> Summary:
> The test neglects to check what Security providers have been registered only that additional ones are added by the broker and client.
> This test should never have passed a full test suite build.
> The test needs to be modified to ensure that the broker JCAProvider contains the expected SASL servers for the configured broker. Similarly the client JCAProvider needs to validate the SASL clients contained rather than just the existence of the client JCAProvider. 
> The latter is important as previously the providers were not loaded. 
> Additionally the test should validate that shutting the broker down and restarting results in new JCAProvider class for the broker.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.