Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 191B81634FF for ; Tue, 25 Jul 2017 16:09:08 +0200 (CEST) Received: (qmail 35488 invoked by uid 500); 25 Jul 2017 14:09:08 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 35462 invoked by uid 99); 25 Jul 2017 14:09:07 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jul 2017 14:09:07 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9D29EE10AB; Tue, 25 Jul 2017 14:09:07 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: clebertsuconic@apache.org To: commits@activemq.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: activemq-artemis git commit: ARTEMIS-1304 ignoring invalid test Date: Tue, 25 Jul 2017 14:09:07 +0000 (UTC) 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 Authored: Tue Jul 25 10:08:11 2017 -0400 Committer: Clebert Suconic 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