OpenMRS Core Master

Build: #933 failed Manual run by Daniel Kayiwa

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Build result summary

Details

Completed
Queue duration
3 seconds
Duration
18 minutes
Labels
None
Revisions
openmrs-core
a597e16dbe12c64f56894dc9c65774a3e17ed504 a597e16dbe12c64f56894dc9c65774a3e17ed504
openmrs-standalone
af3c68233a53f1bacb4113ede3adbaf33d9ae002 af3c68233a53f1bacb4113ede3adbaf33d9ae002
Release scripts
fd5310f196074c1101fc7f1e2349005e2f083d72 fd5310f196074c1101fc7f1e2349005e2f083d72
Total tests
3111
Failing since
#932 (Changes by Daniel Kayiwa and cintiadr <cintiadrio@gmail.com>)
Fixed in
#944 (Manual run by Cintia Del Rio)

Responsible

Configuration changes

Some of the jobs or stages referenced by this result no longer exist.

Restarting failed/incomplete builds only is not possible as some of the affected jobs no longer exist.

Tests

New test failures 3
Status Test View job Duration
Collapse Failed EncounterServiceTest saveEncounter_shouldSetDateStoppedOnTheOriginalAfterAddingReviseOrder History
Build and Test 10 secs
org.hibernate.PessimisticLockException: could not extract ResultSet
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:344)
	at org.h2.message.DbException.get(DbException.java:178)
	at org.h2.message.DbException.get(DbException.java:154)
	at org.h2.table.RegularTable.doLock(RegularTable.java:530)
	at org.h2.table.RegularTable.lock(RegularTable.java:464)
	at org.h2.table.TableFilter.lock(TableFilter.java:147)
	at org.h2.command.dml.Select.queryWithoutCache(Select.java:632)
(108 more lines...)
Collapse Failed EncounterServiceTest saveEncounter_shouldNotOverwriteObsAndOrdersCreatorOrDateCreated History
Build and Test 10 secs
org.hibernate.PessimisticLockException: could not extract ResultSet
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:344)
	at org.h2.message.DbException.get(DbException.java:178)
	at org.h2.message.DbException.get(DbException.java:154)
	at org.h2.table.RegularTable.doLock(RegularTable.java:530)
	at org.h2.table.RegularTable.lock(RegularTable.java:464)
	at org.h2.table.TableFilter.lock(TableFilter.java:147)
	at org.h2.command.dml.Select.queryWithoutCache(Select.java:632)
(108 more lines...)
Collapse Failed EncounterServiceTest transferEncounter_shouldTransferAnEncounterWithOrdersAndObservationsToGivenPatient History
Build and Test 10 secs
org.hibernate.PessimisticLockException: could not extract ResultSet
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:344)
	at org.h2.message.DbException.get(DbException.java:178)
	at org.h2.message.DbException.get(DbException.java:154)
	at org.h2.table.RegularTable.doLock(RegularTable.java:530)
	at org.h2.table.RegularTable.lock(RegularTable.java:464)
	at org.h2.table.TableFilter.lock(TableFilter.java:147)
	at org.h2.command.dml.Select.queryWithoutCache(Select.java:632)
(138 more lines...)
Existing test failures 1
Status Test Failing since View job Duration
java.lang.NullPointerException: null
	at java.lang.String.startsWith(String.java:1393)
	at java.lang.String.startsWith(String.java:1422)
	at org.openmrs.api.context.ServiceContext.getModuleOpenmrsServices(ServiceContext.java:1002)
	at org.openmrs.api.context.Context.getModuleOpenmrsServices(Context.java:1258)
	at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1189)
	at org.openmrs.module.ModuleUtil.shutdown(ModuleUtil.java:161)
	at org.openmrs.module.BaseModuleActivatorTest.beforeEachTest(BaseModuleActivatorTest.java:36)
(32 more lines...)