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 15D6E972E for ; Mon, 14 Nov 2011 12:07:14 +0000 (UTC) Received: (qmail 14885 invoked by uid 500); 14 Nov 2011 12:07:12 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 14827 invoked by uid 500); 14 Nov 2011 12:07: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 14820 invoked by uid 99); 14 Nov 2011 12:07:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Nov 2011 12:07:12 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Nov 2011 12:07:11 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 9F93B826FA for ; Mon, 14 Nov 2011 12:06:51 +0000 (UTC) Date: Mon, 14 Nov 2011 12:06:51 +0000 (UTC) From: "Robert Muir (Commented) (JIRA)" To: dev@lucene.apache.org Message-ID: <1155727882.26546.1321272411655.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1268181003.7463.1309481308447.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (LUCENE-3269) Speed up Top-K sampling tests 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-3269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13149594#comment-13149594 ] Robert Muir commented on LUCENE-3269: ------------------------------------- Sorry Shai, i got myself confused and thought you were trying to cache across-tests... this patch is good in case a test has multiple methods...! > Speed up Top-K sampling tests > ----------------------------- > > Key: LUCENE-3269 > URL: https://issues.apache.org/jira/browse/LUCENE-3269 > Project: Lucene - Java > Issue Type: Test > Components: modules/facet > Reporter: Robert Muir > Fix For: 3.5, 4.0 > > Attachments: LUCENE-3269.patch, LUCENE-3269.patch, LUCENE-3269.patch, LUCENE-3269.patch > > > speed up the top-k sampling tests (but make sure they are thorough on nightly etc still) > usually we would do this with use of atLeast(), but these tests are somewhat tricky, > so maybe a different approach is needed. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org