Class org.qi4j.library.sql.liquibase.LiquibaseServiceTest

1

tests

0

failures

0

ignored

8.515s

duration

100%

successful

Tests

Test Duration Result
testLiquibase 8.515s passed

Standard output

Activating Application
Activating Layer 1
Activating Module 1
Activating LiquibaseService(active=false,module='Module 1')
Activating MemoryEntityStoreService(active=false,module='Module 1')
Activated MemoryEntityStoreService(active=true,module='Module 1')
Activating OrgJsonValueSerializationService(active=false,module='Module 1')
Activated OrgJsonValueSerializationService(active=true,module='Module 1')
Activating datasource-service(active=false,module='Module 1')
Activated datasource-service(active=true,module='Module 1')
Activating EntityToValueService(active=false,module='Module 1')
Activated EntityToValueService(active=true,module='Module 1')
13:22:47.518 [Test worker] INFO  o.q.l.s.d.AbstractDataSourceServiceImporterMixin - Starting up DataSource 'testds-liquibase' for: @jdbc:derby:memory:testdb3;create=true
13:22:48.871 [Test worker] INFO  o.q.l.s.d.AbstractDataSourceServiceImporterMixin - Database for DataSource is up!
Activating testds-liquibase, active=false, module='Module 1'
Activated testds-liquibase, active=true, module='Module 1'
Activated LiquibaseService(active=true,module='Module 1')
Activated Module 1
Activated Layer 1
Activated Application
{"id":"someid","foo":"bar"}

Standard error

INFO 28/07/15 13:22: liquibase: Successfully acquired change log lock
INFO 28/07/15 13:22: liquibase: Creating database history table with name: APP.DATABASECHANGELOG
INFO 28/07/15 13:22: liquibase: Reading from APP.DATABASECHANGELOG
INFO 28/07/15 13:22: liquibase: changelog.xml: changelog.xml::1::test: Table test created
INFO 28/07/15 13:22: liquibase: changelog.xml: changelog.xml::1::test: ChangeSet changelog.xml::1::test ran successfully in 26ms
INFO 28/07/15 13:22: liquibase: Successfully released change log lock