The cleanup is part of LUCENE-3784, I just haven't gotten around to cleaning it yet. There are more things to get rid of than TEST_ITER. This won't change anything functionally though so I don't think it's super urgent.
This one is more urgent -- LUCENE-4002. I have a release candidate of randomizedtesting that fixes this and a few other things (that didn't happen in Lucene but that Robert was signalling happened in some other codebase). I'll commit this in soon (after testing locally). Dawid On Mon, Apr 30, 2012 at 2:40 PM, Uwe Schindler <[email protected]> wrote: >> I still see code in LuceneTestCase that parses this to TEST_ITER but then > it doesn't seem to be used after that... > > But we should remove that to reduce confusion? > > ----- > Uwe Schindler > H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: [email protected] > > >> -----Original Message----- >> From: Michael McCandless [mailto:[email protected]] >> Sent: Monday, April 30, 2012 2:19 PM >> To: [email protected] >> Subject: Re: -Dtests.iter=NNN >> >> On Mon, Apr 30, 2012 at 7:45 AM, Dawid Weiss >> <[email protected]> wrote: >> > You didn't read my notes, did you (finger pointing)? >> >> LOL I didn't :) Sorry! >> >> > This property now reads "tests.iters" (note the final 's' as in >> > iterations). It works different compared to it was before -- now it's >> > full test reiterations, including all hooks (and a new object >> > instance). >> > >> > See ant test-help for examples and how tests.iters relates to seeds. >> >> Awesome, thanks. >> >> Sorry for the noise! >> >> Mike McCandless >> >> http://blog.mikemccandless.com >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] For additional >> commands, e-mail: [email protected] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
