summaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* moved test profiles and related resources into test-profiles subdirectoryRafael H. Schloming2009-07-0835-37/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@792157 13f79535-47bb-0310-9956-ffa450edef68
* added script for generating maven poms and moved disposable build output ↵Rafael H. Schloming2009-07-0830-29/+2870
| | | | | | underneath build/scratch git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@792094 13f79535-47bb-0310-9956-ffa450edef68
* added jython-2.5.0.jar to lib dir, this is not yet used, but will be shortlyRafael H. Schloming2009-07-071-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@791963 13f79535-47bb-0310-9956-ffa450edef68
* Reverted 787626 as it was causing the regular profiles to fail.Rafael H. Schloming2009-07-071-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@791954 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1965: use transacted send since we *really need* the messages to beAidan Skinner2009-07-021-2/+6
| | | | | | there by the time was start looking for the log messages. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@790493 13f79535-47bb-0310-9956-ffa450edef68
* Turn on AlertingTest again.Aidan Skinner2009-07-011-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@790178 13f79535-47bb-0310-9956-ffa450edef68
* Author: Martin Ritchie <ritchiem@apache.org>Aidan Skinner2009-07-012-2/+192
| | | | | | | | QPID-1037 : Added new test with updates to QTC to provide better generic send methods Signed-off-by: Aidan Skinner <aidan@apache.org> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@790171 13f79535-47bb-0310-9956-ffa450edef68
* fixed hang in SSL client, ssl profile still fails due to port conflicts, but ↵Rafael H. Schloming2009-07-013-15/+25
| | | | | | it should no longer hang git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@790161 13f79535-47bb-0310-9956-ffa450edef68
* cleaned up extraneous whitespaceRafael H. Schloming2009-06-302-83/+83
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@789887 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1962: Lookup hostname, don't rely on localhost being canonical for ↵Aidan Skinner2009-06-291-2/+2
| | | | | | 127.0.0.1 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@789356 13f79535-47bb-0310-9956-ffa450edef68
* Update with more concise instructions.Aidan Skinner2009-06-291-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@789266 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1948 - Changes to the java consle as a result of a code generated front ↵Ted Ross2009-06-268-598/+674
| | | | | | | | | end. Patch from Bryan Kearney git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@788782 13f79535-47bb-0310-9956-ffa450edef68
* Turn off org.apache.qpid.server.store.PersistentStoreTest for the C++ brokerAidan Skinner2009-06-261-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@788692 13f79535-47bb-0310-9956-ffa450edef68
* Forgot to add this fileAidan Skinner2009-06-261-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@788685 13f79535-47bb-0310-9956-ffa450edef68
* Put the default test profile back to using MemoryMessageStore for now, add ↵Aidan Skinner2009-06-268-7/+153
| | | | | | java-derby and config-systests-derby.xml for testing purpouses. Allow the config file to be specified in the test profile, default to config-systests.xml. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@788680 13f79535-47bb-0310-9956-ffa450edef68
* added system properties to control declaration of exchanges and queuesRafael H. Schloming2009-06-241-2/+14
| | | | | | QPID-155 requests this change git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@788179 13f79535-47bb-0310-9956-ffa450edef68
* Disable test until i fix it tomorrow morningAidan Skinner2009-06-241-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@788061 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1921: Add new test case for persistent storage modules.Aidan Skinner2009-06-241-0/+149
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@788049 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1923: Fix ack mode for TopicSessionTest, reset system property the ↵Aidan Skinner2009-06-232-5/+2
| | | | | | right way in FailoverBaseCase git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@787738 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1935: Reset QPID_WORK after modifying it. handy that.Aidan Skinner2009-06-231-11/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@787701 13f79535-47bb-0310-9956-ffa450edef68
* Qpid-1934 : Add log4j splitting.Martin Ritchie2009-06-231-27/+114
| | | | | | | Update datetime detection/parsing to use a regex. Added logging to give output on progress git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@787697 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1935: Clean up brokers before starting them everytime.Aidan Skinner2009-06-231-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@787626 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1935: Use unique queue name per test run. *sigh*.Aidan Skinner2009-06-232-3/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@787623 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1933 - Patch from Bryan KearneyTed Ross2009-06-2224-1/+3867
| | | | | | | QMF Java Console git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@787325 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1914: Create the queue properlyAidan Skinner2009-06-226-15/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@787294 13f79535-47bb-0310-9956-ffa450edef68
* Qpid-1934 : Add start/stop script for broker monitoring.Martin Ritchie2009-06-226-0/+1207
| | | | | | | | | | | | | | Add runTest.sh that starts a given set of tests and then generates stat files for them Updated monitor-broker to use $! to get top pid, rather than ps|grep made runTests.sh take a file which contains a list of tests to run. Addition of processTests: Creates a Result Package suitable for processing by process.sh / processAll.sh Updated process.sh to correctly handle new broker_cpu.log date format and to have better error handling when there is no GC data Update to monitor-broker to record the top rate so it can be used in processing Update to process.sh to better display the CPU x axis using the time. Update to processTests.py to use a regex to extract the GC time stamp. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@787292 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1914 use one queue per test so failures dont spiralAidan Skinner2009-06-221-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@787266 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1922 - Applied patch from Bryan KearneyTed Ross2009-06-222-5/+8
| | | | | | | Java Agent does not support null / empty enums git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@787261 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1924: Make DerbyMessageStore honor $QPID_WORK.Aidan Skinner2009-06-223-2/+31
| | | | | | | | DerbyMessageStore: pick up QPID_WORK FailoverBaseCase: set QPID_WORK for the second broker QpidTestCase: pass on QPID_WORK git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@787254 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1914: make send() transacted so we know the messages got there.Aidan Skinner2009-06-222-16/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@787250 13f79535-47bb-0310-9956-ffa450edef68
* Use DerbyMessageStore for config-systests.xml, ensure it's cleaned upAidan Skinner2009-06-224-5/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@787248 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1923: made createDurableSubscriber fail on a temporary topicRafael H. Schloming2009-06-224-4/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@787231 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1919 - Bugfix patch from Bryan KearneyTed Ross2009-06-191-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@786657 13f79535-47bb-0310-9956-ffa450edef68
* made test ports configurable; this required adding variable expansion to ↵Rafael H. Schloming2009-06-187-13/+174
| | | | | | PropertiesFileInitialContextFactory git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@786269 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1905 - Moved qmf agent code to java/management/agent where it belongs.Ted Ross2009-06-1632-6/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@785400 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1754 : Removed release-bin target setup as it is incomplete and fails.Martin Ritchie2009-06-161-13/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@785129 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1903 - Applied patch from Bryan KearneyTed Ross2009-06-1220-11/+95
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@784252 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1786 - Fixed a build dependency problem introduced in the last commit.Ted Ross2009-06-111-1/+1
| | | | | | | This issue affected builds on RHEL4. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@783843 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1786 - Committed qmf patches from Bryan KearneyTed Ross2009-06-1134-5/+3739
| | | | | | | | Additionally updated existing qmf and Qman to be compatible. The magic number for qmf messages has been incremented. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@783818 13f79535-47bb-0310-9956-ffa450edef68
* exclude AlertingTest until aidan has a chance to fix itRafael H. Schloming2009-06-101-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@783464 13f79535-47bb-0310-9956-ffa450edef68
* moved the initial context factory define into the profile definitionRafael H. Schloming2009-06-092-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@783090 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1893: echo back a heartbeat when we receive oneRafael H. Schloming2009-06-081-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@782633 13f79535-47bb-0310-9956-ffa450edef68
* This is related to QPID-1887Rajith Muditha Attapattu2009-06-031-10/+14
| | | | | | | | | I incorporated the review comments and made the following changes. The current time is generated only if ttl is set or disable Timestamp is set to false. If ttl is set we set it and also calculate the expiration as current_time + ttl. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@781515 13f79535-47bb-0310-9956-ffa450edef68
* Fixed QPID-1888 for the java broker. Also fixed a bug caught by the new ↵Rafael H. Schloming2009-06-032-2/+10
| | | | | | selector test where message ids were being set to the string 'ID:null' when message-ids are disabled. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@781507 13f79535-47bb-0310-9956-ffa450edef68
* Increased the receive timeout to 1000 ms as the test seems to fail on some ↵Rajith Muditha Attapattu2009-06-031-4/+4
| | | | | | systems git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@781352 13f79535-47bb-0310-9956-ffa450edef68
* This is a fix for QPID-1888Rajith Muditha Attapattu2009-06-032-0/+79
| | | | | | | The SelectorTest contains a test case to catch this as the JMS tck does not have one. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@781244 13f79535-47bb-0310-9956-ffa450edef68
* This is a fix for QPID-1887Rajith Muditha Attapattu2009-06-021-4/+2
| | | | | | | The TimeToLiveTest should be enough to cover this case. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@781141 13f79535-47bb-0310-9956-ffa450edef68
* Added RollbackOrderTest to the 0-8 excludes list.Rajith Muditha Attapattu2009-05-281-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@779653 13f79535-47bb-0310-9956-ffa450edef68
* This is related to QPID-1875Rajith Muditha Attapattu2009-05-282-1/+13
| | | | | | | | The BindingURLParser is updated to grab the clientID and subscription to form the queue name. I also added a test case to cover this. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@779651 13f79535-47bb-0310-9956-ffa450edef68
* QPID-970: removing defunct readme file, from trunk this time and not a ↵Robert Gemmell2009-05-281-21/+0
| | | | | | branch due to svn switched subtree, doh git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@779641 13f79535-47bb-0310-9956-ffa450edef68