Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1C10217FEE for ; Thu, 9 Apr 2015 10:30:48 +0000 (UTC) Received: (qmail 81482 invoked by uid 500); 9 Apr 2015 10:30:12 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 81415 invoked by uid 500); 9 Apr 2015 10:30:12 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 81399 invoked by uid 99); 9 Apr 2015 10:30:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Apr 2015 10:30:12 +0000 Date: Thu, 9 Apr 2015 10:30:12 +0000 (UTC) From: "Dawid Weiss (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (LUCENE-6413) Test runner should report the number of suites completed/ remaining 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/LUCENE-6413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved LUCENE-6413. --------------------------------- Resolution: Fixed > Test runner should report the number of suites completed/ remaining > ------------------------------------------------------------------- > > Key: LUCENE-6413 > URL: https://issues.apache.org/jira/browse/LUCENE-6413 > Project: Lucene - Core > Issue Type: Improvement > Reporter: Dawid Weiss > Assignee: Dawid Weiss > Priority: Trivial > Fix For: Trunk, 5.x > > > Pretty much as suggested by Shawn on the dev list. > {code} > Suite: org.apache.lucene.util.TestNamedSPILoader > Completed [2/414] on J3 in 0.59s, 3 tests > Suite: org.apache.lucene.util.TestBitDocIdSetBuilder > Completed [3/414] on J0 in 0.29s, 2 tests > Suite: org.apache.lucene.index.TestStressIndexing2 > Completed [4/414] on J1 in 2.06s, 3 tests > {code} > The number of individual tests cannot be printed (it's not available globally to the runner until the suite is actually executed). > There is no ETA remaining for similar reasons (the variance on each suite's execution time is unpredictable). -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org