Builds, runs unit tests and deploys artifacts to nexus repo

Build: #382 failed Changes by Stephen Senkomago Musoke

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Build result summary

Details

Completed
Queue duration
1 second
Duration
7 minutes
Labels
None
Revisions
Git
30a908c1e36a9b2e9757931732ab822934f10589 30a908c1e36a9b2e9757931732ab822934f10589
Release scripts
c56cad8f5570dd7670aa2b5f8fec893ae4606be9 c56cad8f5570dd7670aa2b5f8fec893ae4606be9
Total tests
521
Fixed in
#383 (Changes by Mark Goodrich <mgoodrich@pih.org>)

Tests

Responsible

Code commits

Git
Author Commit Message Commit date
Stephen Senkomago Musoke Stephen Senkomago Musoke 30a908c1e36a9b2e9757931732ab822934f10589 30a908c1e36a9b2e9757931732ab822934f10589 Enable the encounter location and provider tags not to be required by adding a required="false" attribute

Tests

New test failures 3
Status Test View job Duration
Collapse Failed RegressionTest testSimplestFormSuccessWithNoProvider History
Default Job < 1 sec
java.lang.IllegalArgumentException: Person must not be null
	at org.apache.commons.lang.Validate.notNull(Validate.java:203)
	at org.openmrs.api.impl.ProviderServiceImpl.getProvidersByPerson(ProviderServiceImpl.java:121)
	at sun.reflect.GeneratedMethodAccessor1282.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
(98 more lines...)
Collapse Failed RegressionTest testSimplestFormSuccessNoLocationAndNoProvider History
Default Job < 1 sec
java.lang.AssertionError: [w6 -> null]
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.openmrs.module.htmlformentry.RegressionTestHelper$SubmissionResults.assertNoErrors(RegressionTestHelper.java:619)
	at org.openmrs.module.htmlformentry.RegressionTest$3.testResults(RegressionTest.java:122)
	at org.openmrs.module.htmlformentry.RegressionTestHelper.run(RegressionTestHelper.java:276)
	at org.openmrs.module.htmlformentry.RegressionTest.testSimplestFormSuccessNoLocationAndNoProvider(RegressionTest.java:125)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(60 more lines...)
Collapse Failed RegressionTest testSimplestFormSuccessWithNoLocation History
Default Job < 1 sec
java.lang.AssertionError: [w6 -> null]
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.openmrs.module.htmlformentry.RegressionTestHelper$SubmissionResults.assertNoErrors(RegressionTestHelper.java:619)
	at org.openmrs.module.htmlformentry.RegressionTest$5.testResults(RegressionTest.java:181)
	at org.openmrs.module.htmlformentry.RegressionTestHelper.run(RegressionTestHelper.java:276)
	at org.openmrs.module.htmlformentry.RegressionTest.testSimplestFormSuccessWithNoLocation(RegressionTest.java:185)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(60 more lines...)