Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
3 minutes
Labels
None
Revisions
Git
b4ff19f58a05c4e646d1c336b294edc1ae9e1ca4 b4ff19f58a05c4e646d1c336b294edc1ae9e1ca4
Release scripts
fd5310f196074c1101fc7f1e2349005e2f083d72 fd5310f196074c1101fc7f1e2349005e2f083d72
Total tests
29
Fixed in
#2159 (Changes by Tomasz Mueller <tmueller@soldevelo.com>)

Tests

Responsible

No one has taken responsibility for this failure

Code commits

Git
Author Commit Message Commit date
Tomasz Mueller <tmueller@soldevelo.com> Tomasz Mueller <tmueller@soldevelo.com> b4ff19f58a05c4e646d1c336b294edc1ae9e1ca4 b4ff19f58a05c4e646d1c336b294edc1ae9e1ca4 RA-792 added getting patient uuid when registering patient

Tests

New test failures 4
Status Test View job Duration
Collapse Failed RegisterPatientFragmentControllerTest testWithUnknownPatient History
Default Job 19 secs
java.lang.AssertionError:  Expected: is "url.html?patient=1000"      but: was "url.html?patient=31ed3932-45d4-4df7-a377-0bd9e746df00"
java.lang.AssertionError: 
Expected: is "url.html?patient=1000"
     but: was "url.html?patient=31ed3932-45d4-4df7-a377-0bd9e746df00"
	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.registrationapp.fragment.controller.RegisterPatientFragmentControllerTest.testWithUnknownPatient(RegisterPatientFragmentControllerTest.java:247)
(37 more lines...)
Collapse Failed RegisterPatientFragmentControllerTest testPostWithCodedObs History
Default Job < 1 sec
java.lang.AssertionError:  Expected: is "url.html?patient=1003"      but: was "url.html?patient=4295a99c-32e5-45c9-9d91-22ebe94f5b88"
java.lang.AssertionError: 
Expected: is "url.html?patient=1003"
     but: was "url.html?patient=4295a99c-32e5-45c9-9d91-22ebe94f5b88"
	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.registrationapp.fragment.controller.RegisterPatientFragmentControllerTest.testPostWithCodedObs(RegisterPatientFragmentControllerTest.java:195)
(37 more lines...)
Collapse Failed RegisterPatientFragmentControllerTest testPostWithEncounterAndObs History
Default Job < 1 sec
java.lang.AssertionError:  Expected: is "url.html?patient=1001"      but: was "url.html?patient=e340ef2a-729b-4487-9145-a342e01140cf"
java.lang.AssertionError: 
Expected: is "url.html?patient=1001"
     but: was "url.html?patient=e340ef2a-729b-4487-9145-a342e01140cf"
	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.registrationapp.fragment.controller.RegisterPatientFragmentControllerTest.testPostWithEncounterAndObs(RegisterPatientFragmentControllerTest.java:220)
(37 more lines...)
Collapse Failed RegisterPatientFragmentControllerTest testPostWithObs History
Default Job < 1 sec
java.lang.AssertionError:  Expected: is "url.html?patient=1002"      but: was "url.html?patient=31c11b94-2af2-4352-9cd8-72df1ce63631"
java.lang.AssertionError: 
Expected: is "url.html?patient=1002"
     but: was "url.html?patient=31c11b94-2af2-4352-9cd8-72df1ce63631"
	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.registrationapp.fragment.controller.RegisterPatientFragmentControllerTest.testPostWithObs(RegisterPatientFragmentControllerTest.java:174)
(37 more lines...)

Jira issues

IssueDescriptionStatus
Unknown Issue TypeRA-792Could not obtain issue details from Jira