OpenMRS Core Master

Build: #2050 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 2,050 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
8 secs
Status
Failed (New Failure)

Error Log

org.hibernate.MappingException: Association references unmapped class: org.openmrs.Encounter
	at org.hibernate.cfg.HbmBinder.bindCollectionSecondPass(HbmBinder.java:2577)
	at org.hibernate.cfg.HbmBinder$CollectionSecondPass.secondPass(HbmBinder.java:2828)
	at org.hibernate.cfg.CollectionSecondPass.doSecondPass(CollectionSecondPass.java:70)
	at org.hibernate.cfg.Configuration.originalSecondPassCompile(Configuration.java:1697)
	at org.hibernate.cfg.Configuration.secondPassCompile(Configuration.java:1426)
	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1846)
	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)