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

Test results

  • 14 tests in total
  • 1 test failed
  • 1 failure is new
  • 42 seconds taken in total.
New test failures 1
Status Test View job Duration
Collapse Failed RegistrationAppTest testCoreAppsTemplateIsAvailable History
Default Job < 1 sec
java.lang.IllegalStateException: App 'referenceapplication.personalRelationships' says its an instanceOf 'coreapps.template.relationships' but there is no AppTemplate with that id
	at org.openmrs.module.appframework.repository.AllAppDescriptors.setAppTemplatesOnInstances(AllAppDescriptors.java:74)
	at org.openmrs.module.referenceapplication.RegistrationAppTest.testCoreAppsTemplateIsAvailable(RegistrationAppTest.java:53)
	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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
(24 more lines...)