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

Build: #853 failed Changes by Michael Seaton <mseaton@pih.org>

Build result summary

Details

Completed
Queue duration
1 second
Duration
9 minutes
Labels
None
Revisions
Git
c7b3d3c3f9ae3033e96aa8e44a56d590900e975f c7b3d3c3f9ae3033e96aa8e44a56d590900e975f
Release scripts
681f3bff12454842e7e4fae01a15ce2827d75dc7 681f3bff12454842e7e4fae01a15ce2827d75dc7
Total tests
5252
Fixed in
#854 (Manual run from the stage: Release by Herbert Yiga)

Tests

Responsible

No one has taken responsibility for this failure

Code commits

Git
Author Commit Message Commit date
Michael Seaton <mseaton@pih.org> Michael Seaton <mseaton@pih.org> c7b3d3c3f9ae3033e96aa8e44a56d590900e975f c7b3d3c3f9ae3033e96aa8e44a56d590900e975f REPORT-877: Configurable data set descriptors should support fixed parameter values (#214)

Tests

New test failures 12
Status Test View job Duration
Collapse Failed ReportLoaderIntegrationTest shouldLoadAllReportDescriptorsInReportDescriptorsDirectory History
Test against 2.2 < 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 shouldConstructExcelReportDesign History
Test against 2.2 < 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 shouldSupportFixedParametersInDataSetDefinitions History
Test against 2.2 < 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:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
(30 more lines...)
Collapse Failed ReportLoaderIntegrationTest shouldLoadReportsFromConfigAndSave History
Test against 2.2 < 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 shouldLoadReportsFromConfigAndSave History
Test against 2.0 < 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 shouldConstructExcelReportDesign History
Test against 2.0 < 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
Test against 2.0 < 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 shouldSupportFixedParametersInDataSetDefinitions History
Test against 2.0 < 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...)
Collapse Failed ReportLoaderIntegrationTest shouldLoadReportsFromConfigAndSave History
Test against 2.1 < 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 shouldLoadAllReportDescriptorsInReportDescriptorsDirectory History
Test against 2.1 < 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 shouldSupportFixedParametersInDataSetDefinitions History
Test against 2.1 < 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...)
Collapse Failed ReportLoaderIntegrationTest shouldConstructExcelReportDesign History
Test against 2.1 < 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...)

Jira issues

IssueDescriptionStatus
Unknown Issue TypeREPORT-877Could not obtain issue details from Jira