You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ke...@apache.org on 2014/01/16 15:45:27 UTC

git commit: Added no-op version of testVirtualTopicFailover, which is covered by AMQ-4842

Updated Branches:
  refs/heads/trunk 612a816d9 -> 5e42bd64b


Added no-op version of testVirtualTopicFailover, which is covered by AMQ-4842


Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/5e42bd64
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/5e42bd64
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/5e42bd64

Branch: refs/heads/trunk
Commit: 5e42bd64bcf3c1557f2f108f57124e3e066ec158
Parents: 612a816
Author: Kevin Earls <ke...@kevinearls.com>
Authored: Thu Jan 16 15:45:19 2014 +0100
Committer: Kevin Earls <ke...@kevinearls.com>
Committed: Thu Jan 16 15:45:19 2014 +0100

----------------------------------------------------------------------
 .../activemq/broker/ft/kahaDbJdbcLeaseQueueMasterSlaveTest.java | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/5e42bd64/activemq-unit-tests/src/test/java/org/apache/activemq/broker/ft/kahaDbJdbcLeaseQueueMasterSlaveTest.java
----------------------------------------------------------------------
diff --git a/activemq-unit-tests/src/test/java/org/apache/activemq/broker/ft/kahaDbJdbcLeaseQueueMasterSlaveTest.java b/activemq-unit-tests/src/test/java/org/apache/activemq/broker/ft/kahaDbJdbcLeaseQueueMasterSlaveTest.java
index 5202630..ee7ca0f 100644
--- a/activemq-unit-tests/src/test/java/org/apache/activemq/broker/ft/kahaDbJdbcLeaseQueueMasterSlaveTest.java
+++ b/activemq-unit-tests/src/test/java/org/apache/activemq/broker/ft/kahaDbJdbcLeaseQueueMasterSlaveTest.java
@@ -102,6 +102,11 @@ public class kahaDbJdbcLeaseQueueMasterSlaveTest extends QueueMasterSlaveTestSup
         kahaDBPersistenceAdapter.getLocker().setLockAcquireSleepInterval(500);
     }
 
+    @Override
+    public void testVirtualTopicFailover() throws Exception {
+        // Ignoring for now, see AMQ-4842
+    }
+
     protected DataSource getExistingDataSource() throws Exception {
         return sharedDs;
     }