Skip to content

Skipped

Scenario: Delete a job execution item twice.Given I create a job with the name "TestJob" (from org.eclipse.kapua.service.job.RunTest)

Skipped for the past 2 builds (Since #0 )
Took 0 ms.

Standard Output

Failure in before hook:JobStepServiceTestSteps.beforeScenario(Scenario)
Message: java.lang.RuntimeException: java.io.IOException: Unable to delete directory /tmp/genie.kapua/kapua-liquibase.
	at org.eclipse.kapua.service.liquibase.KapuaLiquibaseClient.update(KapuaLiquibaseClient.java:72)
	at org.eclipse.kapua.service.job.step.JobStepServiceTestSteps.beforeScenario(JobStepServiceTestSteps.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccesso
...[truncated 6815 chars]...
ps.createANamedJob(String)
    And A regular job execution item                         # JobExecutionServiceTestSteps.createARegularExecution()
    Then I delete the last job execution in the database     # JobExecutionServiceTestSteps.deleteLastJobExecution()
    When I search for the last job execution in the database # JobExecutionServiceTestSteps.findLastJobExecution()
    Then There is no such job execution item in the database # JobExecutionServiceTestSteps.checkThatNoExecutionWasFound()