You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Aidan Skinner (JIRA)" <qp...@incubator.apache.org> on 2008/07/07 12:11:31 UTC

[jira] Updated: (QPID-963) SimpleACLTest.testServerPublishInvalidQueueSucces and testServerPublishUsingTransactionSuccess fail

     [ https://issues.apache.org/jira/browse/QPID-963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aidan Skinner updated QPID-963:
-------------------------------

    Fix Version/s:     (was: M3)
                   M4

This should run much faster now, although there's still a problem where the causal exceptions can be receieved out of order, which causes spurious failures. 

> SimpleACLTest.testServerPublishInvalidQueueSucces and testServerPublishUsingTransactionSuccess fail
> ---------------------------------------------------------------------------------------------------
>
>                 Key: QPID-963
>                 URL: https://issues.apache.org/jira/browse/QPID-963
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client, Java Tests
>    Affects Versions: M3
>            Reporter: Aidan Skinner
>             Fix For: M4
>
>
> After the merge, SimpleACLTest fails in two test cases, and takes around 2 minutes to run on windows (possibly indicative of a problem with connections being forcibly closed? See QPID-962)
> junit.framework.AssertionFailedError: Test publish failed:org.apache.qpid.client.JMSAMQException: Failed to commit:  [error code 403: access refused] [error code 403: access refused]
>         at junit.framework.Assert.fail(Assert.java:47)
>         at org.apache.qpid.server.security.acl.SimpleACLTest.testServerPublishUs
> ingTransactionSuccess(SimpleACLTest.java:533)
> testServerPublishInvalidQueueSuccess(org.apache.qpid.server.security.acl.SimpleACLTest)  Time elapsed: 60.531 sec  <<< ERROR!
> org.apache.qpid.AMQConnectionFailureException: 530 [error code -1: unknown code]
>         at org.apache.qpid.client.AMQConnection.<init>(AMQConnection.java:519)
>         at org.apache.qpid.client.AMQConnection.<init>(AMQConnection.java:336)
>         at org.apache.qpid.server.security.acl.SimpleACLTest.testServerPublishInvalidQueueSuccess(SimpleACLTest.java:541)

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