Builds and runs unit tests. More details of the release in https://wiki.openmrs.org/x/i4DTAw

Build: #537 failed Changes by Daniel Kayiwa

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Build result summary

Details

Completed
Queue duration
1 second
Duration
5 minutes
Labels
None
Revisions
openmrs-module-webservices.rest
375b66eb37daffc344eb9422e512dbf5778523ef 375b66eb37daffc344eb9422e512dbf5778523ef
Release scripts
a9c6b4741f415820e397e9b150cf80baca7f9368 a9c6b4741f415820e397e9b150cf80baca7f9368
Total tests
1173
Fixed in
#540 (Manual run by Daniel Kayiwa)

Tests

Responsible

Code commits

openmrs-module-webservices.rest
Author Commit Message Commit date
Daniel Kayiwa Daniel Kayiwa 375b66eb37daffc344eb9422e512dbf5778523ef 375b66eb37daffc344eb9422e512dbf5778523ef Merge pull request #196 from Bahmni/master
RESTWS-558 | Create a rest resource/api for org.openmrs.OrderSet
achintar <achintar@INachintar.local> achintar <achintar@INachintar.local> b5d2fc889cc04db17b14b30a4ba4b24cc17e2133 m b5d2fc889cc04db17b14b30a4ba4b24cc17e2133 RESTWS-558 | Create a rest resource/api for org.openmrs.OrderSet
    Added two resources orderSet,
      orderSetMember for saving, updating, deleting, orderSets.
    (The orderSetMember save/update is taken care by the save/update of orderSet)

Tests

New test failures 1
Status Test View job Duration
Collapse Failed OrderSetController1_12Test shouldCreateAnOrderSetWithSomeOrderSetMembers History
Default Job < 1 sec
org.openmrs.module.webservices.rest.web.response.ConversionException: orderSetMembers on class org.openmrs.OrderSet
	at org.openmrs.module.webservices.rest.web.resource.impl.BaseDelegatingResource.setProperty(BaseDelegatingResource.java:748)
	at org.openmrs.module.webservices.rest.web.resource.impl.BaseDelegatingResource.setConvertedProperties(BaseDelegatingResource.java:615)
	at org.openmrs.module.webservices.rest.web.resource.impl.DelegatingCrudResource.create(DelegatingCrudResource.java:93)
	at org.openmrs.module.webservices.rest.web.v1_0.controller.MainResourceController.create(MainResourceController.java:91)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
(59 more lines...)

Jira issues

IssueDescriptionStatus
Unknown Issue TypeRESTWS-558Could not obtain issue details from Jira