X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a9988d4cde254df59d1790ef1e3768d14e2a812e..81b52673bbf21a8b88dec102465cb29b5f24edc0:/sdk/cwl/tests/arvados-tests.yml diff --git a/sdk/cwl/tests/arvados-tests.yml b/sdk/cwl/tests/arvados-tests.yml index df9fac8426..668604f884 100644 --- a/sdk/cwl/tests/arvados-tests.yml +++ b/sdk/cwl/tests/arvados-tests.yml @@ -120,7 +120,12 @@ - job: null output: - out: null + "out": { + "location": "hello.out", + "class": "File", + "checksum": "sha1$ec5d3976351abab45a483a49ce714a8430cb203a", + "size": 24 + } tool: 13976-keepref-wf.cwl doc: "Test issue 13976" @@ -218,9 +223,16 @@ output: out: null tool: wf-defaults/wf4.cwl - doc: default in embedded subworkflow missing 'id' field + doc: default in embedded subworkflow missing 'id' field, v1.0 should_fail: true +- job: null + output: + out: null + tool: wf-defaults/wf8.cwl + doc: default in embedded subworkflow missing 'id' field, v1.1 + should_fail: false + - job: null output: out: null @@ -322,3 +334,24 @@ } tool: 16169-no-listing-hint.cwl doc: "Test cwltool:LoadListingRequirement propagation" + +- job: hello.yml + output: + "out": { + "location": "hello.out", + "class": "File", + "checksum": "sha1$ec5d3976351abab45a483a49ce714a8430cb203a", + "size": 24 + } + tool: 16377-missing-default.cwl + doc: "Test issue 16377 - missing default fails even when it should be overridden by valid input" + +- job: hello.yml + output: + "out": + "checksum": "sha1$f1d2d2f924e986ac86fdf7b36c94bcdf32beec15" + "class": "File" + "location": "foo.txt" + "size": 4 + tool: 17267-broken-schemas.cwl + doc: "Test issue 17267 - inaccessible $schemas URL is not a fatal error"