You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Rajith Attapattu (JIRA)" <qp...@incubator.apache.org> on 2009/12/10 18:16:19 UTC

[jira] Created: (QPID-2262) Random test failures in SimpleACLTest

Random test failures in SimpleACLTest
-------------------------------------

                 Key: QPID-2262
                 URL: https://issues.apache.org/jira/browse/QPID-2262
             Project: Qpid
          Issue Type: Bug
          Components: Java Tests
            Reporter: Rajith Attapattu
            Assignee: Martin Ritchie




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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Updated: (QPID-2262) Random test failures in SimpleACLTest

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

Rajith Attapattu updated QPID-2262:
-----------------------------------

    Attachment: testout_dec10.tar.gz

In this instance the "testClientPublishInvalidQueueSuccess" test failed with the following error
Caused an ERROR
null
java.lang.NullPointerException
	at org.apache.qpid.server.security.acl.SimpleACLTest.testClientPublishInvalidQueueSuccess(SimpleACLTest.java:445)
	at org.apache.qpid.test.utils.QpidTestCase.runBare(QpidTestCase.java:258)
	at org.apache.qpid.test.utils.QpidTestCase.run(QpidTestCase.java:321)

The test output and the broker output is attached.

> Random test failures in SimpleACLTest
> -------------------------------------
>
>                 Key: QPID-2262
>                 URL: https://issues.apache.org/jira/browse/QPID-2262
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Tests
>            Reporter: Rajith Attapattu
>            Assignee: Martin Ritchie
>         Attachments: testout_dec10.tar.gz
>
>


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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Updated: (QPID-2262) Random test failures in SimpleACLTest

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

Martin Ritchie updated QPID-2262:
---------------------------------

          Description: I have modifed the test to detect when it receives an IllegalStateException and log about QPID-1204 rather than causing a test failure. This approach was already in use when the exception was an AMQAuthenticationException but was not handled when the cause is null.
    Affects Version/s: 0.6
                       0.5
        Fix Version/s: 0.7

> Random test failures in SimpleACLTest
> -------------------------------------
>
>                 Key: QPID-2262
>                 URL: https://issues.apache.org/jira/browse/QPID-2262
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Tests
>    Affects Versions: 0.5, 0.6
>            Reporter: Rajith Attapattu
>            Assignee: Martin Ritchie
>             Fix For: 0.7
>
>         Attachments: testout_dec10.tar.gz
>
>
> I have modifed the test to detect when it receives an IllegalStateException and log about QPID-1204 rather than causing a test failure. This approach was already in use when the exception was an AMQAuthenticationException but was not handled when the cause is null.

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Commented: (QPID-2262) Random test failures in SimpleACLTest

Posted by "Rajith Attapattu (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-2262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12802505#action_12802505 ] 

Rajith Attapattu commented on QPID-2262:
----------------------------------------

I will keep an eye on the automated builds to see if there are any failures.

> Random test failures in SimpleACLTest
> -------------------------------------
>
>                 Key: QPID-2262
>                 URL: https://issues.apache.org/jira/browse/QPID-2262
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Tests
>    Affects Versions: 0.5, 0.6
>            Reporter: Rajith Attapattu
>            Assignee: Martin Ritchie
>             Fix For: 0.7
>
>         Attachments: testout_dec10.tar.gz
>
>
> I have modifed the test to detect when it receives an IllegalStateException and log about QPID-1204 rather than causing a test failure. This approach was already in use when the exception was an AMQAuthenticationException but was not handled when the cause is null.

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Commented: (QPID-2262) Random test failures in SimpleACLTest

Posted by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-2262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12802433#action_12802433 ] 

Martin Ritchie commented on QPID-2262:
--------------------------------------

Rob has put a patch in to prevent the NPE.

> Random test failures in SimpleACLTest
> -------------------------------------
>
>                 Key: QPID-2262
>                 URL: https://issues.apache.org/jira/browse/QPID-2262
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Tests
>            Reporter: Rajith Attapattu
>            Assignee: Martin Ritchie
>         Attachments: testout_dec10.tar.gz
>
>


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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Updated: (QPID-2262) Random test failures in SimpleACLTest

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

Martin Ritchie updated QPID-2262:
---------------------------------

    Status: Ready To Review  (was: In Progress)

> Random test failures in SimpleACLTest
> -------------------------------------
>
>                 Key: QPID-2262
>                 URL: https://issues.apache.org/jira/browse/QPID-2262
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Tests
>            Reporter: Rajith Attapattu
>            Assignee: Martin Ritchie
>         Attachments: testout_dec10.tar.gz
>
>


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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org