Runs unit test and deploys artifacts to maven repo. More details of the release in https://wiki.openmrs.org/x/i4DTAw

Build: #1318 failed

Job: Default Job failed

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Job result summary

Completed
Duration
2 minutes
Revision
33fdfaa98dcd1c9964cd4c24977ea497f4c509ea
Total tests
18
Fixed in
#1319 (Manual run by Darius Jazayeri)

Tests

  • 18 tests in total
  • 4 tests failed
  • 4 failures are new
  • 41 seconds taken in total.
New test failures 4
Status Test Duration
Collapse Failed LoginPageControllerTest get_shouldSetRedirectUrlInThePageModelIfAnyWasSpecifiedInTheRequest
< 1 sec
java.lang.NullPointerException
	at org.openmrs.module.referenceapplication.page.controller.LoginPageController.get(LoginPageController.java:94)
	at org.openmrs.module.referenceapplication.page.controller.LoginPageControllerTest.get_shouldSetRedirectUrlInThePageModelIfAnyWasSpecifiedInTheRequest(LoginPageControllerTest.java:165)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.junit.internal.runners.TestMethod.invoke(TestMethod.java:68)
(30 more lines...)
Collapse Failed LoginPageControllerTest get_shouldSetRedirectUrlInThePageModelIfAnyWasSpecifiedInTheSession
< 1 sec
java.lang.NullPointerException
	at org.openmrs.module.referenceapplication.page.controller.LoginPageController.get(LoginPageController.java:94)
	at org.openmrs.module.referenceapplication.page.controller.LoginPageControllerTest.get_shouldSetRedirectUrlInThePageModelIfAnyWasSpecifiedInTheSession(LoginPageControllerTest.java:212)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.junit.internal.runners.TestMethod.invoke(TestMethod.java:68)
(30 more lines...)
Collapse Failed LoginPageControllerTest get_shouldSetTheRefererAsTheRedirectUrlInThePageModelIfNoRedirectParamExists
< 1 sec
java.lang.NullPointerException
	at org.openmrs.module.referenceapplication.page.controller.LoginPageController.get(LoginPageController.java:94)
	at org.openmrs.module.referenceapplication.page.controller.LoginPageControllerTest.get_shouldSetTheRefererAsTheRedirectUrlInThePageModelIfNoRedirectParamExists(LoginPageControllerTest.java:187)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.junit.internal.runners.TestMethod.invoke(TestMethod.java:68)
(30 more lines...)
Collapse Failed LoginPageControllerTest get_shouldShowTheUserTheLoginPageIfTheyAreNotAuthenticated
< 1 sec
java.lang.NullPointerException
	at org.openmrs.module.referenceapplication.page.controller.LoginPageController.get(LoginPageController.java:94)
	at org.openmrs.module.referenceapplication.page.controller.LoginPageControllerTest.get_shouldShowTheUserTheLoginPageIfTheyAreNotAuthenticated(LoginPageControllerTest.java:145)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.junit.internal.runners.TestMethod.invoke(TestMethod.java:68)
(30 more lines...)