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

Build: #2243 failed Manual run by Daniel Kayiwa

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Test results

  • 21 tests in total
  • 9 tests failed
  • 9 failures are new
  • 3 tests were quarantined / skipped
  • 10 seconds taken in total.
New test failures 9
Status Test View job Duration
Collapse Failed HomePageControllerTest controller_shouldLimitWhichAppsAreShownOnTheHomePageBasedOnLocation History
Default Job < 1 sec
java.lang.NoClassDefFoundError: javax/servlet/ServletRegistration
	at java.lang.Class.getDeclaredMethods0(Native Method)
	at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
	at java.lang.Class.getDeclaredMethods(Class.java:1975)
	at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:571)
	at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:490)
	at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:474)
	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.determineCandidateConstructors(AutowiredAnnotationBeanPostProcessor.java:241)
(55 more lines...)
Collapse Failed LoginPageControllerTest get_shouldNotSetTheRefererAsTheRedirectUrlInThePageModelIfRefererUrlIsOutsideContextPath History
Default Job < 1 sec
java.lang.NoClassDefFoundError: javax/servlet/AsyncContext
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:264)
	at javassist.runtime.Desc.getClassObject(Desc.java:43)
	at javassist.runtime.Desc.getClassType(Desc.java:152)
	at javassist.runtime.Desc.getType(Desc.java:122)
	at javassist.runtime.Desc.getType(Desc.java:78)
	at org.openmrs.module.referenceapplication.page.controller.LoginPageControllerTest.get_shouldNotSetTheRefererAsTheRedirectUrlInThePageModelIfRefererUrlIsOutsideContextPath(LoginPageControllerTest.java:310)
(44 more lines...)
Collapse Failed LoginPageControllerTest get_shouldSetRedirectUrlInThePageModelIfAnyWasSpecifiedInTheSession History
Default Job < 1 sec
java.lang.NoClassDefFoundError: javax/servlet/AsyncContext
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:264)
	at javassist.runtime.Desc.getClassObject(Desc.java:43)
	at javassist.runtime.Desc.getClassType(Desc.java:152)
	at javassist.runtime.Desc.getType(Desc.java:122)
	at javassist.runtime.Desc.getType(Desc.java:78)
	at org.openmrs.module.referenceapplication.page.controller.LoginPageControllerTest.get_shouldSetRedirectUrlInThePageModelIfAnyWasSpecifiedInTheSession(LoginPageControllerTest.java:213)
(44 more lines...)
Collapse Failed LoginPageControllerTest get_shouldSetRedirectUrlInThePageModelIfAnyWasSpecifiedInTheRequest History
Default Job < 1 sec
java.lang.NoClassDefFoundError: javax/servlet/AsyncContext
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:264)
	at javassist.runtime.Desc.getClassObject(Desc.java:43)
	at javassist.runtime.Desc.getClassType(Desc.java:152)
	at javassist.runtime.Desc.getType(Desc.java:122)
	at javassist.runtime.Desc.getType(Desc.java:78)
	at org.openmrs.module.referenceapplication.page.controller.LoginPageControllerTest.get_shouldSetRedirectUrlInThePageModelIfAnyWasSpecifiedInTheRequest(LoginPageControllerTest.java:169)
(44 more lines...)
Collapse Failed LoginPageControllerTest post_shouldSendTheUserBackToTheLoginPageWhenAuthenticationFails History
Default Job < 1 sec
java.lang.NoClassDefFoundError: javax/servlet/AsyncContext
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:264)
	at javassist.runtime.Desc.getClassObject(Desc.java:43)
	at javassist.runtime.Desc.getClassType(Desc.java:152)
	at javassist.runtime.Desc.getType(Desc.java:122)
	at javassist.runtime.Desc.getType(Desc.java:78)
	at org.openmrs.module.referenceapplication.page.controller.LoginPageControllerTest.post_shouldSendTheUserBackToTheLoginPageWhenAuthenticationFails(LoginPageControllerTest.java:279)
(44 more lines...)
Collapse Failed LoginPageControllerTest get_shouldSetTheRefererAsTheRedirectUrlInThePageModelIfRefererUrlIsWithinContextPath History
Default Job < 1 sec
java.lang.NoClassDefFoundError: javax/servlet/AsyncContext
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:264)
	at javassist.runtime.Desc.getClassObject(Desc.java:43)
	at javassist.runtime.Desc.getClassType(Desc.java:152)
	at javassist.runtime.Desc.getType(Desc.java:122)
	at javassist.runtime.Desc.getType(Desc.java:78)
	at org.openmrs.module.referenceapplication.page.controller.LoginPageControllerTest.get_shouldSetTheRefererAsTheRedirectUrlInThePageModelIfRefererUrlIsWithinContextPath(LoginPageControllerTest.java:329)
(44 more lines...)
Collapse Failed LoginPageControllerTest get_shouldRedirectTheUserToTheHomePageIfTheyAreAlreadyAuthenticated History
Default Job < 1 sec
java.lang.NoClassDefFoundError: javax/servlet/AsyncContext
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:264)
	at javassist.runtime.Desc.getClassObject(Desc.java:43)
	at javassist.runtime.Desc.getClassType(Desc.java:152)
	at javassist.runtime.Desc.getType(Desc.java:122)
	at javassist.runtime.Desc.getType(Desc.java:78)
	at org.openmrs.module.referenceapplication.page.controller.LoginPageControllerTest.createPageRequest(LoginPageControllerTest.java:107)
(45 more lines...)
Collapse Failed LoginPageControllerTest get_shouldShowTheUserTheLoginPageIfTheyAreNotAuthenticated History
Default Job < 1 sec
java.lang.NoClassDefFoundError: javax/servlet/AsyncContext
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:264)
	at javassist.runtime.Desc.getClassObject(Desc.java:43)
	at javassist.runtime.Desc.getClassType(Desc.java:152)
	at javassist.runtime.Desc.getType(Desc.java:122)
	at javassist.runtime.Desc.getType(Desc.java:78)
	at org.openmrs.module.referenceapplication.page.controller.LoginPageControllerTest.createPageRequest(LoginPageControllerTest.java:107)
(45 more lines...)
Collapse Failed LoginPageControllerTest get_shouldSetTheRefererAsTheRedirectUrlInThePageModelIfNoRedirectParamExists History
Default Job < 1 sec
java.lang.NoClassDefFoundError: javax/servlet/AsyncContext
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:264)
	at javassist.runtime.Desc.getClassObject(Desc.java:43)
	at javassist.runtime.Desc.getClassType(Desc.java:152)
	at javassist.runtime.Desc.getType(Desc.java:122)
	at javassist.runtime.Desc.getType(Desc.java:78)
	at org.openmrs.module.referenceapplication.page.controller.LoginPageControllerTest.get_shouldSetTheRefererAsTheRedirectUrlInThePageModelIfNoRedirectParamExists(LoginPageControllerTest.java:191)
(44 more lines...)
Skipped tests 3
Status Test Failing since View job
Skipped LoginPageControllerTest post_shouldRedirectTheUserToTheHomePageIfTheRedirectUrlIsTheLoginPage History
Default Job
Skipped LoginPageControllerTest post_shouldSendTheUserBackToTheLoginPageIfAnInvalidLocationIsSelected History
Default Job
Skipped LoginPageControllerTest post_shouldRedirectTheUserBackToTheRedirectUrlIfAny History
Default Job