mirror of https://github.com/apache/lucene.git
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:
parent
a9960fc205
commit
f17b740d40
|
@ -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. --------------------------------------
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue