Details
Description
When running Test-Patch with some JVM's (currently seen in Azul JDK7 over in HBase) the "xml" test always votes -1
... 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 ...
The actual output indicates the problem is the JDK we have doesn't support javascript scripting:
pom.xml:
script engine for language js can not be found
Maybe we could do a quick known-pass and known-fail check in setup for the plugin?
Attachments
Issue Links
- Is contained by
-
YETUS-1012 Major overhaul of precommit documentation
- Resolved
- relates to
-
HBASE-22732 XML verification fails in precommit
- Open
-
YETUS-670 xml test should try xmllint --valid
- Resolved