Skip to content

Commit

Permalink
Merge pull request #69 from common-workflow-language/labels
Browse files Browse the repository at this point in the history
Add missing test labels
  • Loading branch information
mr-c authored Oct 23, 2019
2 parents 5e3fac0 + f4ca2a2 commit 17b7c9d
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions conformance_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2883,6 +2883,7 @@
- job: tests/stage-array-job.json
tool: tests/stage-array.cwl
doc: Test null and array input in InitialWorkDirRequirement
label: stage_null_array
output:
"output": {
"basename": "lsout",
Expand All @@ -2897,6 +2898,7 @@
- job: tests/stage-array-dirs-job.yml
tool: tests/stage-array-dirs.cwl
doc: Test array of directories InitialWorkDirRequirement
label: stage_array_dirs
output: {
"output": [
{
Expand Down Expand Up @@ -2970,6 +2972,7 @@
"size": 12010
tool: tests/initialworkdir-glob-fullpath.cwl
doc: Test output of InitialWorkDir
label: initial_work_dir_output
tags: [ initial_work_dir ]
id: 230

Expand All @@ -2988,19 +2991,22 @@
"size": 12010
tool: tests/initialworkdir-glob-fullpath.cwl
doc: Test if full paths are allowed in glob
label: glob_full_path
tags: [ initial_work_dir ]
id: 231

- job: tests/empty.json
should_fail: true
tool: tests/glob-path-error.cwl
doc: Test fail trying to glob outside output directory
label: fail_glob_outside_output_dir
tags: [ required ]
id: 232

- job: tests/empty.json
tool: tests/symlink-illegal.cwl
doc: symlink to file outside of working directory should NOT be retrieved
label: symlink_to_file_out_of_workdir_illegal
output:
output_file:
"class": "File"
Expand All @@ -3013,6 +3019,7 @@
- job: tests/empty.json
tool: tests/symlink-legal.cwl
doc: symlink to file inside of working directory should be retrieved
label: symlink-to-file-in-workdir-legal
output:
output_file:
"class": "File"
Expand All @@ -3024,6 +3031,7 @@
- job: tests/empty.json
tool: tests/inp_update_wf.cwl
doc: inplace update has side effect on file content
label: inplace_update_on_file_content
tags: [ inplace_update ]
output:
a: 4
Expand All @@ -3033,6 +3041,7 @@
- job: tests/empty.json
tool: tests/inpdir_update_wf.cwl
doc: inplace update has side effect on directory content
label: inplace_update_on_dir_content
tags: [ inplace_update ]
output: {
a: [
Expand Down Expand Up @@ -3071,7 +3080,7 @@
id: 237

- doc: Test that array of input files can be staged to directory with entryname
label: stage_file_array
label: stage_file_array_to_dir
tool: tests/stage_file_array.cwl
job: tests/stage_file_array.job.json
output:
Expand Down Expand Up @@ -3106,7 +3115,7 @@
id: 238

- doc: Test that array of input files can be staged to directory with basename
label: stage_file_array
label: stage_file_array_to_dir_basename
tool: tests/stage_file_array_basename.cwl
job: tests/stage_file_array.job.json
output:
Expand Down Expand Up @@ -3141,7 +3150,7 @@
id: 239

- doc: Test that if array of input files are staged to directory with basename and entryname, entryname overrides
label: stage_file_array
label: stage_file_array_to_dir_basename_entryname
tool: tests/stage_file_array_basename_and_entryname.cwl
job: tests/stage_file_array.job.json
output:
Expand Down

0 comments on commit 17b7c9d

Please sign in to comment.