You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| MONAI\_E2E\_001 | workflow\_management | Create and trigger workflow | Create and trigger a workflow by sending DICOM data to MIG. | Study\_1 | argo\_workflow.json | argo\_workflow\_1 | Passed |
@@ -38,7 +39,7 @@ The below matrix was created to replicate and test real life scenarios.
38
39
| MONAI\_E2E\_026 | output\_artefacts | Non Mandatory output artefact is missing | Workflow has a non mandatory output artefact specified which is not generated. Workflow completes without issue. | Study\_1 | output\_artefacts\_non\_mandatory\_missing.json | argo\_workflow\_1 | Passed |
39
40
| MONAI\_E2E\_027 | export | Files within folder are exported | Export Task will export a folder back to PACS | Study\_3 | export\_folder.json | argo\_workflow\_1 | Passed |
40
41
| MONAI\_E2E\_028 | task\_failed | Model execution throws exception | Workfow references argo\_workflow\_exception which will thrown a known exception. This marks the workflow as failed. | Study\_1 | model\_exception\_workflow.json | argo\_workflow\_exception | Passed |
41
-
| MONAI\_E2E\_029 | task\_failed | Model exceeds timeout and task is marked as failed| Workfow references an argo task which runs longer than is specified in the clincial workflow timeout. | Study\_1 | timeout\_exception\_workflow.json | argo\_workflow\_sleep |Not Yet Run|
42
+
| MONAI\_E2E\_029 | task\_failed | Model exceeds timeout and task is marked as Cancelled| Workfow references an argo task which runs longer than is specified in the clincial workflow timeout. | Study\_1 | timeout\_exception\_workflow.json | argo\_workflow\_sleep |Fail |
42
43
| MONAI\_E2E\_030 | parallel\_execution | Parellel execution of seperate Argo tasks | Workflow has a router task that triggers two argo tasks in parallel. This is to replicate 2 models within the same workflow executing on the same input | Study\_1 | router\_workflow\_2.json | argo-workflow-sleep-a | Passed |
43
44
| MONAI\_E2E\_031 | parallel\_execution | Parellel execution of a workflow by sending multiple different studies | Trigger workflow multiple times by sending 5 studies in quick succession. Execution should not be linear and containers are created on demand. | Study\_1 | argo\_workflow\_long\_running.json | argo-workflow-sleep-a | Passed |
44
45
| MONAI\_E2E\_032 | resiliency | MinIO is not online for initial input via MIG | MinIO is offline/disconnected. argo\_workflow\_1 is executed and will retry a configurable number of times. MinIO is reconnected in this time and the workflow completes. | Study\_1 | argo\_export\_workflow.json | argo\_workflow\_1 | Not Yet Run |
@@ -48,8 +49,8 @@ The below matrix was created to replicate and test real life scenarios.
48
49
| 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 |
49
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 |
50
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 |
51
-
| MONAI\_E2E\_039 | resiliency | PACS is down and try to export results from MIG || Study\_1 | argo\_export\_workflow.json | argo\_workflow\_2 | Not Yet Run |
52
-
| MONAI\_E2E\_040 | task\_failed | Clinical workflow references a Argo Workflow Template that does not exist. || any || n/a | 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 |
0 commit comments