summaryrefslogtreecommitdiff
path: root/qpid/java/systests/src
Commit message (Collapse)AuthorAgeFilesLines
* QPID-6410: [Java Broker] Disambiguate the connection adapter name by adding ↵Keith Wall2015-02-252-6/+24
| | | | | | | | | | | | | a connection ID to the name Merged from trunk with command. svn merge -c 1661929 https://svn.apache.org/repos/asf/qpid/trunk git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1662180 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6401 : [Java Broker] Add ability to validate connection attempts based ↵Robert Godfrey2015-02-191-0/+2
| | | | | | on plugins git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1660882 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6390: [Java Broker Tests] Remove tests that rely on presence of the ↵Keith Wall2015-02-186-92/+5
| | | | | | | | | Anon Authentication Provider Many of these tests were testing core mechanisim rather than auth provider specific logic. Those that remained would be more suited to a unit test. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1660634 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6390: [Java System Tests] Ensure that Broker's system properties are ↵Keith Wall2015-02-181-0/+14
| | | | | | loaded before the test begins to use the Model to create test config git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1660604 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6396 : [Java Broker] Allow queues to enforce all consumers to be ↵Robert Godfrey2015-02-182-1/+118
| | | | | | non-destructive git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1660553 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6395 : [Java Broker] add support for queue default filters, and filters ↵Robert Godfrey2015-02-173-1/+225
| | | | | | solely on arrival time git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1660458 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6364: Introduce attribute annotation property 'secureValueFilter' to ↵Alex Rudyy2015-02-171-4/+4
| | | | | | | | | | mask only secure values matching the filter. Set secureValueFilter on keystores/trustores to mask only data URLs. Stop applying oversize when actuals attributes are requested. Update corresponding keystore/truststore UI tp show actual values for non data URLs. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1660391 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6365: Fix failing testsAlex Rudyy2015-02-091-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1658452 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6365: [Java Broker] Only expose secure attribute values when transport ↵Alex Rudyy2015-02-091-3/+3
| | | | | | is SSL and initial configuration is requested git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1658424 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6366 : Fix failing test due to long absolute path for /tmpRobert Godfrey2015-02-071-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1658065 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6366: [Java Broker] Prevent data urls cluttering the UI and prevent ↵Alex Rudyy2015-02-062-21/+35
| | | | | | potentially large data url consuming too much bandwidth during the regular REST poll git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1657900 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6364: Add a secure attribute 'storeUrl' into Keystore for specifying ↵Alex Rudyy2015-02-054-43/+39
| | | | | | store content location and make attribute 'path' derived. Rename Trsuststore attribute 'path' into 'storeUrl' for consistency. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1657708 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6361: [Java Broker] Change 0-8..0-91 queue declare to no longer ↵Keith Wall2015-02-042-61/+41
| | | | | | consider the durability when validating an existing queue. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1657270 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Remove dead testcase. Much of the original intent seems to be lost.Keith Wall2015-02-042-659/+0
| | | | | | | What remains duplicates AsyncMessageListenerTest, SyncReceiveTest and RollbackOrderTest. Removed associated support class too. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1657134 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6356: Remove operational log 'MNG-1006 : Using SSL Keystore : {0}'Alex Rudyy2015-02-031-41/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1656805 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6336: Add extra logging to help understand occasional SSLTest failure ↵Keith Wall2015-01-281-1/+3
| | | | | | showing on slow CI box git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1655485 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6336: [Java Broker] Change 0-8..0-91 path to await the receiver being ↵Keith Wall2015-01-273-19/+34
| | | | | | | | closed before continuing with the next connection attempt Based on work by Oleksandr Rudyy <orudyy@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1655034 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6304: [Java Broker] Allow truststore and keystore (JKS) files to be ↵Andrew MacBean2015-01-142-247/+72
| | | | | | | | | | stored as a data:// URL inside the config * Added truststore/keystore unit tests too to cover both new and (most of) the existing functionality, retiring the equivilent slower REST system tests. * Added single REST test exercising the creation of a keystore/teststore from data:// URL. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1651615 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6306 : [Java Broker] Restrict broker to single ACL Provider at any ↵Robert Godfrey2015-01-102-112/+14
| | | | | | given time git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1650708 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6295 : [Java Broker] reload ACL config when the file value is changedRobert Godfrey2015-01-051-3/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1649587 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6294 : [Java Client] Allow use of 0 prefetch in AMQP 0-8/9/9-1Robert Godfrey2015-01-021-0/+83
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1648987 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: [Java Tests] Prevent sporadic spurious failure of ↵Keith Wall2014-12-301-1/+4
| | | | | | testUnidirectionalHeartbeating git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1648488 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6291: [Java Broker] Remove the now defunct supported attributes: ↵Keith Wall2014-12-291-7/+0
| | | | | | | | VH#supportedExchangeTypes, VH#supportedQueueTypes, Broker#supportedAuthenticationProviders, Broker#supportedPreferencesProviderTypes Clients now can discover the supported attributes in a generic fashion via the metadata service. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1648392 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6290: [Java Broker] Management UI - refactor add VHN/VH to remove type ↵Keith Wall2014-12-281-3/+0
| | | | | | | | based conditional logic * Also removed now defunct Broker attributes #supportedVirtualHostNodeTypes and #supportedVirtualHostTypes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1648245 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5099: Add system test to ensure that client does indeed release the ↵Keith Wall2014-12-221-2/+36
| | | | | | messages on consumer close git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1647319 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6125: [Java Broker] Fix test broken by my previous commitKeith Wall2014-12-151-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1645667 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6265: Change system tests to have one log per file configured using ↵Alex Rudyy2014-12-1013-450/+426
| | | | | | Log4j, simplify QBTC git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1644492 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6263 : [Java Broker] Move startup/recovery logic from server.Broker to ↵Robert Godfrey2014-12-071-16/+6
| | | | | | SystemConfig git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1643719 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6263 : [Java Broker] Remove knowledge of BrokerOptions from ↵Robert Godfrey2014-12-071-2/+2
| | | | | | SystemConfig and simply use attributes instead git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1643660 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6194: [Java Broker] Add option to prevent Broker startup when it has ↵Andrew MacBean2014-10-291-0/+47
| | | | | | ERRORED children git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1635114 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6192: [Java Broker] Add supporting test case guarding case when ↵Keith Wall2014-10-291-0/+101
| | | | | | failover occurs when busy git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1635076 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6174: [Java Rest Tests] Apply a HTTP connectiion timeout to the REST ↵Keith Wall2014-10-231-0/+2
| | | | | | tests (to prevent Jetty misconfigurations etc hanging the test suit forever). git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1633766 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6175 : [Java Broker] allow maximum message size to be restrictedRobert Godfrey2014-10-211-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1633466 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6165 : [Java Broker] Allow the number of open connections to be limited ↵Robert Godfrey2014-10-171-3/+7
| | | | | | on a per port basis git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1632655 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6164 : Add synchronous publish capability to 0-8/9/9-1Robert Godfrey2014-10-171-0/+131
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1632585 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6125 : [Java Broker] AMQP 0-8/9/9-1 protocol handler refactoringRobert Godfrey2014-10-174-100/+43
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1632583 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6162 : Add authentication providers which store user data in the config ↵Robert Godfrey2014-10-174-114/+50
| | | | | | file git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1632576 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6161 : [Java Broker] add virtual host aliasesRobert Godfrey2014-10-175-3/+95
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1632553 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6156 : [Java] Prevent downgrade to SSLv3 on secure connectionsRobert Godfrey2014-10-161-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1632285 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6126: Add ability to validate CO attributes on creation, transit COs ↵Alex Rudyy2014-10-012-5/+8
| | | | | | into ERRORED state if exception occurs on recovery, allow ERRORED CO restart after remediation of configuration problem git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1628867 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: [Java Broker Tests] Fix for occasionally failing ↵Keith Wall2014-09-251-0/+10
| | | | | | ConnectionManagementTest on 0-10 path git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1627472 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3678 : [Java Client] Add support for setting link capacity to zero in ↵Robert Godfrey2014-09-231-0/+39
| | | | | | ADDR addresses git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1626995 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6088 : [Java Client] reenable logging testRobert Godfrey2014-09-081-9/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1623432 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6088 : [Java Client] AMQP 0-8/8/9-1 prefetch should auto expand when ↵Robert Godfrey2014-09-081-8/+66
| | | | | | receive is called in a situation where the prefetch buffer is full git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1623422 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: [Java System Tests] ConsumerLoggingTest: Temporary code in test ↵Keith Wall2014-09-031-3/+14
| | | | | | class to better understand a failure in a CI environment. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1622217 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6066: [Java Client] 0-8..0-9-1 only - Add system property to allow ↵Keith Wall2014-09-031-21/+56
| | | | | | | | | call to exchange.bound during AMQSession#getQueueDepth to be omitted This prevents interoperabiliy problem with older Java Brokers, and gives users a change to restore old behaviour (AMQChannelException in the event that the queue does not exist) if desired. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1622176 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6055 : [Java Broker] Ensure max frame size is always less than ↵Robert Godfrey2014-08-301-1/+1
| | | | | | Integer.MAX_VALUE git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1621498 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6052 : Use ADDR addresses for JMSDestination on incoming messages in ↵Robert Godfrey2014-08-281-1/+1
| | | | | | 0-9-1 when the address mode is ADDR git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1621150 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6040 : [Java Broker] [Java Client] add the ability to create a single ↵Robert Godfrey2014-08-261-20/+17
| | | | | | consumer that is consuming across a collection of queues git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1620659 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6037 : [Java Client] Enhance experimental support for ADDR addressing ↵Robert Godfrey2014-08-241-69/+86
| | | | | | to the 0-8/9/9-1 client git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1620147 13f79535-47bb-0310-9956-ffa450edef68