OpenMRS Core Master

Build: #1868 failed

Job: Integration Test failed

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Should upgrade from clean1 9to1 10: Test case result

The below summarizes the result of the test "Should upgrade from clean1 9to1 10" in build 1,868 of OpenMRS Core - OpenMRS Core Master - Integration Test. View test case history
Description
Should upgrade from clean1 9to1 10
Test class
org.openmrs.util.databasechange.Database1_9_7UpgradeIT
Method
shouldUpgradeFromClean1_9To1_10
Duration
6 secs
Status
Failed (New Failure)

Error Log

org.hibernate.HibernateException: Wrong column type in OPENMRS.PUBLIC.CONDITION for column previous_version. Found: integer, expected: binary(255)
	at org.hibernate.mapping.Table.validateColumns(Table.java:372)
	at org.hibernate.cfg.Configuration.validateSchema(Configuration.java:1338)
	at org.hibernate.tool.hbm2ddl.SchemaValidator.validate(SchemaValidator.java:175)
	at org.hibernate.internal.SessionFactoryImpl.<init>(SessionFactoryImpl.java:525)
	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1859)
	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1930)
	at org.openmrs.util.databasechange.DatabaseUpgradeTestUtil.buildSessionFactory(DatabaseUpgradeTestUtil.java:251)
	at org.openmrs.util.databasechange.Database1_9_7UpgradeIT.shouldUpgradeFromClean1_9To1_10(Database1_9_7UpgradeIT.java:158)