Runs unit test and deploys artifacts to maven repo. More details of the release in https://wiki.openmrs.org/x/i4DTAw

Build: #2191 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
2 minutes
Labels
None
Revisions
Git
dfa7d42cd37f8b0312c670accc097f5b360ac6b2 dfa7d42cd37f8b0312c670accc097f5b360ac6b2
Release scripts
fd5310f196074c1101fc7f1e2349005e2f083d72 fd5310f196074c1101fc7f1e2349005e2f083d72
Total tests
43
Fixed in
#2193 (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> dfa7d42cd37f8b0312c670accc097f5b360ac6b2 dfa7d42cd37f8b0312c670accc097f5b360ac6b2 UHM-2074: Start Visit should bring user to the visit dashboard

Tests

New test failures 4
Status Test View job Duration
Collapse Failed QuickVisitFragmentControllerTest shouldCreateNewVisit History
Default Job < 1 sec
java.lang.NullPointerException
	at org.openmrs.module.coreapps.fragment.controller.visit.QuickVisitFragmentController.create(QuickVisitFragmentController.java:55)
	at org.openmrs.module.coreapps.fragment.controller.visit.QuickVisitFragmentControllerTest.shouldCreateNewVisit(QuickVisitFragmentControllerTest.java:75)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
(25 more lines...)
Collapse Failed RetrospectiveVisitFragmentControllerTest test_shouldCreateNewRetrospectiveVisit History
Default Job < 1 sec
java.lang.AssertionError:  Expected: is "?patientId=1&visitId=1"      but: was null
java.lang.AssertionError: 
Expected: is "?patientId=1&visitId=1"
     but: was null
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.junit.Assert.assertThat(Assert.java:865)
	at org.junit.Assert.assertThat(Assert.java:832)
	at org.openmrs.module.coreapps.fragment.controller.visit.RetrospectiveVisitFragmentControllerTest.test_shouldCreateNewRetrospectiveVisit(RetrospectiveVisitFragmentControllerTest.java:83)
(30 more lines...)
Collapse Failed RetrospectiveVisitFragmentControllerTest test_shouldReturnConflictingVisits History
Default Job < 1 sec
java.lang.AssertionError:  Expected: is "{\"startDate\":\"someDate\",\"stopDate\":\"someDate\",\"id\":null}"      but: was "{\"startDate\":\"someDate\",\"stopDate\":\"someDate\",\"id\":null,\"uuid\":\"cb905844-6d8e-4b1e-ab98-e9aa873932d5\"}"
java.lang.AssertionError: 
Expected: is "{\"startDate\":\"someDate\",\"stopDate\":\"someDate\",\"id\":null}"
     but: was "{\"startDate\":\"someDate\",\"stopDate\":\"someDate\",\"id\":null,\"uuid\":\"cb905844-6d8e-4b1e-ab98-e9aa873932d5\"}"
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.junit.Assert.assertThat(Assert.java:865)
	at org.junit.Assert.assertThat(Assert.java:832)
	at org.openmrs.module.coreapps.fragment.controller.visit.RetrospectiveVisitFragmentControllerTest.test_shouldReturnConflictingVisits(RetrospectiveVisitFragmentControllerTest.java:139)
(30 more lines...)
Collapse Failed RetrospectiveVisitFragmentControllerTest test_shouldCreateNewRetrospectiveVisit_whenNoStopDateSpecified History
Default Job < 1 sec
java.lang.AssertionError:  Expected: is "?patientId=1&visitId=1"      but: was null
java.lang.AssertionError: 
Expected: is "?patientId=1&visitId=1"
     but: was null
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.junit.Assert.assertThat(Assert.java:865)
	at org.junit.Assert.assertThat(Assert.java:832)
	at org.openmrs.module.coreapps.fragment.controller.visit.RetrospectiveVisitFragmentControllerTest.test_shouldCreateNewRetrospectiveVisit_whenNoStopDateSpecified(RetrospectiveVisitFragmentControllerTest.java:110)
(30 more lines...)

Jira issues

IssueDescriptionStatus
Unknown Issue TypeUHM-2074Could not obtain issue details from Jira