Hi. I would like to change the use of @Slow. Currently only this test:

Test2BTerms#test2BTerms

is annotated with this annotation. I don't know how slow it really is,
but I would like to:

* change this particular test to @Ignore or give it an assumption inside,

* change the annotation group @Slow to be ON by default (so that all
tests are run by default).

* annotate the top of the list (tests longer than 10 seconds?) here:
https://issues.apache.org/jira/browse/LUCENE-4174 with @Slow.

My motivation is that I would like to be able to run a "quick" test
run from time to time and for this I'd like to skip the slowest, most
time-consuming tests. I could do it by running:

ant -Dtests.slow=off

currently this isn't possible. Looking forward to hearing from you.

Dawid

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to