More details of the release in https://wiki.openmrs.org/x/i4DTAw
Build: #784 failed Changes by Michael Seaton <mseaton@pih.org>
Build result summary
Details
- Completed
- Queue duration
- 1 second
- Duration
- 9 minutes
- Labels
- None
- Revisions
-
- Git
-
0f5ee05d15bf54ad1b8df0057f5668994179628e
- Release scripts
-
ab83775184d5fb0f928388fa25ee675b855dd53c
- Total tests
- 5260
- Failing since
- #782 (Manual run by Mike Seaton – )
- Fixed in
- #785 (Changes by Michael Seaton <mseaton@pih.org>)
Responsible
This build has been failing since #782
No one has taken responsibility
Code commits
| Author | Commit | Commit date | |
|---|---|---|---|
|
|
Michael Seaton <mseaton@pih.org> |
0f5ee05d15bf54ad1b8df0057f5668994179628e
|
|
Configuration changes
Plan configuration has changed since the last successful build. See the plan audit log for more details.
Some of the jobs or stages referenced by this result no longer exist.
Tests
| Status | Test | View job | Duration | |
|---|---|---|---|---|
| Collapse |
VisitCohortDefinitionEvaluatorTest
shouldIncludeVisit_ifActiveVisitRangeEndSameAsVisitStart
|
Test against 2.2 | < 1 sec | |
org.openmrs.api.ValidationException: 'Visit #null' failed to validate with reason: startDatetime: Visit.startDateCannotFallBeforeTheBirthDateOfTheSamePatient at org.openmrs.validator.ValidateUtil.validate(ValidateUtil.java:82) at org.openmrs.aop.RequiredDataAdvice.before(RequiredDataAdvice.java:127) at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:51) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207) (39 more lines...) |
||||
| Status | Test | Failing since | View job | Duration | |
|---|---|---|---|---|---|
|
AgeCohortDefinitionEvaluatorTest
evaluate_shouldReturnOnlyPatientsBornOnOrBeforeTheEvaluationDate
|
Failing since build #782 (Manual run by Mike Seaton) | Test against 2.2 | < 1 sec | ||
java.lang.AssertionError: expected:<2> but was:<3> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:834) at org.junit.Assert.assertEquals(Assert.java:645) at org.junit.Assert.assertEquals(Assert.java:631) at org.openmrs.module.reporting.cohort.definition.evaluator.AgeCohortDefinitionEvaluatorTest.testAgeRange(AgeCohortDefinitionEvaluatorTest.java:112) at org.openmrs.module.reporting.cohort.definition.evaluator.AgeCohortDefinitionEvaluatorTest.evaluate_shouldReturnOnlyPatientsBornOnOrBeforeTheEvaluationDate(AgeCohortDefinitionEvaluatorTest.java:47) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) (35 more lines...) |
|||||
|
AgeCohortDefinitionEvaluatorTest
evaluate_shouldReturnOnlyPatientsInTheGivenAgeRange
|
Failing since build #782 (Manual run by Mike Seaton) | Test against 2.2 | < 1 sec | ||
java.lang.AssertionError: expected:<1> but was:<0> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:834) at org.junit.Assert.assertEquals(Assert.java:645) at org.junit.Assert.assertEquals(Assert.java:631) at org.openmrs.module.reporting.cohort.definition.evaluator.AgeCohortDefinitionEvaluatorTest.testAgeRange(AgeCohortDefinitionEvaluatorTest.java:112) at org.openmrs.module.reporting.cohort.definition.evaluator.AgeCohortDefinitionEvaluatorTest.evaluate_shouldReturnOnlyPatientsInTheGivenAgeRange(AgeCohortDefinitionEvaluatorTest.java:60) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) (35 more lines...) |
|||||
|
PatientIdentifierCohortDefinitionEvaluatorTest
evaluate_shouldReturnPatientsWhoHaveIdentifiersOfThePassedTypes
|
Failing since build #782 (Manual run by Mike Seaton) | Test against 2.2 | < 1 sec | ||
java.lang.AssertionError: expected:<8> but was:<9> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:834) at org.junit.Assert.assertEquals(Assert.java:645) at org.junit.Assert.assertEquals(Assert.java:631) at org.openmrs.module.reporting.cohort.definition.evaluator.PatientIdentifierCohortDefinitionEvaluatorTest.evaluate_shouldReturnPatientsWhoHaveIdentifiersOfThePassedTypes(PatientIdentifierCohortDefinitionEvaluatorTest.java:57) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) (34 more lines...) |
|||||
|
PatientIdentifierCohortDefinitionEvaluatorTest
evaluate_shouldReturnPatientsWhoHaveIdentifiersMatchingThePassedLocations
|
Failing since build #782 (Manual run by Mike Seaton) | Test against 2.2 | < 1 sec | ||
java.lang.AssertionError: expected:<8> but was:<9> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:834) at org.junit.Assert.assertEquals(Assert.java:645) at org.junit.Assert.assertEquals(Assert.java:631) at org.openmrs.module.reporting.cohort.definition.evaluator.PatientIdentifierCohortDefinitionEvaluatorTest.evaluate_shouldReturnPatientsWhoHaveIdentifiersMatchingThePassedLocations(PatientIdentifierCohortDefinitionEvaluatorTest.java:82) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) (34 more lines...) |
|||||
|
VisitCohortDefinitionEvaluatorTest
shouldIncludeVisit_ifActiveVisitRangeStartAfterVisitAndRangeEndAfterVisit
|
Failing since build #782 (Manual run by Mike Seaton) | Test against 2.2 | < 1 sec | ||
org.openmrs.api.ValidationException: 'Visit #null' failed to validate with reason: startDatetime: Visit.startDateCannotFallBeforeTheBirthDateOfTheSamePatient at org.openmrs.validator.ValidateUtil.validate(ValidateUtil.java:82) at org.openmrs.aop.RequiredDataAdvice.before(RequiredDataAdvice.java:127) at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:51) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207) (39 more lines...) |
|||||
|
MultiParameterDataSetEvaluatorTest
evaluate_shouldEvaluateAMultiParameterDataSetDefinition
|
Failing since build #782 (Manual run by Mike Seaton) | Test against 2.2 | < 1 sec | ||
java.lang.AssertionError: expected:<3> but was:<5> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:834) at org.junit.Assert.assertEquals(Assert.java:645) at org.junit.Assert.assertEquals(Assert.java:631) at org.openmrs.module.reporting.dataset.definition.evaluator.MultiParameterDataSetEvaluatorTest.evaluate_shouldEvaluateAMultiParameterDataSetDefinition(MultiParameterDataSetEvaluatorTest.java:80) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) (34 more lines...) |
|||||
|
MultiPeriodIndicatorDataSetEvaluatorTest
evaluate_shouldEvaluateAMultiPeriodIndicatorDataSetDefinition
|
Failing since build #782 (Manual run by Mike Seaton) | Test against 2.2 | < 1 sec | ||
java.lang.AssertionError: expected:<Sun May 27 00:00:00 UTC 2007> but was:<1975-05-27 00:00:00.0> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:834) at org.junit.Assert.assertEquals(Assert.java:118) at org.junit.Assert.assertEquals(Assert.java:144) at org.openmrs.module.reporting.dataset.definition.evaluator.MultiPeriodIndicatorDataSetEvaluatorTest.evaluate_shouldEvaluateAMultiPeriodIndicatorDataSetDefinition(MultiPeriodIndicatorDataSetEvaluatorTest.java:53) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) (34 more lines...) |
|||||
|
TextTemplateRendererTest
shouldRenderVelocityTemplate
|
Failing since build #782 (Manual run by Mike Seaton) | Test against 2.2 | < 1 sec | ||
org.junit.ComparisonFailure: expected:<...r><birthdate>27/May/[2007]</birthdate></row><r...> but was:<...r><birthdate>27/May/[1975]</birthdate></row><r...> at org.junit.Assert.assertEquals(Assert.java:115) at org.junit.Assert.assertEquals(Assert.java:144) at org.openmrs.module.reporting.report.renderer.TextTemplateRendererTest.shouldRenderTemplate(TextTemplateRendererTest.java:114) at org.openmrs.module.reporting.report.renderer.TextTemplateRendererTest.shouldRenderVelocityTemplate(TextTemplateRendererTest.java:49) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) (33 more lines...) |
|||||
|
TextTemplateRendererTest
shouldRenderGroovyTemplate
|
Failing since build #782 (Manual run by Mike Seaton) | Test against 2.2 | < 1 sec | ||
org.junit.ComparisonFailure: expected:<...r><birthdate>27/May/[2007]</birthdate></row><r...> but was:<...r><birthdate>27/May/[1975]</birthdate></row><r...> at org.junit.Assert.assertEquals(Assert.java:115) at org.junit.Assert.assertEquals(Assert.java:144) at org.openmrs.module.reporting.report.renderer.TextTemplateRendererTest.shouldRenderTemplate(TextTemplateRendererTest.java:114) at org.openmrs.module.reporting.report.renderer.TextTemplateRendererTest.shouldRenderGroovyTemplate(TextTemplateRendererTest.java:44) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) (33 more lines...) |
|||||
Jira issues
| Issue | Description | Status | |
|---|---|---|---|
| Unknown Issue Type | REPORT-856 | Could not obtain issue details from Jira | |