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 5199EC641 for ; Mon, 30 Apr 2012 10:35:09 +0000 (UTC) Received: (qmail 19309 invoked by uid 500); 30 Apr 2012 10:35:07 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 19270 invoked by uid 500); 30 Apr 2012 10:35:07 -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 18948 invoked by uid 99); 30 Apr 2012 10:35:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Apr 2012 10:35:07 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL,SUBJ_OBFU_PUNCT_FEW X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [74.125.82.48] (HELO mail-wg0-f48.google.com) (74.125.82.48) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Apr 2012 10:35:00 +0000 Received: by wgbdq11 with SMTP id dq11so1728116wgb.5 for ; Mon, 30 Apr 2012 03:34:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type :x-gm-message-state; bh=WxWZuoa8OdT2MEwZm2lANqCaJJ2ZRcg80k5Z0ugAACw=; b=g3M8EZQFyCFlcS9uDdtSU7JHUc1R89gwuXBhWfZg01NDjeiZ5W5K3K1Jzjpz2fMRdw caITEX99jhcMne/upMuxvDzm0w24tylb5B2jD1tZjpu+ioQOSrLCABbd0kUaIaDRGLgI OnmGIVg6DKUlXYXhHrMOTljHsA3yICivR418aLV8Yr/YiPk8AKtkox1iiIeAUb6LIP3R TKPWco+djYZ7/Mkzl3fw93jXUVv9jf0ki4Gyo4h/fJLwOplV8QoA+2AzIl49E6ATYCP5 FkStBMimdwu7hPZ6/HgWrSoMUzzdqmw6HTZc+caznvh1speL9cjZOM6dm2f/n5sy8zzP DYaA== Received: by 10.180.79.135 with SMTP id j7mr27599253wix.19.1335782079927; Mon, 30 Apr 2012 03:34:39 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.124.74 with HTTP; Mon, 30 Apr 2012 03:34:19 -0700 (PDT) From: Michael McCandless Date: Mon, 30 Apr 2012 06:34:19 -0400 Message-ID: Subject: -Dtests.iter=NNN To: "Lucene/Solr dev" Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQlpVqE0nDlw6OCZmlxYzjo3eHg3uc1aO71lIlXo/8+peOXHijyQfJSIikRg0pADdqujbqbD It seems like this option doesn't work anymore...? As far as I can tell, it's being ignored... is there a different test property we are supposed to use..? I still see code in LuceneTestCase that parses this to TEST_ITER but then it doesn't seem to be used after that... Mike McCandless http://blog.mikemccandless.com --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org