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

Build: #1318 failed Manual run by Darius Jazayeri

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Build result summary

Details

Completed
Queue duration
5 seconds
Duration
2 minutes
Labels
None
Revisions
Git
33fdfaa98dcd1c9964cd4c24977ea497f4c509ea 33fdfaa98dcd1c9964cd4c24977ea497f4c509ea
Release scripts
e9a4608772fb6866768ccaef599cd2b9e5580f0a e9a4608772fb6866768ccaef599cd2b9e5580f0a
Total tests
18
Fixed in
#1319 (Manual run by Darius Jazayeri)

Tests

Responsible

  • djazayeri djazayeri Automatically assigned

Code commits

Git
Author Commit Message Commit date
Darius Jazayeri <jazayeri@alum.mit.edu> Darius Jazayeri <jazayeri@alum.mit.edu> 33fdfaa98dcd1c9964cd4c24977ea497f4c509ea 33fdfaa98dcd1c9964cd4c24977ea497f4c509ea only pass on NumberFormatException to avoid swallowing meaningful exceptions
I'm getting "groovy.lang.MissingPropertyException: No such property: locations for class: SimpleTemplateScript3" on a devtest server with no explanation of why (since the exception is swallowed)

Tests

New test failures 4
Status Test View job Duration
Collapse Failed LoginPageControllerTest get_shouldSetRedirectUrlInThePageModelIfAnyWasSpecifiedInTheSession History
Default Job < 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_shouldSetRedirectUrlInThePageModelIfAnyWasSpecifiedInTheRequest History
Default Job < 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_shouldSetTheRefererAsTheRedirectUrlInThePageModelIfNoRedirectParamExists History
Default Job < 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 History
Default Job < 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...)