Skip to content

Skipped

Scenario: Validate a device client search with null scope.Given I expect the exception "KapuaIllegalNullArgumentException" with the text "An illegal null value was provided" (from org.eclipse.kapua.service.device.registry.internal.RunTest)

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

Standard Output

Failure in before hook:DeviceRegistryConnectionTestSteps.beforeScenario(Scenario)
Message: java.lang.RuntimeException: liquibase.exception.MigrationFailedException: Migration failed for change set KapuaDB/changelog-job-0.3.0.xml::changelog-job-step-definition-0.3.0_createTable::eurotech:
     Reason: liquibase.exception.DatabaseException: Error executing SQL CREATE TABLE PUBLIC.job_job_step_definition (scope_id BIGINT(21) unsigned, id BIGINT(21) unsigned AUTO_INCREMENT NOT NULL, created_on TIMES
...[truncated 22312 chars]...
client search                        # features/DeviceRegistryValidation.feature:114
      Validate the parameters for a client id based search. Both the Scope ID and the
      Client ID are valid. The validator should OK it.

    When Validating a find operation for scope 42 and client "test_client" # DeviceRegistryValidationTestSteps.validateDeviceSearchByClientId(String,String)
    Then There was no exception                                            # SharedTestSteps.noExceptionWasRaised()