OpenMRS Core Master

Build: #2742 failed

Job: Build and Test failed

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Job result summary

Completed
Duration
10 minutes
Revision
e97ef1a9a7bb5d321f9bb9bb951aae6f8c5aecd3 e97ef1a9a7bb5d321f9bb9bb951aae6f8c5aecd3
Total tests
4375
Fixed in
#2743 (Code changes detected)

Configuration changes

Job Build and Test with key TRUNK-MASTER-JOB1 no longer exists.

Tests

  • 4,375 tests in total
  • 6 tests failed
  • 6 failures are new
  • 36 tests were quarantined / skipped
  • 8 minutes taken in total.
New test failures 6
Status Test Duration
Collapse Failed OrderServiceTest saveOrder_shouldDiscontinuePreviousNonCodedOrderIfItIsNotAlreadyDiscontinued History
< 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 Failed OrderServiceTest saveOrder_shouldFailDiscontinueNonCodedDrugOrderIfOrderableOfPreviousAndNewOrderDontMatch History
< 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 Failed OrderServiceTest saveOrder_shouldFailIfAnActiveDrugOrderForTheSameConceptAndDrugNonCodedAndCareSettingExists History
< 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)
Collapse Failed OrderServiceTest saveOrder_shouldFailIfDrugNonCodedInPreviousDrugOrderDoesNotMatchThatOfTheRevisedDrugOrder History
< 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 Failed OrderServiceTest saveOrder_shouldPassIfAnActiveDrugOrderForTheSameConceptAndDifferentDrugNonCodedExists History
< 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 Failed OrderServiceTest saveOrder_shouldRevisePreviousNonCodedOrderIfItIsAlreadyExisting History
< 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)