Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[egit-dev] EGit build on Hudson, how to run org.eclipse.egit.core.test tests

Yesterday I tried to run the org.eclipse.egit.core.test tests on Hudson by
changing the Maven call to
    mvn clean verify
Since these tests need a display I switched on the Xvnc plugin. Unfortunately
these test runs seem to cause the Hudson builds to hang. I tried to change that back
but then I ran into https://bugs.eclipse.org/bugs/show_bug.cgi?id=300606
hence I couldn't investigate any further. It seems you were able to change
back the Hudson configuration to the old maven call
    mvn clean package

Maybe https://issues.sonatype.org/browse/TYCHO-83 is relevant here ?

Nevertheless I would like to get these tests to also run on Hudson. Any Hudson
wizard around ?

--
Matthias

Back to the top