Skip to content

Skipped

Scenario: Update a job description.Given A regular job creator with the name "TestJob_6" (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 13830 chars]...
om the existing creator # JobServiceTestSteps.createJobFromCreator()
    When I change the job name to "SomeRandomNewName"        # JobServiceTestSteps.updateExistingJobName(String)
    Then No exception was thrown                             # CommonSteps.checkThatNoExceptionWasThrown()
    When I search for the job in the database                # JobServiceTestSteps.findJobInDatabase()
    Then The job name is "SomeRandomNewName"                 # JobServiceTestSteps.checkJobItemName(String)