Skip to content

Commit 7f4bb84

Browse files
committed
Fix some missing tags and duplicate labels (part 1/n)
1 parent c5305cf commit 7f4bb84

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

conformance_tests.yaml

Lines changed: 11 additions & 6 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
@@ -2986,10 +2986,13 @@
29862986
"class": "File"
29872987
"size": 12010
29882988
tool: tests/initialworkdir-glob-fullpath.cwl
2989-
doc: Test output of InitialWorkDir
2989+
label: initial_workdir_output_glob
2990+
doc: Test full path glob output of InitialWorkDir
29902991
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
@@ -3160,7 +3165,7 @@
31603165
id: 239
31613166

31623167
- doc: Test that if array of input files are staged to directory with basename and entryname, entryname overrides
3163-
label: stage_file_array
3168+
label: stage_file_array_entryname_overrides
31643169
tool: tests/stage_file_array_basename_and_entryname.cwl
31653170
job: tests/stage_file_array.job.json
31663171
output:

0 commit comments

Comments
 (0)