OpenMRS Core Master

Build: #2207 failed

Job: Integration Test failed

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Should create discontinuation order for stopped orders: Test case result

The below summarizes the result of the test "Should create discontinuation order for stopped orders" in build 2,207 of OpenMRS Core - OpenMRS Core Master - Integration Test. View test case history
Description
Should create discontinuation order for stopped orders
Test class
org.openmrs.util.databasechange.Database1_9_7UpgradeIT
Method
shouldCreateDiscontinuationOrderForStoppedOrders
Duration
1 sec
Status
Failed (New Failure)

Error Log

java.io.IOException: liquibase.exception.MigrationFailedException: Migration failed for change set liquibase-update-to-latest-2.0.x.xml::20090402-1519-concept_map::bwolfe:
     Reason: liquibase.exception.DatabaseException: Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX PUBLIC.concept_map_uuid_index ON PUBLIC.concept_map(uuid) [42102-199] [Failed SQL: (42102) CREATE UNIQUE INDEX PUBLIC.concept_map_uuid_index ON PUBLIC.concept_map(uuid)]
java.io.IOException: 
liquibase.exception.MigrationFailedException: Migration failed for change set liquibase-update-to-latest-2.0.x.xml::20090402-1519-concept_map::bwolfe:
     Reason: liquibase.exception.DatabaseException: Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX PUBLIC.concept_map_uuid_index ON PUBLIC.concept_map(uuid) [42102-199] [Failed SQL: (42102) CREATE UNIQUE INDEX PUBLIC.concept_map_uuid_index ON PUBLIC.concept_map(uuid)]
	at org.openmrs.util.databasechange.Database1_9_7UpgradeIT.shouldCreateDiscontinuationOrderForStoppedOrders(Database1_9_7UpgradeIT.java:416)
Caused by: liquibase.exception.MigrationFailedException: 
Migration failed for change set liquibase-update-to-latest-2.0.x.xml::20090402-1519-concept_map::bwolfe:
     Reason: liquibase.exception.DatabaseException: Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX PUBLIC.concept_map_uuid_index ON PUBLIC.concept_map(uuid) [42102-199] [Failed SQL: (42102) CREATE UNIQUE INDEX PUBLIC.concept_map_uuid_index ON PUBLIC.concept_map(uuid)]
	at org.openmrs.util.databasechange.Database1_9_7UpgradeIT.shouldCreateDiscontinuationOrderForStoppedOrders(Database1_9_7UpgradeIT.java:416)
Caused by: liquibase.exception.DatabaseException: 
Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX PUBLIC.concept_map_uuid_index ON PUBLIC.concept_map(uuid) [42102-199] [Failed SQL: (42102) CREATE UNIQUE INDEX PUBLIC.concept_map_uuid_index ON PUBLIC.concept_map(uuid)]
	at org.openmrs.util.databasechange.Database1_9_7UpgradeIT.shouldCreateDiscontinuationOrderForStoppedOrders(Database1_9_7UpgradeIT.java:416)
Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: 
Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX PUBLIC.concept_map_uuid_index ON PUBLIC.concept_map(uuid) [42102-199]
	at org.openmrs.util.databasechange.Database1_9_7UpgradeIT.shouldCreateDiscontinuationOrderForStoppedOrders(Database1_9_7UpgradeIT.java:416)