Karaf itest (CoreTest) fails on slower CI machines
---------------------------------------------------
Key: FELIX-1899
URL: https://issues.apache.org/jira/browse/FELIX-1899
Project: Felix
Issue Type: Bug
Components: Karaf
Affects Versions: karaf-1.0.0
Reporter: Gert Vanthienen
Assignee: Gert Vanthienen
Priority: Minor
Fix For: karaf-1.2.0
When running the Karaf build on a slower (CI) build machine, the CoreTest in
the itests fails because the commands have not been set up when the assertions
are being executed:
{noformat}
org.apache.felix.karaf.shell.itests.CoreTest.testInstallCommand [equinox] View
test details
java.lang.IllegalArgumentException: Command not found: log:display
at org.apache.felix.gogo.runtime.shell.Closure.execute(Closure.java:208)
{noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.