Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 90675 invoked from network); 28 Nov 2010 12:16:51 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 28 Nov 2010 12:16:51 -0000 Received: (qmail 32681 invoked by uid 500); 28 Nov 2010 12:16:50 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 32477 invoked by uid 500); 28 Nov 2010 12:16:50 -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 32470 invoked by uid 99); 28 Nov 2010 12:16:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Nov 2010 12:16:49 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of rcmuir@gmail.com designates 209.85.214.48 as permitted sender) Received: from [209.85.214.48] (HELO mail-bw0-f48.google.com) (209.85.214.48) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Nov 2010 12:16:41 +0000 Received: by bwz9 with SMTP id 9so3477843bwz.35 for ; Sun, 28 Nov 2010 04:16:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type; bh=ACDSngmvR6GsB50RHsI5phPqirqxOm7uRUw0BbuC8Zc=; b=BCsdXADh2oMaNJlz3Vs1/qg2B7B+IpxKkdGRDbs1OFYrI2T1Lt8McaN2yT486POTAk kr0GljtgDNon4Y1l2wWnfPVWF7nXHbyF4rWa2HSyffgAlugf30Aj9keg+4iHPoc7Gz1z /cvvSX+ygKlJWMAo1iD3cFiKYQhWmn1xFFMNA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=Sk12NuyBDGyfIsisHw7/OZPMQxLTNph7pN5NKB55m8sERg7lORcAMdJB2DiPa98/rP 3iiHOCEs8SLqLYO321cQe+jbCKeD4MY13ZdTXuWtcBLSXDZXhf1RJx2DLmFWGQhgI6eI Xx75sHDQl2d7b9TDGUY8wbSdfBWZCFAKZo6yY= Received: by 10.204.103.66 with SMTP id j2mr3673635bko.160.1290946581088; Sun, 28 Nov 2010 04:16:21 -0800 (PST) MIME-Version: 1.0 Received: by 10.204.77.201 with HTTP; Sun, 28 Nov 2010 04:16:00 -0800 (PST) In-Reply-To: References: From: Robert Muir Date: Sun, 28 Nov 2010 07:16:00 -0500 Message-ID: Subject: Re: DirectSolrSpellCheckerTest failure To: dev@lucene.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Shai, now that I think the test reproducibility issue is resolved, i need to pressure this test to reproduce your problem. Can you tell me the IBM JDK version / OS version you used (I will use IBM JDK, just in case its specific to that one)? On Sun, Nov 28, 2010 at 7:02 AM, Robert Muir wrote: > On Sun, Nov 28, 2010 at 6:55 AM, Shai Erera wrote: >> Hmm .. I previously ran the test w/ IBM's JDK (6) and after seeing your >> mail, I tried w/ Oracle's (6) -- to my surprise the latter succeeds. >> >> What happens in the test that the JDK version can affect? >> > > After testing, It seems to be an issue only with solr tests. > > When solr indexes, it seems the order of the fields being indexed is > not well-defined. Perhaps they are using some iterator with undefined > order to iterate over the fields. > > I didnt mess with this, instead i changed RandomCodecProvider to be > insensitive to the order of fields being added. > In other words, say you have "fieldA" and "fieldB". > If RandomCodecProvider wants to assign "Pulsing" to fieldA, and > "Standard" to fieldB, this will always happen, regardless of whether > you add fieldA before fieldB, or vice versa. > > Now i get the same codec mapping for solr tests with the same seed, > across different jvms... > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org