Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A36E9200BA4 for ; Sat, 1 Oct 2016 01:43:38 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A20C0160AE5; Fri, 30 Sep 2016 23:43:38 +0000 (UTC) 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 E1255160AD9 for ; Sat, 1 Oct 2016 01:43:37 +0200 (CEST) Received: (qmail 91922 invoked by uid 500); 30 Sep 2016 23:43:37 -0000 Mailing-List: contact commits-help@geode.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.incubator.apache.org Delivered-To: mailing list commits@geode.incubator.apache.org Received: (qmail 91912 invoked by uid 99); 30 Sep 2016 23:43:37 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Sep 2016 23:43:37 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 869A7C0BF8 for ; Fri, 30 Sep 2016 23:43:36 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.219 X-Spam-Level: X-Spam-Status: No, score=-6.219 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 1sXlpqB0IXoe for ; Fri, 30 Sep 2016 23:43:34 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with SMTP id E737A5FB3D for ; Fri, 30 Sep 2016 23:43:33 +0000 (UTC) Received: (qmail 91893 invoked by uid 99); 30 Sep 2016 23:43:33 -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; Fri, 30 Sep 2016 23:43:33 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5F43BE008F; Fri, 30 Sep 2016 23:43:33 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dschneider@apache.org To: commits@geode.incubator.apache.org Message-Id: <27da3d4b23af4848a8bcf104d13af2fe@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator-geode git commit: geode-1933: mark test as flaky Date: Fri, 30 Sep 2016 23:43:33 +0000 (UTC) archived-at: Fri, 30 Sep 2016 23:43:38 -0000 Repository: incubator-geode Updated Branches: refs/heads/develop e0e2c7e69 -> 0765cad67 geode-1933: mark test as flaky Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/0765cad6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/0765cad6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/0765cad6 Branch: refs/heads/develop Commit: 0765cad67f894c4732b38b4be37afa9181e28ae7 Parents: e0e2c7e Author: Darrel Schneider Authored: Fri Sep 30 16:43:25 2016 -0700 Committer: Darrel Schneider Committed: Fri Sep 30 16:43:25 2016 -0700 ---------------------------------------------------------------------- .../geode/internal/cache/ClientServerTransactionDUnitTest.java | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/0765cad6/geode-core/src/test/java/org/apache/geode/internal/cache/ClientServerTransactionDUnitTest.java ---------------------------------------------------------------------- diff --git a/geode-core/src/test/java/org/apache/geode/internal/cache/ClientServerTransactionDUnitTest.java b/geode-core/src/test/java/org/apache/geode/internal/cache/ClientServerTransactionDUnitTest.java index 7286759..f432782 100644 --- a/geode-core/src/test/java/org/apache/geode/internal/cache/ClientServerTransactionDUnitTest.java +++ b/geode-core/src/test/java/org/apache/geode/internal/cache/ClientServerTransactionDUnitTest.java @@ -23,6 +23,7 @@ import org.junit.Test; import static org.junit.Assert.*; import org.apache.geode.test.junit.categories.DistributedTest; +import org.apache.geode.test.junit.categories.FlakyTest; import java.util.ArrayList; import java.util.HashMap; @@ -1824,6 +1825,7 @@ public class ClientServerTransactionDUnitTest extends RemoteTransactionDUnitTest doFailoverWork(accessor1, accessor2, datastore, client, false, false); } + @Category(FlakyTest.class) // GEODE-1933: IllegalStateException: Thread does not have an active transaction @Test public void testFailoverWithP2PMessagingAndCachingProxy() { Host host = Host.getHost(0);