Skip to content

Skipped

Scenario: Regular domain.Given I create the domain (from org.eclipse.kapua.service.authorization.shiro.RunTest)

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

Standard Output

Failure in before hook:MiscAuthorizationTestSteps.beforeScenario(Scenario)
Message: java.lang.RuntimeException: liquibase.exception.ChangeLogParseException: /tmp/genie.kapua/kapua-liquibase/./0.2.0/changelog-authorization-0.2.0.pre.xml does not exist
	at org.eclipse.kapua.service.liquibase.KapuaLiquibaseClient.update(KapuaLiquibaseClient.java:72)
	at org.eclipse.kapua.service.authorization.shiro.AbstractAuthorizationServiceTest.setupDatabase(AbstractAuthorizationServiceTest.java:50)
	at org.ecli
...[truncated 13476 chars]...
s.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:29:01.817 [main] INFO  o.e.k.s.l.KapuaLiquibaseClient - Executing post master files... DONE!

  Scenario: Count domains in a blank database       # features/DomainService.feature:15
    The default domain table must contain 8 preset entries.

    When I count the domain entries in the database # DomainServiceTestSteps.countDomainEntries()
    Then I get 10 as result                         # CommonTestSteps.checkCountResult(Integer)