summaryrefslogtreecommitdiff
path: root/qpid/java/bdbstore/systests
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunkKeith Wall2015-03-121-2/+2
* QPID-6336: [Java Broker] Change 0-8..0-91 path to await the receiver being cl...Keith Wall2015-01-271-2/+2
* QPID-6265: Change system tests to have one log per file configured using Log4...Alex Rudyy2014-12-106-7/+21
* NO-JIRA: [Java Tests] MultiNodeTest - restore thread name after starting a JE...Keith Wall2014-11-061-2/+11
* NO-JIRA: [Java Broker Tests] HA - Improve testcase testTransferMasterWhilstMe...Keith Wall2014-10-301-19/+25
* QPID-6194: [Java Broker] explicitly set broker.failStartupWithErroredChild fo...Andrew MacBean2014-10-291-0/+4
* QPID-5650: Preserve alternate exchange on upgrade of queue with 'dead letter ...Alex Rudyy2014-10-271-4/+1
* QPID-6161 : use vhost names rather than vhost node names for the name aliasesRobert Godfrey2014-10-211-13/+0
* QPID-6161 : fix bdb ha tests where the vhn name differs from the vh name by a...Robert Godfrey2014-10-171-6/+19
* NO-JIRA: [Java Tests] Enable client side logging during HA tests to help diag...Keith Wall2014-10-175-0/+8
* QPID-6131: [Java Broker] Mark virtualhosts that are being closed as UNAVAILAB...Keith Wall2014-10-031-2/+2
* QPID-6126: Improve validation and exception messages for BDB HA nodeAlex Rudyy2014-10-021-1/+4
* QPID-6102: [Java Broker] HA Prevent InsufficientReplica/InsufficientAckExcept...Keith Wall2014-09-231-0/+111
* QPID-6063: [Java Broker] Disambiguate the concept of a node being unreachable...Keith Wall2014-09-011-17/+17
* QPID-6048: Move permitted nodes attribute into BDB HA VH in order to be able ...Alex Rudyy2014-08-274-39/+86
* QPID-5991: [Java System Tests] BDB HA System Test ImprovementsKeith Wall2014-08-143-64/+38
* QPID-5991: [Java System Tests] Rename tests to have better structure; Remove ...Keith Wall2014-08-137-341/+174
* QPID-5967: [Java Broker Tests] Add missing test assertion and extra logging t...Keith Wall2014-08-121-0/+1
* QPID-5989: [Java Tests] Relocate system test classes to beneath src/test/javaKeith Wall2014-08-129-1/+4
* QPID-5967: Fix BDB HA VHN system testsAlex Rudyy2014-08-121-13/+42
* QPID-5988: [Java Broker] Default VHN/VH store paths to path location based on...Keith Wall2014-08-111-22/+0
* QPID-5967: Set permitted nodes on a replica from application state of a maste...Alex Rudyy2014-08-111-0/+2
* QPID-5813: Advance version numbers on trunk to 0.29 or 0.32-SNAPSHOT as appro...Justin Ross2014-08-071-1/+1
* QPID-5967: Intruder node detection must be mandatory and should validate all ...Alex Rudyy2014-08-063-7/+65
* QPID-5926: [Java Broker] When transitioning from STOPPED to ACTIVE the virtua...Keith Wall2014-07-311-2/+32
* QPID-5885: [Java Broker] Virtualhostnode to replace real virtualhost with rep...Keith Wall2014-07-081-12/+8
* QPID-5875: Fix intruder protection system testAlex Rudyy2014-07-041-2/+10
* QPID-5867: Add intruder protection functionality for a cluster of BDB HA virt...Alex Rudyy2014-07-041-4/+56
* NO-JIRA: [Java Tests] BDB tests - prevent sporadic test failure from quorum o...Andrew MacBean2014-06-261-38/+36
* QPID-5821: [Java Broker] Refactor MessageStore and DurableConfigurationStore ...Andrew MacBean2014-06-261-0/+1
* QPID-5822: [Java Broker] Replace low level BDB/JDBC attributes in fovour of c...Keith Wall2014-06-181-3/+4
* QPID-5715: Move coalescing commiters into environment facades. Flush logs for...Alex Rudyy2014-06-091-8/+8
* QPID-5715: Use coalescing sync committer for message store transactions only ...Alex Rudyy2014-06-031-9/+11
* QPID-5715: Add new attributes for transaction sync policies into BDB HA virtu...Alex Rudyy2014-05-272-14/+117
* QPID-5774: first main swipe, remove the Ant builds main build.xml and associa...Robert Gemmell2014-05-211-28/+0
* QPID-5715: [Java Broker] Make virtualhosts respect the states ACTIVE and STOPPEDKeith Wall2014-05-211-0/+126
* QPID-5715: [Java Broker] Make virtualhosts respect the states ACTIVE and STOPPEDKeith Wall2014-05-202-8/+6
* QPID-5715: On BDB HA virtual host node deletion invoke ReplicationGroupAdmin#...Alex Rudyy2014-05-201-0/+66
* QPID-5715: Fix Virtual Host MBean creation in JMX management pluginAlex Rudyy2014-05-155-33/+303
* QPID-5715: BDB HA's remote replication nodes were using wrong value for lastK...Keith Wall2014-05-141-3/+27
* QPID-5761: Fix BDBHAVirtualHostNodeRestTest test failure caused by premature ...Alex Rudyy2014-05-121-3/+3
* QPID-5409 : Change BDB HA MBean to delegate operations to BDB HA node instanceAlex Rudyy2014-05-092-70/+28
* QPID-5744: Move management REST API under /api/latest and auxiliary REST serv...Alex Rudyy2014-05-021-3/+3
* QPID-5715: Restart replicated environment several times before giving up. Thi...Alex Rudyy2014-05-021-1/+1
* QPID-5715,QPID-5412: Add remote replication nodesAlex Rudyy2014-04-301-0/+176
* QPID-5048: fix scope on dependencyRobert Gemmell2014-04-301-0/+1
* QPID-5048: update pom versions to 0.30-SNAPSHOT, using: mvn release:update-ve...Robert Gemmell2014-04-291-2/+2
* QPID-5715: [Java Broker] Add virtual host node to the model and refactor exis...Keith Wall2014-04-215-41/+35
* QPID-5048: re-instate dependency versions after qpid parent pom removal of de...Robert Gemmell2014-04-211-0/+2
* QPID-5672 : [Java Broker] move variable interpolation to the configured objectRobert Godfrey2014-04-092-2/+5