[ARVADOS] updated: 2.1.0-789-g4c5f2f99b
Git user
git at public.arvados.org
Thu May 13 20:13:52 UTC 2021
Summary of changes:
sdk/cwl/tests/arvados-tests.yml | 27 +++++++++++++++++++++++++--
1 file changed, 25 insertions(+), 2 deletions(-)
via 4c5f2f99b790c7e4efb7a719d55d133690489770 (commit)
from bd855b0c92549d5cdcabc7a312166e4a6b556697 (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 4c5f2f99b790c7e4efb7a719d55d133690489770
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Thu May 13 16:13:10 2021 -0400
Fix integration test closes #17673
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/sdk/cwl/tests/arvados-tests.yml b/sdk/cwl/tests/arvados-tests.yml
index 199ced9f4..41feb7796 100644
--- a/sdk/cwl/tests/arvados-tests.yml
+++ b/sdk/cwl/tests/arvados-tests.yml
@@ -362,11 +362,34 @@
doc: "Test issue 17462 - secondary file objects on file defaults are not resolved"
- job: null
- output: {}
+ output: {
+ "stuff": {
+ "location": "bar.txt",
+ "basename": "bar.txt",
+ "class": "File",
+ "checksum": "sha1$da39a3ee5e6b4b0d3255bfef95601890afd80709",
+ "size": 0
+ }
+ }
tool: 17521-dot-slash-glob.cwl
doc: "Test issue 17521 - bug with leading './' capturing files in subdirectories"
- job: null
- output: {}
+ output: {
+ "stuff": {
+ "basename": "foo",
+ "class": "Directory",
+ "listing": [
+ {
+ "basename": "bar.txt",
+ "checksum": "sha1$da39a3ee5e6b4b0d3255bfef95601890afd80709",
+ "class": "File",
+ "location": "foo/bar.txt",
+ "size": 0
+ }
+ ],
+ "location": "foo"
+ }
+ }
tool: 10380-trailing-slash-dir.cwl
doc: "Test issue 10380 - bug with trailing slash when capturing an output directory"
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list