Repository: activemq-artemis Updated Branches: refs/heads/1.x ffa09afb1 -> cba7af50b
ARTEMIS-1304 ignoring invalid test (cherry picked from commit cd9ce6a5025c5ad702ce5a0f0b2251ffb8d3ff82) Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/cba7af50 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/cba7af50 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/cba7af50 Branch: refs/heads/1.x Commit: cba7af50b620a45649c1eb25520af3b2b92820ca Parents: ffa09af Author: Clebert Suconic <[email protected]> Authored: Tue Jul 25 10:08:11 2017 -0400 Committer: Clebert Suconic <[email protected]> Committed: Tue Jul 25 10:09:04 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/cba7af50/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
