RFR: JMC-6115 Use Jemmy builds from Maven Central
Jie Kang
jkang at redhat.com
Mon Oct 15 13:07:50 UTC 2018
On Sat, Oct 13, 2018 at 12:48 PM Patrick Reinhart <patrick at reini.net> wrote:
>
> Hi Jie,
>
> For me the tests do not run here under Linux:
>
> mvn verify -P uitests
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] JDK Mission Control 7.0.0-SNAPSHOT ................. SUCCESS [
> 2.095 s]
> [INFO] missioncontrol.application ......................... SUCCESS [
> 0.059 s]
> [INFO] org.openjdk.jmc.ui.common .......................... SUCCESS [
> 6.941 s]
> [INFO] org.openjdk.jmc.commands ........................... SUCCESS [
> 4.492 s]
> [INFO] org.openjdk.jmc.ui ................................. SUCCESS [
> 14.612 s]
> [INFO] org.openjdk.jmc.greychart .......................... SUCCESS [
> 7.724 s]
> [INFO] org.openjdk.jmc.greychart.ui ....................... SUCCESS [
> 6.848 s]
> [INFO] org.openjdk.jmc.rjmx ............................... SUCCESS [
> 10.093 s]
> [INFO] org.openjdk.jmc.rjmx.ui ............................ SUCCESS [
> 9.516 s]
> [INFO] org.openjdk.jmc.alert .............................. SUCCESS [
> 5.107 s]
> [INFO] org.openjdk.jmc.attach ............................. SUCCESS [
> 2.444 s]
> [INFO] org.openjdk.jmc.browser.attach ..................... FAILURE [
> 4.726 s]
>
> Also the UI tests fail:
>
> mvn verify -P uitests
The logs below has the same failure as the logs above; was this the
intended paste?
`org.openjdk.jmc.browser.attach` is under `application` module, is not
a UI test and has no dependence on the Jemmy libraries as far as I can
tell. The patch adds a new phase to the `org.openjdk.jmc.test.jemmy`
module that downloads Jemmy libraries under the lib folder; assuming
your logs are complete this module has not been reached and so I can't
see how this failure is related. Can you share logs of the actual
failure? Otherwise possibly retry with a clean run via 'mvn clean
verify -P uitests'.
Regards,
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] JDK Mission Control 7.0.0-SNAPSHOT ................. SUCCESS [
> 1.867 s]
> [INFO] missioncontrol.application ......................... SUCCESS [
> 0.061 s]
> [INFO] org.openjdk.jmc.ui.common .......................... SUCCESS [
> 5.843 s]
> [INFO] org.openjdk.jmc.commands ........................... SUCCESS [
> 4.192 s]
> [INFO] org.openjdk.jmc.ui ................................. SUCCESS [
> 12.285 s]
> [INFO] org.openjdk.jmc.greychart .......................... SUCCESS [
> 5.707 s]
> [INFO] org.openjdk.jmc.greychart.ui ....................... SUCCESS [
> 6.156 s]
> [INFO] org.openjdk.jmc.rjmx ............................... SUCCESS [
> 9.170 s]
> [INFO] org.openjdk.jmc.rjmx.ui ............................ SUCCESS [
> 9.860 s]
> [INFO] org.openjdk.jmc.alert .............................. SUCCESS [
> 4.523 s]
> [INFO] org.openjdk.jmc.attach ............................. SUCCESS [
> 1.856 s]
> [INFO] org.openjdk.jmc.browser.attach ..................... FAILURE [
> 3.777 s]
>
> -Patrick
>
>
>
More information about the jmc-dev
mailing list