Demo data generator for OpenMRS 3.x

Build: #927 failed

Job: Default Job failed

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Job result summary

Completed
Duration
2 minutes
Revision
c82a82f365089dafd2c137f9ada3c90e72ac36a9
Total tests
9
Fixed in
#928 (Changes by Ruhanga <41738040+Ruhanga@users.noreply.github.com>)
Number of retries
2

Tests

  • 9 tests in total
  • 2 tests failed
  • 2 failures are new
  • 32 seconds taken in total.
New test failures 2
Status Test Duration
Collapse Failed DemoDataGenerationControllerTest generateDemoData_shouldCreate6MorePatientsGivenNumberOfDemoPatientsAttributeIs10
< 1 sec
org.mockito.exceptions.verification.WantedButNotInvoked: 
Wanted but not invoked:
referenceDemoDataActivator.started();
-> at org.openmrs.module.referencedemodata.web.controller.DemoDataGenerationControllerTest.generateDemoData_shouldCreate6MorePatientsGivenNumberOfDemoPatientsAttributeIs10(DemoDataGenerationControllerTest.java:71)
Actually, there were zero interactions with this mock.

org.mockito.exceptions.verification.WantedButNotInvoked: 

(6 more lines...)
Collapse Failed DemoDataGenerationControllerTest generateDemoData_shouldCreateExactNumberOfPatientsFromProvidedNumberOfDemoPatientsAttribute
1 sec
org.mockito.exceptions.verification.WantedButNotInvoked: 
Wanted but not invoked:
referenceDemoDataActivator.started();
-> at org.openmrs.module.referencedemodata.web.controller.DemoDataGenerationControllerTest.generateDemoData_shouldCreateExactNumberOfPatientsFromProvidedNumberOfDemoPatientsAttribute(DemoDataGenerationControllerTest.java:109)
Actually, there were zero interactions with this mock.

org.mockito.exceptions.verification.WantedButNotInvoked: 

(6 more lines...)