Skip to content

Failed

org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest.testListComponentConfigurationsException[0]

Failing for the past 1 build (Since #52 )
Took 3 ms.
Failed with 0 retries

Run 1:

Failed with 0 retries

Run 1:

Error Message

expected status: 400 but was: 503 body: Optional[{
"servlet":"org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet-499e42cf",
"message":"Jersey is not ready yet!",
"url":"/services/configuration/v2/configurableComponents/configurations",
"status":"503"
}]

Stacktrace

java.lang.AssertionError: 
expected status: 400 but was: 503 body: Optional[{
"servlet":"org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet-499e42cf",
"message":"Jersey is not ready yet!",
"url":"/services/configuration/v2/configurableComponents/configurations",
"status":"503"
}]
	at org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest.testListComponentConfigurationsException(ConfigurationRestServiceTest.java:160)