[ 
https://issues.apache.org/jira/browse/LUCENE-9465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17178643#comment-17178643
 ] 

Dawid Weiss commented on LUCENE-9465:
-------------------------------------

Added something that works, although I'm not too happy about it because it 
indeed doesn't run in parallel -- this used to be possible but gradle somewhere 
lost the ability to run intra-project tasks in parallel... Strange.

The 'beast' task essentially duplicates test task's configuration multiple 
times over. You should pass '--tests' filter to restrict each run to the test 
(or suite) you're interested in. The 'tests' option is identical as in the 
regular 'test' task. Example:

{code}
gradlew -p lucene\core beast --tests TestPerFieldDocValuesFormat -Preps=2
{code}

I left some todos in the patch that point at alternative possibilities.

> Add functionality to do test re-runs (suite duplication, so-called 'beasting')
> ------------------------------------------------------------------------------
>
>                 Key: LUCENE-9465
>                 URL: https://issues.apache.org/jira/browse/LUCENE-9465
>             Project: Lucene - Core
>          Issue Type: Task
>            Reporter: Dawid Weiss
>            Assignee: Dawid Weiss
>            Priority: Major
>         Attachments: LUCENE-9465.patch
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to