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

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Build result summary

Details

Completed
Queue duration
1 second
Duration
1 minute
Labels
None
Revisions
Git
353e4af84d32dd0990c57a68f6f298b81bbb2049 353e4af84d32dd0990c57a68f6f298b81bbb2049
Release scripts
e9a4608772fb6866768ccaef599cd2b9e5580f0a e9a4608772fb6866768ccaef599cd2b9e5580f0a
Total tests
18
Fixed in
#1324 (Changes by Darius Jazayeri <jazayeri@alum.mit.edu>)

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> 353e4af84d32dd0990c57a68f6f298b81bbb2049 353e4af84d32dd0990c57a68f6f298b81bbb2049 RA-592 - Redirect Loop when trying to visit homepage

Tests

New test failures 3
Status Test View job Duration
Collapse Failed LoginPageControllerTest post_shouldRedirectTheUserToTheHomePageIfTheRedirectUrlIsTheLoginPage History
Default Job < 1 sec
org.openmrs.api.APIException: A user context must first be passed to setUserContext()...use Context.openSession() (and closeSession() to prevent memory leaks!) before using the API
	at org.openmrs.api.context.Context.getUserContext(Context.java:245)
	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.powermock.api.mockito.internal.invocation.MockitoMethodInvocationControl$1.invoke(MockitoMethodInvocationControl.java:242)
	at org.powermock.api.mockito.internal.invocation.MockitoMethodInvocationControl.performIntercept(MockitoMethodInvocationControl.java:260)
(41 more lines...)
Collapse Failed LoginPageControllerTest post_shouldSendTheUserBackToTheLoginPageIfAnInvalidLocationIsSelected History
Default Job < 1 sec
org.openmrs.api.APIException: A user context must first be passed to setUserContext()...use Context.openSession() (and closeSession() to prevent memory leaks!) before using the API
	at org.openmrs.api.context.Context.getUserContext(Context.java:245)
	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.powermock.api.mockito.internal.invocation.MockitoMethodInvocationControl$1.invoke(MockitoMethodInvocationControl.java:242)
	at org.powermock.api.mockito.internal.invocation.MockitoMethodInvocationControl.performIntercept(MockitoMethodInvocationControl.java:260)
(41 more lines...)
Collapse Failed LoginPageControllerTest post_shouldRedirectTheUserBackToTheRedirectUrlIfAny History
Default Job < 1 sec
org.openmrs.api.APIException: A user context must first be passed to setUserContext()...use Context.openSession() (and closeSession() to prevent memory leaks!) before using the API
	at org.openmrs.api.context.Context.getUserContext(Context.java:245)
	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.powermock.api.mockito.internal.invocation.MockitoMethodInvocationControl$1.invoke(MockitoMethodInvocationControl.java:242)
	at org.powermock.api.mockito.internal.invocation.MockitoMethodInvocationControl.performIntercept(MockitoMethodInvocationControl.java:260)
(41 more lines...)

Jira issues

IssueDescriptionStatus
Unknown Issue TypeRA-592Could not obtain issue details from Jira