You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2011/06/28 18:45:38 UTC

[Lucene-java Wiki] Update of "TestIdeas" by MikeMcCandless

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Lucene-java Wiki" for change notification.

The "TestIdeas" page has been changed by MikeMcCandless:
http://wiki.apache.org/lucene-java/TestIdeas?action=diff&rev1=25&rev2=26

   1. IndexOutput should not write all bytes out on close() unless the file is fsynced unless there an exception occurs. that way we might be able to detect fsync problems earlier
   1. Add ThrottledIndexInput just like ThrottledIndexOutput
   1. MockDirWrapper should first .crash() before running CheckIndex, to catch 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 closed before opening reader
+  1. Move the randomly-insert-empty-IndexReaders from QueryUtil into LTC