Builds, runs unit tests and deploys artifacts to nexus repo

Build: #382 failed

Job: Default Job failed

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Job result summary

Completed
Duration
6 minutes
Revision
30a908c1e36a9b2e9757931732ab822934f10589 30a908c1e36a9b2e9757931732ab822934f10589
Total tests
521
Fixed in
#383 (Code changes detected)

Tests

  • 521 tests in total
  • 3 tests failed
  • 3 failures are new
  • 4 tests were quarantined / skipped
  • 6 minutes taken in total.
New test failures 3
Status Test Duration
Collapse Failed RegressionTest testSimplestFormSuccessNoLocationAndNoProvider History
< 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
< 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...)
Collapse Failed RegressionTest testSimplestFormSuccessWithNoProvider History
< 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...)