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/04/07 16:39:33 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=3&rev2=4

--------------------------------------------------

      give solr tests random numbers of segments, etc. Test configs could xinclude this thing to get good testing.
   1. resolve the issue for solr tests to use a "MockDirectoryWrapperFactory" so they use different directory implementations
      (e.g. randomly test with MMap, SimpleFS, NIOFS, ...).
+  1. Randomize the skipInterval (now private to codecs on trunk)