Skip to content

Commit aa83607

Browse files
authored
Merge pull request #56 from common-workflow-language/fixup_v12_1
Fix up missing/duplicate labels and missing tags (1/n)
2 parents 3e38490 + 7f4bb84 commit aa83607

File tree

1 file changed

+19
-12
lines changed

1 file changed

+19
-12
lines changed

conformance_tests.yaml

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
327327
output:
328328
count_output: 16
329329
tool: tests/count-lines19-wf.cwl
330-
label: wf_wc_nomultiple
330+
label: wf_wc_nomultiple_merge_nested
331331
id: count-lines19-wf
332332
doc: >-
333333
Test when step source is a single-item list and linkMerge is
@@ -879,7 +879,7 @@
879879
label: metadata
880880
id: 63
881881
doc: Test metadata
882-
tags: [ required ]
882+
tags: [ required, command_line_tool ]
883883

884884
- job: tests/formattest-job.json
885885
output:
@@ -1894,7 +1894,7 @@
18941894
checksum: "sha1$7d5ca8c0c03e883c56c4eb1ef6f6bb9bccad4d86"
18951895
size: 8
18961896
tool: tests/envvar3.cwl
1897-
label: env_home_tmpdir_docker
1897+
label: env_home_tmpdir_docker_no_return_code
18981898
id: 134
18991899
doc: Test $HOME and $TMPDIR are set correctly in Docker without using return code
19001900
tags: [ shell_command, command_line_tool ]
@@ -2894,7 +2894,7 @@
28942894
tool: tests/networkaccess2.cwl
28952895
label: networkaccess_disabled
28962896
doc: Test networkaccess is disabled by default
2897-
tags: [ networkaccess ]
2897+
tags: [ networkaccess, command_line_tool ]
28982898
id: 224
28992899

29002900
- job: tests/stage-array-job.json
@@ -2986,10 +2986,13 @@
29862986
"class": "File"
29872987
"size": 12010
29882988
tool: tests/initialworkdir-glob-fullpath.cwl
2989-
doc: Test output of InitialWorkDir
2990-
tags: [ initial_work_dir ]
2989+
label: initial_workdir_output_glob
2990+
doc: Test full path glob output of InitialWorkDir
2991+
tags: [ initial_work_dir, command_line_tool ]
29912992
id: 230
29922993

2994+
# same test as above but keeping it for preserve ids maybe? I don't know -
2995+
# there is a reason I added labels before these ids were here :)
29932996
- job: tests/initialworkdirrequirement-docker-out-job.json
29942997
output:
29952998
OUTPUT:
@@ -3004,15 +3007,17 @@
30043007
"class": "File"
30053008
"size": 12010
30063009
tool: tests/initialworkdir-glob-fullpath.cwl
3007-
doc: Test if full paths are allowed in glob
3008-
tags: [ initial_work_dir ]
3010+
label: initial_workdir_output_glob_duplicate
3011+
doc: Test full path glob output of InitialWorkDir (duplicate)
3012+
tags: [ initial_work_dir, command_line_tool ]
30093013
id: 231
30103014

30113015
- job: tests/empty.json
30123016
should_fail: true
30133017
tool: tests/glob-path-error.cwl
3018+
label: glob_outside_outputs_fails
30143019
doc: Test fail trying to glob outside output directory
3015-
tags: [ required ]
3020+
tags: [ required, command_line_tool, docker ]
30163021
id: 232
30173022

30183023
- job: tests/empty.json
@@ -3025,6 +3030,7 @@
30253030
"baesname": "symlink.txt"
30263031
"checksum": "sha1$cd28ec34f3f9425aca544b6332453708e8aaa82a"
30273032
should_fail: true
3033+
tags: [ command_line_tool ]
30283034
id: 233
30293035

30303036
- job: tests/empty.json
@@ -3037,11 +3043,12 @@
30373043
"basename": "symlink.txt"
30383044
"checksum": "sha1$cd28ec34f3f9425aca544b6332453708e8aaa82a"
30393045
id: 234
3046+
tags: [ command_line_tool ]
30403047

30413048
- job: tests/empty.json
30423049
tool: tests/inp_update_wf.cwl
30433050
doc: inplace update has side effect on file content
3044-
tags: [ inplace_update ]
3051+
tags: [ inplace_update, workflow ]
30453052
output:
30463053
a: 4
30473054
b: 4
@@ -3050,7 +3057,7 @@
30503057
- job: tests/empty.json
30513058
tool: tests/inpdir_update_wf.cwl
30523059
doc: inplace update has side effect on directory content
3053-
tags: [ inplace_update ]
3060+
tags: [ inplace_update, workflow ]
30543061
output: {
30553062
a: [
30563063
{
@@ -3158,7 +3165,7 @@
31583165
id: 239
31593166

31603167
- doc: Test that if array of input files are staged to directory with basename and entryname, entryname overrides
3161-
label: stage_file_array
3168+
label: stage_file_array_entryname_overrides
31623169
tool: tests/stage_file_array_basename_and_entryname.cwl
31633170
job: tests/stage_file_array.job.json
31643171
output:

0 commit comments

Comments
 (0)