summaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
...
* QPID-631 : Patch provided by Aidan Skinner to address the errors in the ↵Martin Ritchie2007-10-101-4/+4
| | | | | | MessageRequeueTest. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@583546 13f79535-47bb-0310-9956-ffa450edef68
* Changed maxPending to be by message correlation id.Rupert Smith2007-10-101-16/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@583518 13f79535-47bb-0310-9956-ffa450edef68
* Removed debug logging from performance test code.Rupert Smith2007-10-101-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@583483 13f79535-47bb-0310-9956-ffa450edef68
* Changed tests to use global maxPending limit, rather than per producer.Rupert Smith2007-10-101-7/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@583438 13f79535-47bb-0310-9956-ffa450edef68
* QPID-627 : Update provided by Aidan Skinner to correctly close resources ↵Martin Ritchie2007-10-101-0/+2
| | | | | | used by Large Message Test. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@583418 13f79535-47bb-0310-9956-ffa450edef68
* QPID-578 : Queue Deletion causes unacked msgs to be discard resulting in the ↵Martin Ritchie2007-10-103-4/+28
| | | | | | RejcectHandler throwing NPE when it too tries to discard the message. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@583415 13f79535-47bb-0310-9956-ffa450edef68
* Qpid-627 Patch provided by Aidan Skinner to address hangs in ↵Martin Ritchie2007-10-091-8/+11
| | | | | | DurableSubscriptionTest. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@583154 13f79535-47bb-0310-9956-ffa450edef68
* Qpid-626 : Patch provided by Aidan Skinner to address AMQSession Deadlocks.Martin Ritchie2007-10-091-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@583147 13f79535-47bb-0310-9956-ffa450edef68
* QPID-625 : Fix commit rollback test to prevent failures caused by incorrect ↵Robert Godfrey2007-10-091-3/+10
| | | | | | assertions in the test git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@583105 13f79535-47bb-0310-9956-ffa450edef68
* Update to correct error log that would occur when using selectors.Martin Ritchie2007-10-091-2/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@583088 13f79535-47bb-0310-9956-ffa450edef68
* Update to provide a UUID.randomUUID() when getLocalHost() throws an ↵Martin Ritchie2007-10-091-7/+14
| | | | | | | | UnknownHostException. Update to formatting git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@583086 13f79535-47bb-0310-9956-ffa450edef68
* Update to Error message to contain the thrown exception message.Martin Ritchie2007-10-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@583085 13f79535-47bb-0310-9956-ffa450edef68
* QPID-551 : Patch provided by Aidan Skinner to address problems in info ↵Martin Ritchie2007-10-052-9/+11
| | | | | | logging when stacktraces are short. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@582266 13f79535-47bb-0310-9956-ffa450edef68
* Qpid-558 : Patch provided by Aidan Skinner addressing AMQShortString not ↵Martin Ritchie2007-10-051-0/+1
| | | | | | autoexpand-ing so when adding content to it would throw an exception git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@582265 13f79535-47bb-0310-9956-ffa450edef68
* Qpid-623 : When only selectors are used on a queue the main _messages queue ↵Martin Ritchie2007-10-052-9/+262
| | | | | | causes a leak. Here is a new test provided by Aidan Skinner and a simple fix that will prevent OOME when only selectors are connected to the Queue. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@582263 13f79535-47bb-0310-9956-ffa450edef68
* Turned down test size and rate parameters for pubsub tests.Rupert Smith2007-10-051-274/+274
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@582205 13f79535-47bb-0310-9956-ffa450edef68
* QPID-624 : Forgot to commit updates to test along with ↵Martin Ritchie2007-10-051-30/+47
| | | | | | BlockingMethodFrameListener git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@582202 13f79535-47bb-0310-9956-ffa450edef68
* QPID-624: Update to ensure all errors are correctly processed in ↵Martin Ritchie2007-10-051-23/+61
| | | | | | BlockingMethodFrameListener.java git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@582201 13f79535-47bb-0310-9956-ffa450edef68
* QPID-617 : Forgot to commit Test case to validate fix.Martin Ritchie2007-10-051-0/+188
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@582198 13f79535-47bb-0310-9956-ffa450edef68
* Updaded performance tests to better test pub/sub mode with 1:10 fanout.Rupert Smith2007-10-042-284/+276
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@581968 13f79535-47bb-0310-9956-ffa450edef68
* Performance enhancements for the tests, producers stalled individually above ↵Rupert Smith2007-10-032-112/+142
| | | | | | maxPending size. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@581647 13f79535-47bb-0310-9956-ffa450edef68
* QPID-614 : Applied supplementary patch from Aidan Skinner.Martin Ritchie2007-10-031-20/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@581627 13f79535-47bb-0310-9956-ffa450edef68
* QPID-584 : Fixed issue where ALL errors are presented to client as a ↵Martin Ritchie2007-10-031-1/+1
| | | | | | connection closing error. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@581621 13f79535-47bb-0310-9956-ffa450edef68
* Added reliability tests for all ack modes.Rupert Smith2007-10-032-122/+172
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@581566 13f79535-47bb-0310-9956-ffa450edef68
* QPID-617 : Transactional consume does not ack messages.Martin Ritchie2007-10-031-15/+19
| | | | | | Problem is that we were not classing msgs as consumed until onMessage completed in the transactional case. This patch corrects that. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@581540 13f79535-47bb-0310-9956-ffa450edef68
* QPID-615, Added patched version of MINAs VM Pipe cleanup thread. Will ↵Rupert Smith2007-10-023-10/+250
| | | | | | replace once bug fix is in newer version of MINA. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@581293 13f79535-47bb-0310-9956-ffa450edef68
* Turned down logging on perftests again.Rupert Smith2007-10-021-43/+43
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@581246 13f79535-47bb-0310-9956-ffa450edef68
* QPID-616. Corrected pending message count and pending data size calculations ↵Rupert Smith2007-10-021-41/+58
| | | | | | for pubsub testing. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@581207 13f79535-47bb-0310-9956-ffa450edef68
* QPID-614 : Applied patch supplied by Aidan SkinnerRobert Godfrey2007-10-021-28/+51
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@581189 13f79535-47bb-0310-9956-ffa450edef68
* Updated poms to use 0.6-SNAPSHOT version of junit-toolkit and plugin ↵Rupert Smith2007-10-022-3/+3
| | | | | | consistently. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@581171 13f79535-47bb-0310-9956-ffa450edef68
* QPID-611 QPID-620. DurableSubscriptionTest was failing due to a race ↵Martin Ritchie2007-10-016-31/+64
| | | | | | condition when using NO_ACK. This is due to the Queue Total Size being updated after the send, but after the send and NO_ACK the msg data is purged and so there is no size to retrieve. Changed all references to msg.dequeue to queue.dequeue where appropriate so we can use that single point in the future for updating the Queue Total Size. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@580993 13f79535-47bb-0310-9956-ffa450edef68
* QPID-595 CommitRollbackTest Patch provided by Aidan Skinner to address ↵Martin Ritchie2007-10-011-4/+3
| | | | | | intermittent test failure. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@580992 13f79535-47bb-0310-9956-ffa450edef68
* QPID-618, QPID-619, patch supplied by Aidan Skinner, test timeout increased.Rupert Smith2007-10-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@580985 13f79535-47bb-0310-9956-ffa450edef68
* Updated for changes to the junit-toolkit, new xml test listener moved into ↵Rupert Smith2007-09-281-102/+1
| | | | | | the toolkit. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@580351 13f79535-47bb-0310-9956-ffa450edef68
* QPID-611 : Queue Total size calculations can cause NPE on broker. Patch ↵Martin Ritchie2007-09-281-1/+1
| | | | | | supplied by Aidan Skinner git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@580265 13f79535-47bb-0310-9956-ffa450edef68
* QPID-597 : TopicSessionTest Failure, Patch supplied by Aidan Skinner.Martin Ritchie2007-09-281-8/+15
| | | | | | ResetMessageListenerTest.java was changing the prefetch method via a system property that propogated to all tests. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@580258 13f79535-47bb-0310-9956-ffa450edef68
* Interop test case 5 fix.Rupert Smith2007-09-271-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@580081 13f79535-47bb-0310-9956-ffa450edef68
* Added test cases 4 and 5, from the updated interop spec.Rupert Smith2007-09-272-8/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@580066 13f79535-47bb-0310-9956-ffa450edef68
* Added test cases 4 and 5, from the updated interop spec.Rupert Smith2007-09-275-4/+846
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@580061 13f79535-47bb-0310-9956-ffa450edef68
* QPID-596 : ConnectionStartTest was broken. I've fixed it but here is the ↵Martin Ritchie2007-09-271-19/+34
| | | | | | | | | | | | | | | | | | | | | | | problem for those like me that like to know why: Previously: The setUp method created a producer connection and then sent a message - This will result in that message being bounced as there is no consumer. The first test should fail but the test was wrong, which caused it to pass. There was an assert that was expecting the receive a message yet the test was recieve() == null !!!! The second test worked because the broker was not killed between tests This left the queue created so on the second run the message was delivered causing the test to succeed. Now: Fixed the InVM broker setup/teardown so the client is created first and the broker removed at the end of the test. Also updated the asserts to be more explicit rather than having the == null or !=null put that as assertNull/NotNull. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@580022 13f79535-47bb-0310-9956-ffa450edef68
* Update for three tests that don't remove their VMBrokerMartin Ritchie2007-09-263-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@579709 13f79535-47bb-0310-9956-ffa450edef68
* Added timeout to perftests, wait limit set to higher value to stop threads ↵Rupert Smith2007-09-261-2/+2
| | | | | | thashing. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@579614 13f79535-47bb-0310-9956-ffa450edef68
* Added timeout to perftests, to fail tests if message loss causes test to jam.Rupert Smith2007-09-261-21/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@579602 13f79535-47bb-0310-9956-ffa450edef68
* Updated the version of slf4j-simple to be one that would work. Changing the ↵Martin Ritchie2007-09-261-1/+1
| | | | | | systests/pom.xml to depend on this rather than the slf4j-log4j will cause maven to provide more details in the tests. All info and above is logged. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@579578 13f79535-47bb-0310-9956-ffa450edef68
* Updated TransportConnection to synchronize around the creation/destruction ↵Martin Ritchie2007-09-262-65/+80
| | | | | | | | | | of VM Brokers. I had observed a ConcurrentModificationException in the KillAllVMBrokers(). This isn't good this suggests that the tests are overlapping. This fix won't address that problem but will stop any CModifications occuring. If there is test setup/teardown overlapping we should now see tests failing because the VM broker isn't there. Potentially addresses VM issues in QPID-596 git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@579577 13f79535-47bb-0310-9956-ffa450edef68
* QPID-610 : Fix for ManagementConcole NO_ACK & Msg Expire leaks. Updated ↵Martin Ritchie2007-09-266-57/+222
| | | | | | | | | | AMQQueueMBeanTest to verify the contents of the MessageStore after clearing. All the MC features only dequeued the message and didn't correctly decrementReference. The MessageReturnTest was failing due to the TimeToLive test causing messages to be left on the store. The expired messages were not having the reference decremented. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@579574 13f79535-47bb-0310-9956-ffa450edef68
* QPID-610 : Fix for Get NO_ACK leak. The Java Client doesn't use get so ↵Martin Ritchie2007-09-251-0/+5
| | | | | | | | | augmented the python test_get to send persistent messages and used debugger to verify that messages were correctly removed. Verified that prior to this commit they would remain in the store. We need a management exchange to fully validate this with a python tests. NOTE: The setting of "delivery mode" property on M2.1 is not the same as on trunk where _ is use such as "delivery_mode". There is also no error that you have sent an incorrect property. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@579229 13f79535-47bb-0310-9956-ffa450edef68
* Update to start M2.1 python test broker on port 2100 (management 2101) and ↵Martin Ritchie2007-09-254-5/+10
| | | | | | for the tests to use that broker. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@579198 13f79535-47bb-0310-9956-ffa450edef68
* QPID-610 : Fix for Returned Messages leak. Augmented ↵Martin Ritchie2007-09-253-2/+317
| | | | | | | | TestableMemoryMessageStore to allow it to query the MemoryMessageStore in use by the broker. New MessageReturnTest to verify no leak after messages have been returned. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@579147 13f79535-47bb-0310-9956-ffa450edef68
* QPID-604 Commited patch provided by Aidan Skinner, to prevent NPE in FieldTable.Martin Ritchie2007-09-251-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@579115 13f79535-47bb-0310-9956-ffa450edef68