Return-Path: X-Original-To: apmail-lucene-java-commits-archive@www.apache.org Delivered-To: apmail-lucene-java-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 772A96879 for ; Tue, 28 Jun 2011 16:59:11 +0000 (UTC) Received: (qmail 80654 invoked by uid 500); 28 Jun 2011 16:59:11 -0000 Delivered-To: apmail-lucene-java-commits-archive@lucene.apache.org Received: (qmail 80612 invoked by uid 500); 28 Jun 2011 16:59:10 -0000 Mailing-List: contact java-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-commits@lucene.apache.org Received: (qmail 80602 invoked by uid 99); 28 Jun 2011 16:59:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jun 2011 16:59:10 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jun 2011 16:59:09 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id AFE3F247; Tue, 28 Jun 2011 16:58:49 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Tue, 28 Jun 2011 16:58:49 -0000 Message-ID: <20110628165849.68546.26519@eos.apache.org> Subject: =?utf-8?q?=5BLucene-java_Wiki=5D_Update_of_=22TestIdeas=22_by_MikeMcCandl?= =?utf-8?q?ess?= Auto-Submitted: auto-generated Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucene-java Wiki" f= or change notification. The "TestIdeas" page has been changed by MikeMcCandless: http://wiki.apache.org/lucene-java/TestIdeas?action=3Ddiff&rev1=3D26&rev2= =3D27 1. MockDirWrapper should first .crash() before running CheckIndex, to ca= tch cases where IO.close somehow fails to sync all files referenced by the = committed segments_N 1. RandomIndexWriter should randomly call MDW.crash() when writer is clo= sed before opening reader 1. Move the randomly-insert-empty-IndexReaders from QueryUtil into LTC + 1. LTC's AssertingIndexSearcher should sometimes impl search(...) by doi= ng searches against the sub-searchers (segments, maybe coalescing some into= single sub-searcher) and then use TopDocs.merge to merge the results =20