X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a89fbc8b4f2d8db8654175428bd1f041eed6f109..9e76a12ff0b25322f86caf6d5ea70c09cbfd8829:/sdk/cwl/tests/arvados-tests.yml diff --git a/sdk/cwl/tests/arvados-tests.yml b/sdk/cwl/tests/arvados-tests.yml index 2f309cfe81..a93c64a224 100644 --- a/sdk/cwl/tests/arvados-tests.yml +++ b/sdk/cwl/tests/arvados-tests.yml @@ -224,7 +224,7 @@ out: null tool: wf-defaults/wf4.cwl doc: default in embedded subworkflow missing 'id' field, v1.0 - should_fail: true + should_fail: false - job: null output: @@ -469,3 +469,28 @@ } tool: 19109-upload-secondary.cwl doc: "Test issue 19109 - correctly discover & upload secondary files" + +- job: 19678-name-id.yml + output: { + "processed_name": { + "first": "foo", + "last": "bar" + } + } + tool: 19678-name-id.cwl + doc: "Test issue 19678 - non-string type input parameter called 'name'" + +- job: oom/fakeoom.yml + output: {} + tool: oom/19975-oom.cwl + doc: "Test feature 19975 - retry on exit 137" + +- job: oom/fakeoom2.yml + output: {} + tool: oom/19975-oom.cwl + doc: "Test feature 19975 - retry on memory error" + +- job: oom/fakeoom3.yml + output: {} + tool: oom/19975-oom3.cwl + doc: "Test feature 19975 - retry on custom error"