Skip to content

Commit 77386a4

Browse files
authored
Merge pull request #82 from Project-MONAI/e2e-test-results
Added additonal E2E test data and evidence
2 parents a770984 + 55927a3 commit 77386a4

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

e2e-testing/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ The below matrix was created to replicate and test real life scenarios.
4747
| MONAI\_E2E\_034 | resiliency | Mongo is not online. After timeout model execution fails | Mongo is offline/disconnected. argo\_workflow\_1 is executed and will retry a configurable number of times. Mongo is not reconnected in this time and the workflow fails. | Study\_3 | argo\_export\_workflow.json | argo\_workflow\_1 | Passed |
4848
| MONAI\_E2E\_035 | resiliency | Mongo is not online. Mongo reconnected before timeout and model execution succeeds | Mongo is offline/disconnected. argo\_workflow\_1 is executed and will retry a configurable number of times. Mongo is reconnected in this time and the workflow succeeds. | Study\_3 | argo\_export\_workflow.json | argo\_workflow\_1 | Passed |
4949
| MONAI\_E2E\_036 | resiliency | Rabbit is not online. Model execution fails and payload is lost | Rabbit is offline/disconnected. A payload is sent. Payload is not sent after retries fail. | Study\_1 | argo\_export\_workflow.json | argo\_workflow\_1 | Passed |
50-
| MONAI\_E2E\_037 | resiliency | MIG is not online and attempt to send data from PACS | PACS cannot send data to MIG and association fails | Study\_3 | argo\_export\_workflow.json | argo\_workflow\_1 | Not Yet Run |
51-
| MONAI\_E2E\_038 | resiliency | MWM is not online and send data from PACS | WorkflowRequestEvent sits on the queue until the Workflow Manager comes back online. | Study\_1 | argo\_export\_workflow.json | argo\_workflow\_1 | Not Yet Run |
52-
| MONAI\_E2E\_039 | resiliency | PACS is down and try to export results from MIG | PACS is down which causes the export request to fail | Study\_1 | argo\_export\_workflow.json | argo\_workflow\_2 | Not Yet Run |
53-
| MONAI\_E2E\_040 | task\_failed | Clinical workflow references a Argo Workflow Template that does not exist. | Argo workflow does not exist which causes the Task and Workflow to fail | any | no\_argo\_exists.json | n/a | Not Yet Run |
50+
| MONAI\_E2E\_037 | resiliency | MIG is not online and attempt to send data from PACS | PACS cannot send data to MIG and association fails | Study\_3 | argo\_export\_workflow.json | argo\_workflow\_1 | Passed |
51+
| MONAI\_E2E\_038 | resiliency | MWM is not online and send data from PACS | WorkflowRequestEvent sits on the queue until the Workflow Manager comes back online. | Study\_1 | argo\_export\_workflow.json | argo\_workflow\_1 | Passed |
52+
| MONAI\_E2E\_039 | resiliency | PACS is down and try to export results from MIG | PACS is down which causes the export request to fail | Study\_1 | argo\_export\_workflow.json | argo\_workflow\_2 | Partial Pass |
53+
| MONAI\_E2E\_040 | task\_failed | Clinical workflow references a Argo Workflow Template that does not exist. | Argo workflow does not exist which causes the Task and Workflow to fail | any | no\_argo\_exists.json | n/a | Passed |
5454

5555
### Creating additional Test Coverage
5656
If additional tests are required please ensure:
1.83 MB
Binary file not shown.
9.94 MB
Binary file not shown.
11.8 MB
Binary file not shown.

0 commit comments

Comments
 (0)