17462: Add integration test to confirm fix
[arvados.git] / sdk / cwl / tests / arvados-tests.yml
index a46decd9616cff63fe932e2320568b14c563b3b6..48255f85756a67ed7fa6026940695c8652bdb41c 100644 (file)
     }
   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"
+
+- job: null
+  output: {}
+  tool: wf/trick_defaults2.cwl
+  doc: "Test issue 17462 - secondary file objects on file defaults are not resolved"