Added documentation about test groups.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1326413 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dawid Weiss 2012-04-15 19:40:37 +00:00
parent a9960fc205
commit f17b740d40
1 changed files with 11 additions and 0 deletions

View File

@ -875,6 +875,17 @@ ant test -Dtests.iters=N -Dtestcase=ClassName
# seed.
ant test -Dtests.iters=N -Dtestcase=ClassName -Dtests.seed=dead:beef
#
# Test groups. ----------------------------------------------------
#
# test groups can be enabled or disabled (true/false). Default
# value provided below in [brackets].
ant -Dtests.nightly=[false] - nightly test group (@Nightly)
ant -Dtests.weekly=[false] - weekly tests (@Weekly)
ant -Dtests.awaitsfix=[false] - known issue (@AwaitsFix)
ant -Dtests.slow=[false] - slow tests (@Slow)
#
# Load balancing and caches. --------------------------------------
#