You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2018/03/16 00:58:11 UTC

[5/6] lucene-solr:branch_7x: SOLR-10912: reverting personality plugins changes to include junit+unit and javac+compile, since this combo works, and neither one individually does.

SOLR-10912: reverting personality plugins changes to include junit+unit and javac+compile, since this combo works, and neither one individually does.


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/a3980add
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/a3980add
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/a3980add

Branch: refs/heads/branch_7x
Commit: a3980add396e878b8b5693c8f8b6e0b89a0ebda0
Parents: 077f19b
Author: Steve Rowe <sa...@apache.org>
Authored: Thu Mar 15 15:41:59 2018 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Thu Mar 15 20:57:32 2018 -0400

----------------------------------------------------------------------
 dev-tools/test-patch/lucene-solr-yetus-personality.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a3980add/dev-tools/test-patch/lucene-solr-yetus-personality.sh
----------------------------------------------------------------------
diff --git a/dev-tools/test-patch/lucene-solr-yetus-personality.sh b/dev-tools/test-patch/lucene-solr-yetus-personality.sh
index 0638c76..3e1becf 100644
--- a/dev-tools/test-patch/lucene-solr-yetus-personality.sh
+++ b/dev-tools/test-patch/lucene-solr-yetus-personality.sh
@@ -28,7 +28,8 @@
 #   4) Add a "<plugin>_rebuild" function to call out to ant to perform the validation method.
 # See examples of the above-described function types ^^ below.
    
-PLUGIN_LIST="ant,jira,javac,junit,test4tests"
+# Both compile+javac plugins are required, as well as unit+junit: in both cases, neither work individually 
+PLUGIN_LIST="ant,jira,compile,javac,unit,junit,test4tests"
 PLUGIN_LIST+=",testoutput,checkluceneversion,ratsources,checkforbiddenapis,checklicenses"
 PLUGIN_LIST+=",validatesourcepatterns,validaterefguide"
 personality_plugins "${PLUGIN_LIST}"