Skip to content

Skipped

Scenario: Find account by name.Given An existing account with the name "test_acc_42" (from org.eclipse.kapua.service.account.internal.RunTest)

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

Standard Output

Failure in before hook:AccountServiceTestSteps.beforeScenario(Scenario)
Message: java.lang.RuntimeException: liquibase.exception.MigrationFailedException: Migration failed for change set KapuaDB/changelog-authentication-1.0.0.xml::changelog-access_info-domain-1.0.0::eurotech:
     Reason: liquibase.exception.DatabaseException: Error executing SQL UPDATE PUBLIC.athz_domain SET serviceName = 'org.eclipse.kapua.service.authentication.token.AccessTokenService' WHERE serviceName = 'accessTokenService
...[truncated 13940 chars]...
xecutor.jvm.JdbcExecutor$1ExecuteStatementCallback.doInStatement(JdbcExecutor.java:86)
      	at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:49)
      	... 49 more


  Scenario: Find account by random Id     # features/AccountService.feature:60
      Search for an account that does not exist.

    When I search for a random account Id # AccountServiceTestSteps.findRandomAccountId()
    Then The account does not exist       # AccountServiceTestSteps.tryToFindInexistentAccount()