Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 76923 invoked from network); 23 Aug 2010 11:51:42 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 23 Aug 2010 11:51:42 -0000 Received: (qmail 52822 invoked by uid 500); 23 Aug 2010 11:51:41 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 52099 invoked by uid 500); 23 Aug 2010 11:51:37 -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 52086 invoked by uid 99); 23 Aug 2010 11:51:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Aug 2010 11:51:36 +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; Mon, 23 Aug 2010 11:51:36 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7NBpGoW005040 for ; Mon, 23 Aug 2010 11:51:16 GMT Message-ID: <12228549.504211282564276092.JavaMail.jira@thor> Date: Mon, 23 Aug 2010 07:51:16 -0400 (EDT) From: "Robert Muir (JIRA)" To: dev@lucene.apache.org Subject: [jira] Commented: (LUCENE-2613) spatial random test failure (TestCartesian) In-Reply-To: <609164.503651282561035993.JavaMail.jira@thor> 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-2613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12901359#action_12901359 ] Robert Muir commented on LUCENE-2613: ------------------------------------- i committed this workaround to trunk (988087) and 3x (988092). I'll leave the issue open, we should really probably fix this test. > spatial random test failure (TestCartesian) > ------------------------------------------- > > Key: LUCENE-2613 > URL: https://issues.apache.org/jira/browse/LUCENE-2613 > Project: Lucene - Java > Issue Type: Bug > Components: contrib/spatial > Affects Versions: 4.0 > Reporter: Robert Muir > Attachments: LUCENE-2613.patch > > > {noformat} > java.lang.IllegalArgumentException: null iterator > at org.apache.lucene.search.FilteredDocIdSetIterator.(FilteredDocIdSetIterator.java:38) > at org.apache.lucene.search.FilteredDocIdSet$1.(FilteredDocIdSet.java:72) > at org.apache.lucene.search.FilteredDocIdSet.iterator(FilteredDocIdSet.java:72) > at org.apache.lucene.search.IndexSearcher.searchWithFilter(IndexSearcher.java:241) > at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:216) > at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:168) > at org.apache.lucene.spatial.tier.TestCartesian.testGeoHashRange(TestCartesian.java:542) > {noformat} > plug in seed of -6954859807298077232L to newRandom to reproduce. > didnt test to see if it affected 3x also. -- 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