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

Allen Wittenauer commented on YETUS-527:
----------------------------------------

Ah.  This is exactly why personality_file_tests is one of the most important 
things for projects to customize.  It's the key to enable/disable tests based 
upon the project's knowledge of their repo where the "built-in" rules don't 
work correctly.  

For example, solr could have a check that says:

{code}
if [[ ${filename} =~ solr-ref-guide/ ]]; then
   add_test solr_refguide_test
elif ...
{code}

If a patch is only the ref guide, unit and lots of other tests won't be queued 
up, including test4tests.

> recognize docs patches
> ----------------------
>
>                 Key: YETUS-527
>                 URL: https://issues.apache.org/jira/browse/YETUS-527
>             Project: Yetus
>          Issue Type: Improvement
>          Components: Test Patch
>            Reporter: Mike Drob
>
> When somebody posts a doc-only patch, we shouldn't make a red -1 on 
> test4tests over it.
> Maybe detect if all the changed files are {{.adoc}} or {{.md}} or maybe 
> there's some other type to consider also.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to