OpenMRS Core Master

Build: #1369 failed

Job: Integration Test failed

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Should concatenate dose strength and units: Test case result

The below summarizes the result of the test "Should concatenate dose strength and units" in build 1,369 of OpenMRS Core - OpenMRS Core Master - Integration Test. View test case history
Description
Should concatenate dose strength and units
Test class
org.openmrs.util.databasechange.Database1_9_7UpgradeIT
Method
shouldConcatenateDoseStrengthAndUnits
Duration
3 secs
Status
Failed (New Failure)

Error Log

java.io.IOException: liquibase.exception.MigrationFailedException: Migration failed for change set liquibase-update-to-2.0.xml::20090402-1519-concept_map::bwolfe:
     Reason: liquibase.exception.DatabaseException: Error executing SQL CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid): Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid) [42102-187]:
          Caused By: Error executing SQL CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid): Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid) [42102-187]:
          Caused By: Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid) [42102-187]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
	at org.h2.message.DbException.get(DbException.java:179)
	at org.h2.message.DbException.get(DbException.java:155)
	at org.h2.schema.Schema.getTableOrView(Schema.java:438)
	at org.h2.command.ddl.CreateIndex.update(CreateIndex.java:60)
	at org.h2.command.CommandContainer.update(CommandContainer.java:78)
	at org.h2.command.Command.executeUpdate(Command.java:254)
	at org.h2.jdbc.JdbcStatement.executeInternal(JdbcStatement.java:184)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at liquibase.executor.jvm.JdbcExecutor$1ExecuteStatementCallback.doInStatement(JdbcExecutor.java:92)
	at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:55)
	at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:104)
	at liquibase.database.AbstractDatabase.execute(AbstractDatabase.java:1091)
	at liquibase.database.AbstractDatabase.executeStatements(AbstractDatabase.java:1075)
	at liquibase.changelog.ChangeSet.execute(ChangeSet.java:317)
	at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:27)
	at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:58)
	at liquibase.Liquibase.update(Liquibase.java:114)
	at org.openmrs.util.databasechange.DatabaseUpgradeTestUtil.upgrade(DatabaseUpgradeTestUtil.java:228)
	at org.openmrs.util.databasechange.DatabaseUpgradeTestUtil.upgrade(DatabaseUpgradeTestUtil.java:221)
	at org.openmrs.util.databasechange.Database1_9_7UpgradeIT.shouldConcatenateDoseStrengthAndUnits(Database1_9_7UpgradeIT.java:336)