[ARVADOS] updated: 2.1.0-263-gb01ff2414
Git user
git at public.arvados.org
Tue Jan 19 21:40:22 UTC 2021
Summary of changes:
.../{federation/cases/cat.cwl => 17267-broken-schemas.cwl} | 13 ++++++-------
sdk/cwl/tests/arvados-tests.yml | 10 ++++++++++
2 files changed, 16 insertions(+), 7 deletions(-)
copy sdk/cwl/tests/{federation/cases/cat.cwl => 17267-broken-schemas.cwl} (56%)
via b01ff2414daaf5fd8ff7f0e78ed49e63d431ccd3 (commit)
from 29a8298caf922a2651fbd51baf7b97b58ae25840 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit b01ff2414daaf5fd8ff7f0e78ed49e63d431ccd3
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Tue Jan 19 16:39:30 2021 -0500
17267: Add integration test for broken link in $schemas
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/sdk/cwl/tests/17267-broken-schemas.cwl b/sdk/cwl/tests/17267-broken-schemas.cwl
new file mode 100644
index 000000000..0dca94520
--- /dev/null
+++ b/sdk/cwl/tests/17267-broken-schemas.cwl
@@ -0,0 +1,13 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
+cwlVersion: v1.0
+class: CommandLineTool
+$schemas:
+ - http://example.com/schema.xml
+inputs: []
+outputs:
+ out: stdout
+baseCommand: [echo, "foo"]
+stdout: foo.txt
diff --git a/sdk/cwl/tests/arvados-tests.yml b/sdk/cwl/tests/arvados-tests.yml
index a46decd96..668604f88 100644
--- a/sdk/cwl/tests/arvados-tests.yml
+++ b/sdk/cwl/tests/arvados-tests.yml
@@ -345,3 +345,13 @@
}
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"
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list