Deploys Reference Application SNAPSHOT to maven

Build: #5000 failed

Job: Run UI tests on Travis failed

Stages & jobs

  1. Create Reference Application packages

  2. Deploy to Automated Functional Test Server

  3. Run UI Tests

  4. Deploy to Manual Test Server

  5. Release

    Requires a user to start manually
  6. Create Standalone

Test results

  • 10 tests in total
  • 3 tests failed
  • 1 failure is new
  • 1 test was quarantined / skipped
  • 12 minutes taken in total.

Build 5,000 has the following 3 errors: 1 new failure(s) occurred since the previous build.

New test failures 1
Status Test Duration
Collapse Failed XSSOnPhoneNumberFieldTest XSSOnPhoneNumberFieldTest History
1 min
java.lang.IllegalStateException: Delete request failed: http://int02.openmrs.org/openmrs/ws/rest/v1/patient/4c4d3ff0-37bd-4f93-a45e-03e9d8fe1f28?purge=true
	at org.glassfish.jersey.client.JerseyInvocation.convertToException(JerseyInvocation.java:925)
	at org.glassfish.jersey.client.JerseyInvocation.translate(JerseyInvocation.java:770)
	at org.glassfish.jersey.client.JerseyInvocation.access$500(JerseyInvocation.java:90)
	at org.glassfish.jersey.client.JerseyInvocation$2.call(JerseyInvocation.java:671)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:315)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:297)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:228)
(7 more lines...)
Existing test failures 2
Status Test Failing since Duration
java.lang.IllegalStateException: Delete request failed: http://int02.openmrs.org/openmrs/ws/rest/v1/patient/cb5fc170-860b-4cdf-b865-4cceb0f4ef93?purge=true
	at org.glassfish.jersey.client.JerseyInvocation.convertToException(JerseyInvocation.java:925)
	at org.glassfish.jersey.client.JerseyInvocation.translate(JerseyInvocation.java:770)
	at org.glassfish.jersey.client.JerseyInvocation.access$500(JerseyInvocation.java:90)
	at org.glassfish.jersey.client.JerseyInvocation$2.call(JerseyInvocation.java:671)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:315)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:297)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:228)
(7 more lines...)
java.lang.AssertionError: 
Expected: a string containing "10DA5"
     but: was ""
	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.reference.FindPatientRecordTest.testFindPatientRecord(FindPatientRecordTest.java:41)