Build: #263 failed Changes by mogoodrich <mgoodrich@pih.org>

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Build result summary

Details

Completed
Queue duration
1 second
Duration
1 minute
Labels
None
Revisions
Git
6e06299867a0a6508698747cfaa8e47492ba28a5 6e06299867a0a6508698747cfaa8e47492ba28a5
Release scripts
a9c6b4741f415820e397e9b150cf80baca7f9368 a9c6b4741f415820e397e9b150cf80baca7f9368
Total tests
76
Fixed in
#265 (Changes by mogoodrich <mgoodrich@pih.org>)

Tests

Responsible

  • mogoodrich mogoodrich Automatically assigned

Code commits

Git
Author Commit Message Commit date
mogoodrich <mgoodrich@pih.org> mogoodrich <mgoodrich@pih.org> 6e06299867a0a6508698747cfaa8e47492ba28a5 6e06299867a0a6508698747cfaa8e47492ba28a5 Merge branch 'approce-master'
mogoodrich <mgoodrich@pih.org> mogoodrich <mgoodrich@pih.org> 6336e880944581958df846459d90443140423bc3 m 6336e880944581958df846459d90443140423bc3 Merge branch 'master' of https://github.com/OpenMRS/openmrs-module-registrationcore into approce-master
approce <seateq64@gmail.com> approce <seateq64@gmail.com> 85aa6cf5bda07b1751918847a441002f0fc03d0e m 85aa6cf5bda07b1751918847a441002f0fc03d0e Merge remote-tracking branch 'upstream/master'
# Conflicts:
#        api/pom.xml
#        api/src/main/java/org/openmrs/module/registrationcore/RegistrationCoreConstants.java
#        api/src/main/java/org/openmrs/module/registrationcore/api/impl/RegistrationCoreServiceImpl.java
#        omod/pom.xml
#        pom.xml
approce <seateq64@gmail.com> approce <seateq64@gmail.com> a6320cedab570c0976a42aff5b7f173e10e81478 m a6320cedab570c0976a42aff5b7f173e10e81478 Merge remote-tracking branch 'upstream/master'
# Conflicts:
#        api/pom.xml
#        api/src/main/java/org/openmrs/module/registrationcore/RegistrationCoreConstants.java
#        api/src/main/java/org/openmrs/module/registrationcore/api/impl/RegistrationCoreServiceImpl.java
#        omod/pom.xml
#        pom.xml
approce <seateq64@gmail.com> approce <seateq64@gmail.com> 9dade5be4dd12350fceb1fc479f12caf7f3f8daf m 9dade5be4dd12350fceb1fc479f12caf7f3f8daf Remove getting creator by Id, use uuid instead.

Tests

New test failures 4
Status Test View job Duration
Collapse Failed OpenEmpiPatientExporterTest testExportPatient History
Default Job < 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.OpenEmpiPatientExporter.removeOpenEmpiGlobalIdentifier(OpenEmpiPatientExporter.java:43)
	at org.openmrs.module.registrationcore.api.mpi.openempi.OpenEmpiPatientExporter.exportPatient(OpenEmpiPatientExporter.java:33)
	at org.openmrs.module.registrationcore.api.mpi.openempi.OpenEmpiPatientExporterTest.testExportPatient(OpenEmpiPatientExporterTest.java:46)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
(28 more lines...)
Collapse Failed OpenEmpiPatientFetcherTest testPerformCorrectImportForPatientWithoutOpenMrsIdentifier History
Default Job < 1 sec
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...)
Collapse Failed OpenEmpiPatientFetcherTest testPerformCorrectImportForPatientWithOpenMrsIdentifier History
Default Job < 1 sec
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...)
Collapse Failed OpenEmpiPatientFilterTest testFilterPatientsWithSimilarIdentifiers History
Default Job < 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...)