Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
Marks test failing at parallel exec. as not-ready
Browse files Browse the repository at this point in the history
  • Loading branch information
wlad committed Feb 25, 2021
1 parent 52e3cc8 commit 182c218
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions tests/robot/CONDITION/01_create.robot
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Force Tags condition_create create
... 3. *UPDATE* ``Subject - Identifier - value`` with the _UUID:_ ${subject_id} which was created in EHR record\n\n
... 4. *POST* example JSON to condition endpoint\n\n
... 5. *VALIDATE* the response status
[Tags] symptoms-covid-19 valid parallel_fail
[Tags] symptoms-covid-19 valid not-ready_parallel_fail not-ready
ehr.create new ehr 000_ehr_status.json
condition.create symptoms-covid-19 Symptoms-Covid-19 create-symptoms-covid-19-present.json
Expand All @@ -79,7 +79,7 @@ Force Tags condition_create create
... 3. *UPDATE* ``Subject - Identifier - value`` with the _UUID:_ ${subject_id} which was created in EHR record\n\n
... 4. *POST* example JSON to condition endpoint\n\n
... 5. *VALIDATE* the response status
[Tags] symptoms-covid-19 valid parallel_fail
[Tags] symptoms-covid-19 valid not-ready_parallel_fail not-ready
ehr.create new ehr 000_ehr_status.json
condition.create symptoms-covid-19 Symptoms-Covid-19 create-symptoms-covid-19-absent.json
Expand All @@ -92,7 +92,7 @@ Force Tags condition_create create
... 3. *UPDATE* ``Subject - Identifier - value`` with the _UUID:_ ${subject_id} which was created in EHR record\n\n
... 4. *POST* example JSON to condition endpoint\n\n
... 5. *VALIDATE* the response status
[Tags] symptoms-covid-19 valid parallel_fail
[Tags] symptoms-covid-19 valid not-ready_parallel_fail not-ready
ehr.create new ehr 000_ehr_status.json
condition.create symptoms-covid-19 Symptoms-Covid-19 create-symptoms-covid-19-unknown.json
Expand Down
2 changes: 1 addition & 1 deletion tests/robot/OBSERVATION/04_create_heart_rate.robot
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ Force Tags observation_create heart-rate create
... 4. *POST* example JSON to observation endpoint\n\n
... 5. *VALIDATE* the response status \n\n
... 6. *VALIDATE* outcome against diagnostic text
[Tags] valueQuantity invalid parallel_fail
[Tags] valueQuantity invalid not-ready_parallel_fail not-ready
[Template] create Observation Heart Rate JSON

#| resourceType | ID | meta | status | Identifier | category | code | subject | DateTime | valueQuantity | dataabsentreason | R.-Code | ArrayNumber | diagnostics |
Expand Down
2 changes: 1 addition & 1 deletion tests/robot/OBSERVATION/05_create_fi02.robot
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ ${profile url} https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefi
... 7. *VALIDATE* outcome against diagnostic text & location
[Template] Create FiO2 with ehr reference
[Tags] valueQuantity parallel_fail
[Tags] valueQuantity not-ready_parallel_fail not-ready
# HTTP
# FIELD/PATH VALUE CODE ERROR MESSAGE
$.valueQuantity missing 422 Observation.value.x.: minimum required = 1, but only found 0 .from ${profile url}
Expand Down
2 changes: 1 addition & 1 deletion tests/robot/OBSERVATION/07_create_body_weight.robot
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ ${body_weight_url} https://www.netzwerk-universitaetsmedizin.de/fhir/Structure
... 7. *VALIDATE* outcome against diagnostic text & location
[Template] Create Body Weight with ehr reference
[Tags] valueQuantity parallel_fail
[Tags] valueQuantity not-ready_parallel_fail not-ready
# HTTP
# FIELD/PATH VALUE CODE ERROR MESSAGE
$.valueQuantity missing 422 .*If there is no component or hasMember element then either a value.x. or a data absent reason must be present
Expand Down

0 comments on commit 182c218

Please sign in to comment.