diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2009-04-17 14:16:01 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2009-04-17 14:16:01 +0000 |
| commit | 9c71e3f67f1a327cdb6638ca26fac7a812fa1593 (patch) | |
| tree | f0810806fc99d9bb0cfde816834c9514ca87276a /qpid/java/010ExcludeList | |
| parent | a7fcec559df5a84ccd5b6e23f108503608128a9f (diff) | |
| download | qpid-python-9c71e3f67f1a327cdb6638ca26fac7a812fa1593.tar.gz | |
QPID-1813 : Provide test that uses the DerbyMessageStore to check NoLocal functionality after a broker restart.
merged from trunk r765604
QPID-1817 : Update QTC to provide the configuration file to an external broker
merged from trunk r765605
QPID-1813/QPID-1817 : Removed the new properties from the test-provider as this will affect all tests. The NoLocalAfterRecoveryTest now updates a ConnectionURL based on the JNDI data and uses that to start a connection. NLART also provides a default location for the derbyDB store as the DMS class does not correctly attempt to put the store in QPID_WORK. This will be re-addressed when ServerConfiguration is again available from a VHC object. ConnectionTest was updated to remove the literal values for the BrokerDetail options.
merged from trunk r765608
QPID-1813 : Add missing DerbyDB library dependency.
merged from trunk r765628
QPID-1818 : Exclude NoLocalAfterRecoveryTest as 0-10 client code path does not restore a transacted session after failover.
merged from trunk r765656
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.5-release@766021 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/010ExcludeList')
| -rw-r--r-- | qpid/java/010ExcludeList | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/java/010ExcludeList b/qpid/java/010ExcludeList index 61d9c684ba..ae86d46b5b 100644 --- a/qpid/java/010ExcludeList +++ b/qpid/java/010ExcludeList @@ -67,3 +67,5 @@ org.apache.qpid.test.unit.close.FlowToDiskBackingQueueDeleteTest#* // This test may use QpidTestCase but it is not using the getConnection and is hardwired to InVM org.apache.qpid.test.unit.client.connection.CloseAfterConnectionFailureTest#* +//QPID-1818 : 0-10 Client code path does not correctly restore a transacted session after failover. +org.apache.qpid.server.persistent.NoLocalAfterRecoveryTest#* |
