Repository: activemq-artemis
Updated Branches:
  refs/heads/master 955557a31 -> cd9ce6a50


ARTEMIS-1304 ignoring invalid test


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

Branch: refs/heads/master
Commit: cd9ce6a5025c5ad702ce5a0f0b2251ffb8d3ff82
Parents: 955557a
Author: Clebert Suconic <[email protected]>
Authored: Tue Jul 25 10:08:11 2017 -0400
Committer: Clebert Suconic <[email protected]>
Committed: Tue Jul 25 10:08:11 2017 -0400

----------------------------------------------------------------------
 .../integration/cluster/failover/LiveToLiveFailoverTest.java | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/cd9ce6a5/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/LiveToLiveFailoverTest.java
----------------------------------------------------------------------
diff --git 
a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/LiveToLiveFailoverTest.java
 
b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/LiveToLiveFailoverTest.java
index 614f041..4e6a70a 100644
--- 
a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/LiveToLiveFailoverTest.java
+++ 
b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/LiveToLiveFailoverTest.java
@@ -268,7 +268,13 @@ public class LiveToLiveFailoverTest extends FailoverTest {
       session = sendAndConsume(sf, false);
    }
 
-   //invalid tests for Live to Live failover
+
+   @Override
+   public void testTimeoutOnFailoverTransactionCommitTimeoutCommunication() 
throws Exception {
+   }
+
+
+      //invalid tests for Live to Live failover
    //all the timeout ones aren't as we don't migrate timeouts, any failback or 
server restart
    //or replicating tests aren't either
    @Override

Reply via email to