OpenMRS Core Master
Build: #2742 failed Changes by dkayiwa <kayiwadaniel@gmail.com>
Build result summary
Details
- Completed
- Queue duration
- < 1 second
- Duration
- 60 minutes
- Labels
- None
- Revisions
-
- openmrs-core
-
e97ef1a9a7bb5d321f9bb9bb951aae6f8c5aecd3
e97ef1a9a7bb5d321f9bb9bb951aae6f8c5aecd3 - openmrs-standalone
-
e44c30565f652db2d742e1d662e4e119b4e176de
e44c30565f652db2d742e1d662e4e119b4e176de - Release scripts
-
89b69405d5d9f253afb0ac3eb31ac1cb74d95059
89b69405d5d9f253afb0ac3eb31ac1cb74d95059
- Total tests
- 4437
- Fixed in
- #2743 (Changes by dkayiwa <kayiwadaniel@gmail.com>)
Tests
- 6 New failures
- 0 Existing failures
- 0 Fixed
- 39 Quarantined / skipped
Responsible
No one has taken responsibility for this failure
Code commits
Author | Commit | Commit date | |
---|---|---|---|
dkayiwa <kayiwadaniel@gmail.com> |
e97ef1a9a7bb5d321f9bb9bb951aae6f8c5aecd3
|
||
dkayiwa <kayiwadaniel@gmail.com> |
77e301b584d77d7093e20e84901f0d05453f35d5
|
||
dkayiwa <kayiwadaniel@gmail.com> |
0e06e12399284f8ae88e75879358898ec1734ae2
|
||
dkayiwa <kayiwadaniel@gmail.com> |
6efdab1e681de0a844a76d97bababd9f5f44a004
|
||
dkayiwa <kayiwadaniel@gmail.com> |
bb94876547f48d6a60b7bb289678a04554a4bdd9
|
Configuration changes
Some of the jobs or stages referenced by this result no longer exist.
Tests
Status | Test | View job | Duration | |
---|---|---|---|---|
Collapse |
OrderServiceTest
saveOrder_shouldDiscontinuePreviousNonCodedOrderIfItIsNotAlreadyDiscontinued
|
Build and Test | < 1 sec | |
org.openmrs.api.ValidationException: 'DC DrugOrder(nullnull of non coded drug Crocine from Mon Sep 13 23:04:30 UTC 2021 to null)' failed to validate with reason: drug: Error while submitting form, concept: Invalid concept at org.openmrs.api.OrderServiceTest.saveOrder_shouldDiscontinuePreviousNonCodedOrderIfItIsNotAlreadyDiscontinued(OrderServiceTest.java:3333) |
||||
Collapse |
OrderServiceTest
saveOrder_shouldFailIfDrugNonCodedInPreviousDrugOrderDoesNotMatchThatOfTheRevisedDrugOrder
|
Build and Test | < 1 sec | |
org.opentest4j.AssertionFailedError: Unexpected exception type thrown ==> expected: <org.openmrs.api.EditedOrderDoesNotMatchPreviousException> but was: <org.openmrs.api.ValidationException> at org.openmrs.api.OrderServiceTest.saveOrder_shouldFailIfDrugNonCodedInPreviousDrugOrderDoesNotMatchThatOfTheRevisedDrugOrder(OrderServiceTest.java:3367) Caused by: org.openmrs.api.ValidationException: 'DrugOrder(3.0Concept #50 of non coded aspirin from Mon Sep 13 23:04:34 UTC 2021 to null)' failed to validate with reason: drug: Error while submitting form, concept: Invalid concept at org.openmrs.api.OrderServiceTest.lambda$saveOrder_shouldFailIfDrugNonCodedInPreviousDrugOrderDoesNotMatchThatOfTheRevisedDrugOrder$42(OrderServiceTest.java:3367) at org.openmrs.api.OrderServiceTest.saveOrder_shouldFailIfDrugNonCodedInPreviousDrugOrderDoesNotMatchThatOfTheRevisedDrugOrder(OrderServiceTest.java:3367) |
||||
Collapse |
OrderServiceTest
saveOrder_shouldFailDiscontinueNonCodedDrugOrderIfOrderableOfPreviousAndNewOrderDontMatch
|
Build and Test | < 1 sec | |
org.opentest4j.AssertionFailedError: Unexpected exception type thrown ==> expected: <org.openmrs.api.EditedOrderDoesNotMatchPreviousException> but was: <org.openmrs.api.ValidationException> at org.openmrs.api.OrderServiceTest.saveOrder_shouldFailDiscontinueNonCodedDrugOrderIfOrderableOfPreviousAndNewOrderDontMatch(OrderServiceTest.java:3349) Caused by: org.openmrs.api.ValidationException: 'DC DrugOrder(nullnull of non coded drug citrigine from Mon Sep 13 23:04:33 UTC 2021 to null)' failed to validate with reason: drug: Error while submitting form, concept: Invalid concept at org.openmrs.api.OrderServiceTest.lambda$saveOrder_shouldFailDiscontinueNonCodedDrugOrderIfOrderableOfPreviousAndNewOrderDontMatch$41(OrderServiceTest.java:3349) at org.openmrs.api.OrderServiceTest.saveOrder_shouldFailDiscontinueNonCodedDrugOrderIfOrderableOfPreviousAndNewOrderDontMatch(OrderServiceTest.java:3349) |
||||
Collapse |
OrderServiceTest
saveOrder_shouldRevisePreviousNonCodedOrderIfItIsAlreadyExisting
|
Build and Test | < 1 sec | |
org.openmrs.api.ValidationException: 'DrugOrder(3.0Concept #50 of non coded drug Crocine from Mon Sep 13 23:04:30 UTC 2021 to null)' failed to validate with reason: drug: Error while submitting form, concept: Invalid concept at org.openmrs.api.OrderServiceTest.saveOrder_shouldRevisePreviousNonCodedOrderIfItIsAlreadyExisting(OrderServiceTest.java:3384) |
||||
Collapse |
OrderServiceTest
saveOrder_shouldPassIfAnActiveDrugOrderForTheSameConceptAndDifferentDrugNonCodedExists
|
Build and Test | < 1 sec | |
org.openmrs.api.ValidationException: 'DrugOrder(3.0Concept #50 of non coded drug paracetemol from 2008-08-19 00:00:00.0 to null)' failed to validate with reason: drug: Error while submitting form, concept: Invalid concept at org.openmrs.api.OrderServiceTest.saveOrder_shouldPassIfAnActiveDrugOrderForTheSameConceptAndDifferentDrugNonCodedExists(OrderServiceTest.java:3299) |
||||
Collapse |
OrderServiceTest
saveOrder_shouldFailIfAnActiveDrugOrderForTheSameConceptAndDrugNonCodedAndCareSettingExists
|
Build and Test | < 1 sec | |
org.opentest4j.AssertionFailedError: Unexpected exception type thrown ==> expected: <org.openmrs.api.AmbiguousOrderException> but was: <org.openmrs.api.ValidationException> at org.openmrs.api.OrderServiceTest.saveOrder_shouldFailIfAnActiveDrugOrderForTheSameConceptAndDrugNonCodedAndCareSettingExists(OrderServiceTest.java:3318) Caused by: org.openmrs.api.ValidationException: 'DrugOrder(3.0Concept #50 of non coded drug crocine from 2008-08-19 00:00:00.0 to null)' failed to validate with reason: drug: Error while submitting form, concept: Invalid concept at org.openmrs.api.OrderServiceTest.lambda$saveOrder_shouldFailIfAnActiveDrugOrderForTheSameConceptAndDrugNonCodedAndCareSettingExists$40(OrderServiceTest.java:3318) at org.openmrs.api.OrderServiceTest.saveOrder_shouldFailIfAnActiveDrugOrderForTheSameConceptAndDrugNonCodedAndCareSettingExists(OrderServiceTest.java:3318) |
Jira issues
Issue | Description | Status | |
---|---|---|---|
Unknown Issue Type | TRUNK-6028 | Could not obtain issue details from Jira |