Skip to content

Skipped

Scenario: Delete a step definition twice.Given A regular step definition creator with the name "TestDefinition" (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: liquibase.exception.MigrationFailedException: Migration failed for change set KapuaDB/changelog-job-0.3.0.xml::changelog-job-domain-0.3.0::eurotech:
     Reason: liquibase.exception.DatabaseException: Error executing SQL INSERT INTO PUBLIC.athz_domain (created_on, created_by, name, serviceName) VALUES (NOW(), '1', 'job', 'jobService'): Unique index or primary key violation: "CONSTRAINT_4_
...[truncated 14263 chars]...
iceTestSteps.checkTheStepDefinitionAgainstTheCreator()
    When I delete the step definition                                      # JobStepDefinitionServiceTestSteps.deleteExistingStepDefinition()
    And I search for the step definition in the database                   # JobStepDefinitionServiceTestSteps.findTheExistingStepDefinitionInTheDatabase()
    Then There is no such step definition item in the database             # JobStepDefinitionServiceTestSteps.checkThatNoStepDefinitionWasFound()