More details of the release in https://wiki.openmrs.org/x/i4DTAw

Build: #853 failed

Job: Test against 2.1 failed

Test results

  • 732 tests in total
  • 4 tests failed
  • 4 failures are new
  • 14 tests were quarantined / skipped
  • 1 minute taken in total.

Build 853 has the following 4 errors: 4 new failure(s) occurred since the previous build.

New test failures 4
Status Test Duration
Collapse Failed ReportLoaderIntegrationTest shouldConstructExcelReportDesign History
< 1 sec
java.lang.RuntimeException: Failed to load XLS template templates/SampleReportTemplate.xls
	at org.openmrs.module.reporting.config.ReportLoader.constructXlsReportDesign(ReportLoader.java:309)
	at org.openmrs.module.reporting.config.ReportLoader.constructReportDesigns(ReportLoader.java:259)
	at org.openmrs.module.reporting.config.ReportLoaderIntegrationTest.shouldConstructExcelReportDesign(ReportLoaderIntegrationTest.java:152)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
(38 more lines...)
Collapse Failed ReportLoaderIntegrationTest shouldLoadAllReportDescriptorsInReportDescriptorsDirectory History
< 1 sec
java.lang.AssertionError:  Expected: is <4>      but: was <0>
java.lang.AssertionError: 
Expected: is <4>
     but: was <0>
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:8)
	at org.openmrs.module.reporting.config.ReportLoaderIntegrationTest.shouldLoadAllReportDescriptorsInReportDescriptorsDirectory(ReportLoaderIntegrationTest.java:75)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(35 more lines...)
Collapse Failed ReportLoaderIntegrationTest shouldLoadReportsFromConfigAndSave History
< 1 sec
java.lang.AssertionError:  Expected: not null      but: was null
java.lang.AssertionError: 
Expected: not null
     but: was null
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:8)
	at org.openmrs.module.reporting.config.ReportLoaderIntegrationTest.shouldLoadReportsFromConfigAndSave(ReportLoaderIntegrationTest.java:93)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(35 more lines...)
Collapse Failed ReportLoaderIntegrationTest shouldSupportFixedParametersInDataSetDefinitions History
< 1 sec
java.lang.NullPointerException
	at org.openmrs.module.reporting.config.ReportLoaderIntegrationTest.shouldSupportFixedParametersInDataSetDefinitions(ReportLoaderIntegrationTest.java:109)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
(30 more lines...)