Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 94426 invoked from network); 7 May 2010 00:22:13 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 May 2010 00:22:13 -0000 Received: (qmail 75490 invoked by uid 500); 7 May 2010 00:22:12 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 75416 invoked by uid 500); 7 May 2010 00:22: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 75409 invoked by uid 99); 7 May 2010 00:22:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 May 2010 00:22:12 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 May 2010 00:22:09 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o470Lml2019136 for ; Fri, 7 May 2010 00:21:48 GMT Message-ID: <5990079.20681273191708484.JavaMail.jira@thor> Date: Thu, 6 May 2010 20:21:48 -0400 (EDT) From: "Michael McCandless (JIRA)" To: dev@lucene.apache.org Subject: [jira] Updated: (LUCENE-2449) Improve random testing In-Reply-To: <13296145.13811273164528141.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCENE-2449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2449: --------------------------------------- Attachment: LUCENE-2449.patch Patched attached -- fixes the two issues. But it'd be nice to have a cleaner way to have DBLRUCache be able to clone its key (or, better, use the key/entry from the secondary map which is already "safe" (not volatile), but I couldn't see an API that'd let me do this)... clone is protected in java's base Object, so I made a silly CloneableKey class. > Improve random testing > ---------------------- > > Key: LUCENE-2449 > URL: https://issues.apache.org/jira/browse/LUCENE-2449 > Project: Lucene - Java > Issue Type: Test > Components: Build > Reporter: Robert Muir > Priority: Minor > Fix For: 3.1, 4.0 > > Attachments: LUCENE-2449.patch, LUCENE-2449.patch, LUCENE-2449.patch > > > We have quite a few random tests, but there's no way to "crank" them. > The idea here is to add a multiplier which can be increased by a sysprop. For example, we could set this to something higher than 1 for hudson. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org