Thanks dawid! ... beat me to it. : Date: Thu, 07 Jul 2016 08:16:44 -0000 : From: [email protected] : Reply-To: [email protected] : To: [email protected] : Subject: [1/2] lucene-solr:master: Added tests.awaitsfix to properties passed : to forked JVMs in tests. Added a little info about tests.filter to : test-help. : : Repository: lucene-solr : Updated Branches: : refs/heads/branch_6x 4921dcd80 -> 4bcda43fd : refs/heads/master f1528bf33 -> f61a5f27d : : : Added tests.awaitsfix to properties passed to forked JVMs in tests. Added a little info about tests.filter to test-help. : : : Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo : Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/f61a5f27 : Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/f61a5f27 : Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/f61a5f27 : : Branch: refs/heads/master : Commit: f61a5f27d23301c6f3f943907f8dc8c22a863e4e : Parents: f1528bf : Author: Dawid Weiss <[email protected]> : Authored: Thu Jul 7 10:14:58 2016 +0200 : Committer: Dawid Weiss <[email protected]> : Committed: Thu Jul 7 10:15:40 2016 +0200 : : ---------------------------------------------------------------------- : lucene/common-build.xml | 16 ++++++++++++++++ : 1 file changed, 16 insertions(+) : ---------------------------------------------------------------------- : : : http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/f61a5f27/lucene/common-build.xml : ---------------------------------------------------------------------- : diff --git a/lucene/common-build.xml b/lucene/common-build.xml : index 0e588c6..1820e00 100644 : --- a/lucene/common-build.xml : +++ b/lucene/common-build.xml : @@ -1068,6 +1068,7 @@ : <propertyref prefix="tests.timeoutSuite" /> : <propertyref prefix="tests.disableHdfs" /> : <propertyref prefix="tests.filter" /> : + <propertyref prefix="tests.awaitsfix" /> : <propertyref prefix="tests.leavetmpdir" /> : <propertyref prefix="tests.leaveTemporary" /> : <propertyref prefix="tests.leavetemporary" /> : @@ -1293,6 +1294,21 @@ ant -Dtests.weekly=[false] - weekly tests (@Weekly) : ant -Dtests.awaitsfix=[false] - known issue (@AwaitsFix) : ant -Dtests.slow=[true] - slow tests (@Slow) : : +# An alternative way to select just one (or more) groups of tests : +# is to use the -Dtests.filter property: : + : +-Dtests.filter="@slow" : + : +# would run only slow tests. 'tests.filter' supports Boolean operators : +# 'and, or, not' and grouping, for example: : + : +ant -Dtests.filter="@nightly and not(@awaitsfix or @slow)" : + : +# would run nightly tests but not those also marked as awaiting a fix : +# or slow. Note that tests.filter, if present, has a priority over any : +# individual tests.* properties. : + : + : # : # Load balancing and caches. -------------------------------------- : # : :
-Hoss http://www.lucidworks.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
