Build: #268 failed

Job: Default Job failed

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Job result summary

Completed
Duration
55 seconds
Revision
c18a7c0961ca27368e9a6fbaac68b0419ff11bb0 c18a7c0961ca27368e9a6fbaac68b0419ff11bb0
Total tests
76
Failing since
#267 (Code changes detected – )
Fixed in
#271 (Code changes detected)

Tests

  • 76 tests in total
  • 3 tests failed
  • 1 failure is new
  • 5 tests were quarantined / skipped
  • 38 seconds taken in total.
New test failures 1
Status Test Duration
Collapse Failed OpenEmpiPatientFilterTest testFilterPatientsWithSimilarIdentifiers History
< 1 sec
java.util.ConcurrentModificationException
	at java.util.LinkedList$ListItr.checkForComodification(LinkedList.java:778)
	at java.util.LinkedList$ListItr.next(LinkedList.java:713)
	at org.openmrs.module.registrationcore.api.mpi.openempi.OpenEmpiPatientFilter.removePatientsWithSameIdentifier(OpenEmpiPatientFilter.java:37)
	at org.openmrs.module.registrationcore.api.mpi.openempi.OpenEmpiPatientFilter.filter(OpenEmpiPatientFilter.java:27)
	at org.openmrs.module.registrationcore.api.mpi.openempi.OpenEmpiPatientFilterTest.testFilterPatientsWithSimilarIdentifiers(OpenEmpiPatientFilterTest.java:46)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
(28 more lines...)
Existing test failures 2
Status Test Failing since Duration
java.lang.IllegalArgumentException: id to load is required for loading
	at org.hibernate.event.LoadEvent.<init>(LoadEvent.java:89)
	at org.hibernate.event.LoadEvent.<init>(LoadEvent.java:61)
	at org.hibernate.impl.SessionImpl.get(SessionImpl.java:1002)
	at org.hibernate.impl.SessionImpl.get(SessionImpl.java:998)
	at org.openmrs.api.db.hibernate.HibernatePatientDAO.getPatientIdentifierType(HibernatePatientDAO.java:302)
	at org.openmrs.api.impl.PatientServiceImpl.getPatientIdentifierType(PatientServiceImpl.java:530)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(111 more lines...)
java.lang.IllegalArgumentException: id to load is required for loading
	at org.hibernate.event.LoadEvent.<init>(LoadEvent.java:89)
	at org.hibernate.event.LoadEvent.<init>(LoadEvent.java:61)
	at org.hibernate.impl.SessionImpl.get(SessionImpl.java:1002)
	at org.hibernate.impl.SessionImpl.get(SessionImpl.java:998)
	at org.openmrs.api.db.hibernate.HibernatePatientDAO.getPatientIdentifierType(HibernatePatientDAO.java:302)
	at org.openmrs.api.impl.PatientServiceImpl.getPatientIdentifierType(PatientServiceImpl.java:530)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(111 more lines...)