You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@yetus.apache.org by "Allen Wittenauer (Jira)" <ji...@apache.org> on 2020/10/03 05:39:00 UTC

[jira] [Commented] (YETUS-693) Add warning about requirements for XML test-patch test

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

Allen Wittenauer commented on YETUS-693:
----------------------------------------

I believe I've got the documentation requirements covered as part of YETUS-1012.

> Add warning about requirements for XML test-patch test
> ------------------------------------------------------
>
>                 Key: YETUS-693
>                 URL: https://issues.apache.org/jira/browse/YETUS-693
>             Project: Yetus
>          Issue Type: Improvement
>          Components: Precommit
>    Affects Versions: 0.6.0, 0.7.0, 0.8.0
>            Reporter: Sean Busbey
>            Priority: Minor
>              Labels: beginner
>
> When running Test-Patch with some JVM's (currently seen in Azul JDK7 over in HBase) the "xml" test always votes -1
> {code}
> ...
> 15:51:42 ============================================================================
> 15:51:42 ============================================================================
> 15:51:42                           XML verification: patch
> 15:51:42 ============================================================================
> 15:51:42 ============================================================================
> 15:51:42 
> 15:51:42 
> 15:51:42 
> 15:51:42 
> 15:51:42 ============================================================================
> ...
> 17:24:45 |  -1  |           xml  |   0m  0s   | The patch has 1 ill-formed XML file(s). 
> ...
> 17:24:45               Reason | Tests
> 17:24:45                 XML  |  Parsing Error(s): 
> 17:24:45                      |  pom.xml 
> ...
> {code}
> The actual output indicates the problem is the JDK we have doesn't support javascript scripting:
> {code}
> pom.xml:
> script engine for language js can not be found
> {code}
> Maybe we could do a quick known-pass and known-fail check in setup for the plugin?



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