Stages & jobs

  1. Test module

  2. Release

    Requires a user to start manually

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
1 minute
Labels
None
Revisions
Git
054c1cf6915c92bc1eca562a294fd08d046cb6d3 054c1cf6915c92bc1eca562a294fd08d046cb6d3
Release scripts
ced9ff00825ca1cb8c744547be4ba8ff994bd71b ced9ff00825ca1cb8c744547be4ba8ff994bd71b
Total tests
107
Failing since
#28 (Changes by Makombe Kennedy <kennedymakombe@gmail.com>)
Fixed in
#31 (Changes by Kipchumba C. Bett <kbett68@gmail.com>)

Responsible

This build has been failing since #28
No one has taken responsibility

Code commits

Git
Author Commit Message Commit date
Makombe Kennedy <kennedymakombe@gmail.com> Makombe Kennedy <kennedymakombe@gmail.com> 054c1cf6915c92bc1eca562a294fd08d046cb6d3 054c1cf6915c92bc1eca562a294fd08d046cb6d3 Filter out past visit queue entries (#30)
Co-authored-by: Makombe <makombe>

Tests

New test failures 9
Status Test View job Duration
Collapse Failed VisitQueueEntryDaoTest shouldFilterVisitQueueEntriesByInServiceStatus History
Build and test Module < 1 sec
java.lang.AssertionError:  Expected: a collection with size <1>      but: collection size was <0>
java.lang.AssertionError: 
Expected: a collection with size <1>
     but: collection size was <0>
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
	at org.openmrs.module.queue.api.dao.VisitQueueEntryDaoTest.shouldFilterVisitQueueEntriesByInServiceStatus(VisitQueueEntryDaoTest.java:197)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(37 more lines...)
Collapse Failed VisitQueueEntryDaoTest shouldFilterVisitQueueEntriesByLocation History
Build and test Module < 1 sec
java.lang.AssertionError:  Expected: a collection with size <2>      but: collection size was <0>
java.lang.AssertionError: 
Expected: a collection with size <2>
     but: collection size was <0>
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
	at org.openmrs.module.queue.api.dao.VisitQueueEntryDaoTest.shouldFilterVisitQueueEntriesByLocation(VisitQueueEntryDaoTest.java:215)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(37 more lines...)
Collapse Failed VisitQueueEntryDaoTest shouldGetCountOfVisitQueueEntriesByInServiceStatus History
Build and test Module < 1 sec
java.lang.AssertionError:  Expected: is <1L>      but: was <0L>
java.lang.AssertionError: 
Expected: is <1L>
     but: was <0L>
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
	at org.openmrs.module.queue.api.dao.VisitQueueEntryDaoTest.shouldGetCountOfVisitQueueEntriesByInServiceStatus(VisitQueueEntryDaoTest.java:233)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(37 more lines...)
Collapse Failed VisitQueueEntryDaoTest shouldFindVisitQueueEntriesByWaitingForStatusAndService History
Build and test Module < 1 sec
java.lang.AssertionError:  Expected: a collection with size <1>      but: collection size was <0>
java.lang.AssertionError: 
Expected: a collection with size <1>
     but: collection size was <0>
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
	at org.openmrs.module.queue.api.dao.VisitQueueEntryDaoTest.shouldFindVisitQueueEntriesByWaitingForStatusAndService(VisitQueueEntryDaoTest.java:179)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(37 more lines...)
Collapse Failed VisitQueueEntryDaoTest shouldGetCountOfVisitQueueEntriesByLocation History
Build and test Module < 1 sec
java.lang.AssertionError:  Expected: is <2L>      but: was <0L>
java.lang.AssertionError: 
Expected: is <2L>
     but: was <0L>
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
	at org.openmrs.module.queue.api.dao.VisitQueueEntryDaoTest.shouldGetCountOfVisitQueueEntriesByLocation(VisitQueueEntryDaoTest.java:250)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(37 more lines...)
Collapse Failed VisitQueueEntryDaoTest shouldFindVisitQueueEntriesByInServiceStatusAndService History
Build and test Module < 1 sec
java.lang.AssertionError:  Expected: a collection with size <1>      but: collection size was <0>
java.lang.AssertionError: 
Expected: a collection with size <1>
     but: collection size was <0>
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
	at org.openmrs.module.queue.api.dao.VisitQueueEntryDaoTest.shouldFindVisitQueueEntriesByInServiceStatusAndService(VisitQueueEntryDaoTest.java:188)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(37 more lines...)
Collapse Failed VisitQueueEntryDaoTest shouldGetCountOfVisitQueueEntriesByConsultationService History
Build and test Module < 1 sec
java.lang.AssertionError:  Expected: is <1L>      but: was <0L>
java.lang.AssertionError: 
Expected: is <1L>
     but: was <0L>
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
	at org.openmrs.module.queue.api.dao.VisitQueueEntryDaoTest.shouldGetCountOfVisitQueueEntriesByConsultationService(VisitQueueEntryDaoTest.java:242)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(37 more lines...)
Collapse Failed VisitQueueEntryDaoTest shouldNotFilterVisitQueueEntriesByServiceAndStatusIfBothAreNull History
Build and test Module < 1 sec
java.lang.AssertionError:  Expected: a collection with size <2>      but: collection size was <0>
java.lang.AssertionError: 
Expected: a collection with size <2>
     but: collection size was <0>
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
	at org.openmrs.module.queue.api.dao.VisitQueueEntryDaoTest.shouldNotFilterVisitQueueEntriesByServiceAndStatusIfBothAreNull(VisitQueueEntryDaoTest.java:224)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(37 more lines...)
Collapse Failed VisitQueueEntryDaoTest shouldFilterVisitQueueEntriesByConsultationService History
Build and test Module < 1 sec
java.lang.AssertionError:  Expected: a collection with size <1>      but: collection size was <0>
java.lang.AssertionError: 
Expected: a collection with size <1>
     but: collection size was <0>
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
	at org.openmrs.module.queue.api.dao.VisitQueueEntryDaoTest.shouldFilterVisitQueueEntriesByConsultationService(VisitQueueEntryDaoTest.java:206)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(37 more lines...)
Existing test failures 8
Status Test Failing since View job Duration
java.lang.NullPointerException
	at org.openmrs.api.impl.ConceptServiceImpl.explodeConceptSetHelper(ConceptServiceImpl.java:896)
	at org.openmrs.api.impl.ConceptServiceImpl.getConceptsByConceptSet(ConceptServiceImpl.java:682)
	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.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
(68 more lines...)
java.lang.NullPointerException
	at org.openmrs.api.impl.ConceptServiceImpl.explodeConceptSetHelper(ConceptServiceImpl.java:896)
	at org.openmrs.api.impl.ConceptServiceImpl.getConceptsByConceptSet(ConceptServiceImpl.java:682)
	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.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
(70 more lines...)
java.lang.NullPointerException
	at org.openmrs.api.impl.ConceptServiceImpl.explodeConceptSetHelper(ConceptServiceImpl.java:896)
	at org.openmrs.api.impl.ConceptServiceImpl.getConceptsByConceptSet(ConceptServiceImpl.java:682)
	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.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
(68 more lines...)
java.lang.NullPointerException
	at org.openmrs.api.impl.ConceptServiceImpl.explodeConceptSetHelper(ConceptServiceImpl.java:896)
	at org.openmrs.api.impl.ConceptServiceImpl.getConceptsByConceptSet(ConceptServiceImpl.java:682)
	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.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
(70 more lines...)
java.lang.NullPointerException
	at org.openmrs.api.impl.ConceptServiceImpl.explodeConceptSetHelper(ConceptServiceImpl.java:896)
	at org.openmrs.api.impl.ConceptServiceImpl.getConceptsByConceptSet(ConceptServiceImpl.java:682)
	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.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
(68 more lines...)
java.lang.NullPointerException
	at org.openmrs.api.impl.ConceptServiceImpl.explodeConceptSetHelper(ConceptServiceImpl.java:896)
	at org.openmrs.api.impl.ConceptServiceImpl.getConceptsByConceptSet(ConceptServiceImpl.java:682)
	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.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
(68 more lines...)
java.lang.NullPointerException
	at org.openmrs.api.impl.ConceptServiceImpl.explodeConceptSetHelper(ConceptServiceImpl.java:896)
	at org.openmrs.api.impl.ConceptServiceImpl.getConceptsByConceptSet(ConceptServiceImpl.java:682)
	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.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
(68 more lines...)
java.lang.NullPointerException
	at org.openmrs.api.impl.ConceptServiceImpl.explodeConceptSetHelper(ConceptServiceImpl.java:896)
	at org.openmrs.api.impl.ConceptServiceImpl.getConceptsByConceptSet(ConceptServiceImpl.java:682)
	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.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
(68 more lines...)