Fixed default value bug, don't expect test to fail any more
authorPeter Amstutz <peter.amstutz@curii.com>
Mon, 29 Jun 2020 18:45:10 +0000 (14:45 -0400)
committerPeter Amstutz <peter.amstutz@curii.com>
Mon, 29 Jun 2020 18:45:10 +0000 (14:45 -0400)
refs #16382

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>

sdk/cwl/tests/arvados-tests.yml
sdk/cwl/tests/wf-defaults/default-dir4.cwl
sdk/cwl/tests/wf-defaults/wf4.cwl

index df9fac8426cc450f0dc7014c72d0e799863657cb..786dc643ca611be49b71db2136382b4781cc107b 100644 (file)
     out: null
   tool: wf-defaults/wf4.cwl
   doc: default in embedded subworkflow missing 'id' field
-  should_fail: true
+  should_fail: false
 
 - job: null
   output:
index 8bfc5d63f744a784e13d78ec48049211ae629c48..a5b9c2f3ec071bad1f83d52a89edda538fdda704 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: Apache-2.0
 
-cwlVersion: v1.0
+cwlVersion: v1.1
 class: Workflow
 inputs: []
 outputs: []
@@ -21,4 +21,4 @@ steps:
             class: Directory
             location: inp1
       outputs: []
-      arguments: [echo, $(inputs.inp2)]
\ No newline at end of file
+      arguments: [echo, $(inputs.inp2)]
index 6e562e43dbd791f390dd25f6803e4a23c49ce967..27abea290cbb199ae125247688e04df15a20bb2b 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: Apache-2.0
 
-cwlVersion: v1.0
+cwlVersion: v1.1
 class: Workflow
 inputs: []
 outputs: []
@@ -14,4 +14,4 @@ steps:
   step1:
     in: []
     out: []
-    run: default-dir4.cwl
\ No newline at end of file
+    run: default-dir4.cwl