Deploys Reference Application SNAPSHOT to maven

Build: #3769 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

Merge visits test: Test case result

The below summarizes the result of the test "Merge visits test" in build 3,769 of Reference Application - Distribution 2.x - Run UI tests on Travis. View test case history
Description
Merge visits test
Test class
org.openmrs.reference.MergeVisitsTest
Method
mergeVisitsTest
Duration
< 1 sec
Status
Failed (Existing Failure)

Error Log

javax.ws.rs.InternalServerErrorException: HTTP 500 Internal Server Error
	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)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:422)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:667)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:423)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:326)
	at org.openmrs.uitestframework.test.RestClient.post(RestClient.java:75)
	at org.openmrs.uitestframework.test.TestData$JsonTestClass.create(TestData.java:70)
	at org.openmrs.uitestframework.test.TestData$JsonTestClass.create(TestData.java:66)
	at org.openmrs.uitestframework.test.TestData.createPerson(TestData.java:486)
	at org.openmrs.uitestframework.test.TestBase.createTestPatient(TestBase.java:423)
	at org.openmrs.uitestframework.test.TestBase.createTestPatient(TestBase.java:429)
	at org.openmrs.reference.MergeVisitsTest.setUp(MergeVisitsTest.java:24)