Return-Path: X-Original-To: apmail-geode-issues-archive@minotaur.apache.org Delivered-To: apmail-geode-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 93D4E19D33 for ; Thu, 14 Apr 2016 20:47:30 +0000 (UTC) Received: (qmail 10983 invoked by uid 500); 14 Apr 2016 20:47:30 -0000 Delivered-To: apmail-geode-issues-archive@geode.apache.org Received: (qmail 10951 invoked by uid 500); 14 Apr 2016 20:47:30 -0000 Mailing-List: contact issues-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 issues@geode.incubator.apache.org Received: (qmail 10942 invoked by uid 99); 14 Apr 2016 20:47:30 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Apr 2016 20:47:30 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 20387180184 for ; Thu, 14 Apr 2016 20:47:30 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.221 X-Spam-Level: X-Spam-Status: No, score=-3.221 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=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 7ibRVnzqxvbh for ; Thu, 14 Apr 2016 20:47:28 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id EF2CB60F43 for ; Thu, 14 Apr 2016 20:47:26 +0000 (UTC) Received: (qmail 8968 invoked by uid 99); 14 Apr 2016 20:47:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Apr 2016 20:47:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 93C4F2C1F64 for ; Thu, 14 Apr 2016 20:47:25 +0000 (UTC) Date: Thu, 14 Apr 2016 20:47:25 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@geode.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (GEODE-1161) DUnit VM invocations no longer need to retry 120 times MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/GEODE-1161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15241880#comment-15241880 ] ASF subversion and git services commented on GEODE-1161: -------------------------------------------------------- Commit f2d5969efb410011e760399765a02d07dbe17ed7 in incubator-geode's branch refs/heads/develop from [~apache@the9muses.net] [ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=f2d5969 ] GEODE-1162: convert all CLI command DUnit tests to JUnit 4 * GEODE-1161: cleanup VM and AsyncInvocation in DUnit * define FlakyTest JUnit category * define SecurityTest JUnit category and apply to all security tests (probably missed a few) * create category test to discover JUnit behavior > DUnit VM invocations no longer need to retry 120 times > ------------------------------------------------------ > > Key: GEODE-1161 > URL: https://issues.apache.org/jira/browse/GEODE-1161 > Project: Geode > Issue Type: Test > Components: tests > Reporter: Kirk Lund > Assignee: Kirk Lund > > The comments and version control history shows that it was originally added for some RMI problems on Windows pre-2004. This would have been JDK 1.3 or 1.4. It seems to run cleanly now without the retry. If you are writing a new dunit or refactoring one and introduce a problem it takes a couple minutes to get the failure because it sleeps for a second between each retry. > The class is: com.gemstone.gemfire.test.dunit.VM.java -- This message was sent by Atlassian JIRA (v6.3.4#6332)