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: M3
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.