You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed total coverage computation to always be consistent, regardless of reporting settings.
Previously some reports could produce different total counts, and consequently can make --cov-fail-under behave different depending on
reporting options.
See [#641](https://github.com/pytest-dev/pytest-cov/issues/641) <https://github.com/pytest-dev/pytest-cov/issues/641>_.
Improve handling of ResourceWarning from sqlite3.
The plugin adds warning filter for sqlite3 ResourceWarning unclosed database (since 6.2.0).
It checks if there is already existing plugin for this message by comparing filter regular expression.
When filter is specified on command line the message is escaped and does not match an expected message.
A check for an escaped regular expression is added to handle this case.
With this fix one can suppress ResourceWarning from sqlite3 from command line::
pytest -W "ignore:unclosed database in <sqlite3.Connection object at:ResourceWarning" ...
Various improvements to documentation.
Contributed by Art Pelling in [#718](https://github.com/pytest-dev/pytest-cov/issues/718) <https://github.com/pytest-dev/pytest-cov/pull/718>_ and
"vivodi" in [#738](https://github.com/pytest-dev/pytest-cov/issues/738) <https://github.com/pytest-dev/pytest-cov/pull/738>.
Also closed [#736](https://github.com/pytest-dev/pytest-cov/issues/736) <https://github.com/pytest-dev/pytest-cov/issues/736>.
Fixed some assertions in tests.
Contributed by in Markéta Machová in [#722](https://github.com/pytest-dev/pytest-cov/issues/722) <https://github.com/pytest-dev/pytest-cov/pull/722>_.
Removed unnecessary coverage configuration copying (meant as a backup because reporting commands had configuration side-effects before coverage 5.0).
CWL test execution failed.
Returned non-zero but it should be zero
Test: tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/echo-tool.cwl
job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/env-job.json
output:
out: "hello test env\n"
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#any_input_param
doc: Test Any type input parameter
tags:
- required
- command_line_tool
line: '409'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/any-type-job.json
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/any-type-compat.cwl
output:
output1:
- hello
- world
output2:
- foo
- bar
output3: hello
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#any_outputSource_compatibility
doc: Testing Any type compatibility in outputSource
tags:
- required
- workflow
line: '195'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/bool-empty-inputbinding-job.json
output:
args: []
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/bool-empty-inputbinding.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#booleanflags_cl_noinputbinding
doc: Test that boolean flags do not appear on command line if inputBinding is
empty and not null
tags:
- required
- command_line_tool
line: '1708'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/bwa-mem-job.json
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/bwa-mem-tool.cwl
output:
args:
- bwa
- mem
- -t
- '2'
- -I
- 1,2,3,4
- -m
- '3'
- chr20.fa
- example_human_Illumina.pe_1.fastq
- example_human_Illumina.pe_2.fastq
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#cl_basic_generation
doc: General test of command line generation
tags:
- required
- command_line_tool
line: '4'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/empty-array-job.json
output:
args: []
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/empty-array-input.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#cl_empty_array_input
doc: Test that empty array input does not add anything to command line
tags:
- required
- command_line_tool
line: '1748'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/nested-array-job.yml
output:
echo:
checksum: sha1$3f786850e387550fdab836ed7e6dc881de23001b
location: echo.txt
class: File
size: 2
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/nested-array.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#cl_gen_arrayofarrays
doc: Test command line generation of array-of-arrays
tags:
- required
- command_line_tool
line: '1242'
CWL test execution failed.
Returned non-zero but it should be zero
Test: output:
args:
- cat
- -n
- hello.txt
job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/cat-n-job.json
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/cat1-testcli.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#cl_optional_bindings_provided
doc: Test command line with optional input (provided)
tags:
- required
- command_line_tool
line: '44'
CWL test execution failed.
Returned non-zero but it should be zero
Test: output:
args:
- cat
- hello.txt
job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/cat-job.json
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/cat1-testcli.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#cl_optional_inputs_missing
doc: Test command line with optional input (missing)
tags:
- required
- command_line_tool
line: '36'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/dir-job.yml
output:
outlist:
size: 20
location: output.txt
checksum: sha1$13cda8661796ae241da3a18668fb552161a72592
class: File
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/dir2.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#directory_input_docker
doc: Test directory input in Docker
tags:
- required
- command_line_tool
line: '1114'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/dir-job.yml
output:
outlist:
size: 20
location: output.txt
checksum: sha1$13cda8661796ae241da3a18668fb552161a72592
class: File
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/dir.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#directory_input_param_ref
doc: Test directory input with parameter reference
tags:
- required
- command_line_tool
line: '1101'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/dir4-job.yml
output:
outlist:
checksum: sha1$13cda8661796ae241da3a18668fb552161a72592
size: 20
location: output.txt
class: File
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/dir4.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#directory_secondaryfiles
doc: Test directories in secondaryFiles
tags:
- required
- command_line_tool
line: '1151'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/empty.json
output:
foo:
location: foo
class: File
checksum: sha1$f1d2d2f924e986ac86fdf7b36c94bcdf32beec15
size: 4
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/test-cwl-out2.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#docker_json_output_location
doc: Test support for reading cwl.output.json when running in a Docker container
and just 'location' is provided.
tags:
- shell_command
- command_line_tool
line: '955'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/empty.json
output:
foo:
location: foo
class: File
checksum: sha1$f1d2d2f924e986ac86fdf7b36c94bcdf32beec15
size: 4
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/test-cwl-out.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#docker_json_output_path
doc: Test support for reading cwl.output.json when running in a Docker container
and just 'path' is provided.
tags:
- required
- command_line_tool
line: '939'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/dir-job.yml
output:
outlist:
checksum: sha1$13cda8661796ae241da3a18668fb552161a72592
size: 20
location: output.txt
class: File
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/dir5.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#dynamic_initial_workdir
doc: Test dynamic initial work dir
tags:
- initial_work_dir
- command_line_tool
line: '1165'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/dynresreq-job.yaml
doc: Test simple workflow with a dynamic resource requirement
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/dynresreq-workflow.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#dynamic_resreq_wf
output:
cores:
location: output
size: 2
class: File
checksum: sha1$7448d8798a4380162d4b56f9b452e2f6f9e24e7a
tags:
- resource
- workflow
line: '1735'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/empty.json
output: {}
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/envvar.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#env_home_tmpdir
doc: Test $HOME and $TMPDIR are set correctly
tags:
- required
- command_line_tool
line: '1254'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/empty.json
output: {}
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/envvar2.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#env_home_tmpdir_docker
doc: Test $HOME and $TMPDIR are set correctly in Docker
tags:
- required
- command_line_tool
line: '1261'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/env-job.json
output:
out:
class: File
checksum: sha1$b3ec4ed1749c207e52b3a6d08c59f31d83bff519
location: out
size: 15
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/env-tool1.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#envvar_req
doc: Test EnvVarRequirement
tags:
- env_var
- command_line_tool
line: '325'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/empty.json
output:
args: []
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/stage-unprovided-file.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#expr_reference_self_noinput
doc: Test that expression engine does not fail to evaluate reference to self
with unprovided input
tags:
- required
- command_line_tool
line: '1718'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/empty.json
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/null-expression1-tool.cwl
output:
output: 1
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#expression_any
doc: Test default usage of Any in expressions.
tags:
- inline_javascript
- expression_tool
line: '149'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/null-expression1-job.json
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/null-expression1-tool.cwl
output:
output: 1
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#expression_any_null
doc: Test explicitly passing null to Any type inputs with default values.
tags:
- inline_javascript
- expression_tool
line: '157'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/null-expression2-job.json
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/null-expression2-tool.cwl
output:
output: 2
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#expression_any_nullstring_nodefaultany
doc: Testing the string 'null' does not trip up an Any without a default value.
tags:
- inline_javascript
- expression_tool
line: '187'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/null-expression2-job.json
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/null-expression1-tool.cwl
output:
output: 2
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#expression_any_string
doc: Testing the string 'null' does not trip up an Any with a default value.
tags:
- inline_javascript
- expression_tool
line: '165'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/wc-job.json
output:
output: 16
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/wc2-tool.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#expression_outputEval
doc: Test outputEval to transform output
tags:
- inline_javascript
- command_line_tool
line: '224'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/parseInt-job.json
output:
output: 42
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/parseInt-tool.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#expression_parseint
doc: Test ExpressionTool with Javascript engine
tags:
- inline_javascript
- expression_tool
line: '217'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/file-literal.yml
output:
output_file:
class: File
checksum: sha1$d0e04ff6c413c7d57f9a0ca0a33cd3ab52e2dd9c
location: output.txt
size: 18
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/cat3-nodocker.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#fileliteral_input_docker
doc: Test file literal as input without Docker
tags:
- required
- command_line_tool
line: '1648'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/formattest-job.json
output:
output:
location: output.txt
format: http://edamontology.org/format_2330
size: 1111
class: File
checksum: sha1$97fe1b50b4582cebc7d853796ebd62e3e163aa3f
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/formattest.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#format_checking
doc: Test simple format checking.
tags:
- required
- command_line_tool
line: '818'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/formattest2-job.json
output:
output:
location: output.txt
format: http://edamontology.org/format_1929
size: 12010
class: File
checksum: sha1$971d88faeda85a796752ecf752b7e2e34f1337ce
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/formattest2.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#format_checking_subclass
doc: Test format checking against ontology using subclassOf.
tags:
- required
- command_line_tool
line: '832'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/cat-job.json
output:
output_file:
class: File
checksum: sha1$47a013e660d408619d894b20806b1d5086aab03b
location: output.txt
size: 13
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/cat5-tool.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#hints_unknown_ignored
doc: Test unknown hints are ignored.
tags:
- required
- command_line_tool
line: '500'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/arguments-job.yml
output:
classfile:
checksum: sha1$da39a3ee5e6b4b0d3255bfef95601890afd80709
location: Hello.class
class: File
size: 0
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/linkfile.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#initial_workdir_expr
doc: Test expression in InitialWorkDir listing
tags:
- initial_work_dir
- command_line_tool
line: '1205'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/string-job.json
output:
out:
class: File
checksum: sha1$6a47aa22b2a9d13a66a24b3ee5eaed95ce4753cf
location: example.conf
size: 16
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/iwdr-entry.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#initial_workdir_trailingnl
doc: Test if trailing newline is present in file entry in InitialWorkDir
tags:
- initial_work_dir
- command_line_tool
line: '607'
CWL test execution failed.
Returned non-zero but it should be zero
Test: doc: Test InitialWorkDirRequirement with a nested directory structure from
another step
job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/empty.json
output:
ya_empty:
class: File
checksum: sha1$da39a3ee5e6b4b0d3255bfef95601890afd80709
location: ya
size: 0
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/iwdr_with_nested_dirs.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#initialworkdir_nesteddir
tags:
- initial_work_dir
- workflow
line: '1696'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/wc-job.json
output:
output: 16
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/wc4-tool.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#inline_expressions
doc: Test inline expressions
tags:
- inline_javascript
- command_line_tool
line: '619'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/dir-job.yml
output:
outlist:
size: 20
location: output.txt
checksum: sha1$13cda8661796ae241da3a18668fb552161a72592
class: File
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/dir6.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#input_dir_inputbinding
doc: Test directory input with inputBinding
tags:
- shell_command
- command_line_tool
line: '1229'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/file-literal.yml
output:
output_file:
class: File
checksum: sha1$d0e04ff6c413c7d57f9a0ca0a33cd3ab52e2dd9c
location: output.txt
size: 18
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/cat3-tool.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#input_file_literal
doc: Test file literal as input
tags:
- required
- command_line_tool
line: '1193'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/empty.json
output:
foo:
location: foo
class: File
checksum: sha1$f1d2d2f924e986ac86fdf7b36c94bcdf32beec15
size: 4
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/test-cwl-out4.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#json_output_location_relative
doc: Test support for reading cwl.output.json where 'location' is relative
reference to output dir.
tags:
- required
- command_line_tool
line: '986'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/empty.json
output:
foo:
location: foo
class: File
checksum: sha1$f1d2d2f924e986ac86fdf7b36c94bcdf32beec15
size: 4
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/test-cwl-out3.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#json_output_path_relative
doc: Test support for reading cwl.output.json where 'path' is relative path in
output dir.
tags:
- required
- command_line_tool
line: '971'
CWL test execution failed.
Returned non-zero but it should be zero
Test: output: {}
job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/cat-job.json
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/metadata.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#metadata
doc: Test metadata
tags:
- required
- command_line_tool
line: '811'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/abc.json
output:
files:
- location: a
size: 0
class: File
checksum: sha1$da39a3ee5e6b4b0d3255bfef95601890afd80709
- location: b
size: 0
class: File
checksum: sha1$da39a3ee5e6b4b0d3255bfef95601890afd80709
- location: c
size: 0
class: File
checksum: sha1$da39a3ee5e6b4b0d3255bfef95601890afd80709
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/glob-expr-list.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#multiple_glob_expr_list
doc: Test support for returning multiple glob patterns from expression
tags:
- required
- command_line_tool
line: '1001'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/wc-job.json
output:
b:
checksum: sha1$c4cfd130e7578714e3eef91c1d6d90e0e0b9db3e
location: whale.xtx
class: File
size: 21
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/nameroot.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#nameroot_nameext_stdout_expr
doc: Test nameroot/nameext expression in arguments, stdout
tags:
- required
- command_line_tool
line: '1217'
CWL test execution failed.
Returned non-zero but it should be zero
Test: output:
args:
- bwa
- mem
- chr20.fa
- -XXX
- -YYY
- example_human_Illumina.pe_1.fastq
- -YYY
- example_human_Illumina.pe_2.fastq
job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/bwa-mem-job.json
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/binding-test.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#nested_prefixes_arrays
doc: Test nested prefixes with arrays
tags:
- required
- command_line_tool
line: '15'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/wc-job.json
output:
count_output: 16
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/count-lines8-wf.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#nested_workflow
doc: Test nested workflow
tags:
- subworkflow
- workflow
- inline_javascript
line: '417'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/empty.json
output:
t1:
bar:
b az: 2
b"az:
b'az: 1
baz: zab1
buz:
- a
- b
- c
t10: 1
t11: 1
t12:
t13: -zab1
t14: -zab1
t15: -zab1
t16: -zab1
t17: zab1 zab1
t18: zab1 zab1
t19: zab1 zab1
t2:
b az: 2
b"az:
b'az: 1
baz: zab1
buz:
- a
- b
- c
t20: zab1 zab1
t21: 2 2
t22: true true
t23: true true
t24: null null
t25: b
t26: b b
t3:
b az: 2
b"az:
b'az: 1
baz: zab1
buz:
- a
- b
- c
t4:
b az: 2
b"az:
b'az: 1
baz: zab1
buz:
- a
- b
- c
t5: zab1
t6: zab1
t7: zab1
t8: zab1
t9: 2
t27:
t28: 3
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/params2.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#param_evaluation_expr
doc: Test parameter evaluation, with support for JS expressions
tags:
- inline_javascript
- command_line_tool
line: '732'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/empty.json
output:
t1:
bar:
b az: 2
b"az:
b'az: 1
baz: zab1
buz:
- a
- b
- c
t10: 1
t11: 1
t12:
t13: -zab1
t14: -zab1
t15: -zab1
t16: -zab1
t17: zab1 zab1
t18: zab1 zab1
t19: zab1 zab1
t2:
b az: 2
b"az:
b'az: 1
baz: zab1
buz:
- a
- b
- c
t20: zab1 zab1
t21: 2 2
t22: true true
t23: true true
t24: null null
t25: b
t26: b b
t3:
b az: 2
b"az:
b'az: 1
baz: zab1
buz:
- a
- b
- c
t4:
b az: 2
b"az:
b'az: 1
baz: zab1
buz:
- a
- b
- c
t5: zab1
t6: zab1
t7: zab1
t8: zab1
t9: 2
t27:
t28: 3
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/params.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#param_evaluation_noexpr
doc: Test parameter evaluation, no support for JS expressions
tags:
- required
- command_line_tool
line: '654'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/rename-job.json
output:
outfile:
class: File
checksum: sha1$327fc7aedf4f6b69a42a7c8b808dc5a7aff61376
location: fish.txt
size: 1111
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/rename.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#rename
doc: Test InitialWorkDirRequirement with expression in filename.
tags:
- initial_work_dir
- command_line_tool
line: '594'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/env-job.json
output:
out:
class: File
checksum: sha1$cdc1e84968261d6a7575b5305945471f8be199b6
location: out
size: 9
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/env-wf2.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#requirement_override_hints
doc: Test requirements override hints
tags:
- env_var
- workflow
line: '436'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/env-job.json
output:
out:
class: File
checksum: sha1$b3ec4ed1749c207e52b3a6d08c59f31d83bff519
location: out
size: 15
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/env-wf1.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#requirement_priority
doc: Test requirement priority
tags:
- env_var
- workflow
line: '424'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/env-job.json
output:
out:
class: File
checksum: sha1$cdc1e84968261d6a7575b5305945471f8be199b6
location: out
size: 9
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/env-wf3.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#requirement_workflow_steps
doc: Test requirements on workflow steps
tags:
- env_var
- workflow
line: '448'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/empty.json
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/steplevel-resreq.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#resreq_step_overrides_wf
doc: Test that ResourceRequirement on a step level redefines requirement on the
workflow level
output:
out:
location: cores.txt
size: 2
class: File
checksum: sha1$e5fa44f2b31c1fb553b6021e7360d07d5d91ff5e
tags:
- resource
- workflow
line: '1757'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/schemadef-job.json
output:
output:
location: output.txt
size: 12
class: File
checksum: sha1$f12e6cfe70f3253f70b0dbde17c692e7fb0f1e5e
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/schemadef-tool.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#schemadef_req_tool_param
doc: Test SchemaDefRequirement definition used in tool parameter
tags:
- schema_def
- command_line_tool
line: '628'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/schemadef-job.json
output:
output:
location: output.txt
size: 12
class: File
checksum: sha1$f12e6cfe70f3253f70b0dbde17c692e7fb0f1e5e
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/schemadef-wf.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#schemadef_req_wf_param
doc: Test SchemaDefRequirement definition used in workflow parameter
tags:
- schema_def
- workflow
line: '641'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/empty.json
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/stderr.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#stderr_redirect
doc: Test command line with stderr redirection
output:
output_file:
class: File
checksum: sha1$f1d2d2f924e986ac86fdf7b36c94bcdf32beec15
size: 4
location: error.txt
tags:
- required
- command_line_tool
line: '101'
CWL test execution failed.
Returned non-zero but it should be zero
Test: output:
output_file:
class: File
size: 4
checksum: sha1$f1d2d2f924e986ac86fdf7b36c94bcdf32beec15
location: std.err
job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/empty.json
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/stderr-mediumcut.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#stderr_redirect_mediumcut
doc: Test command line with stderr redirection, named brief syntax
tags:
- required
- command_line_tool
line: '125'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/empty.json
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/stderr-shortcut.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#stderr_redirect_shortcut
doc: Test command line with stderr redirection, brief syntax
output:
output_file:
class: File
checksum: sha1$f1d2d2f924e986ac86fdf7b36c94bcdf32beec15
size: 4
location: Any
tags:
- required
- command_line_tool
line: '113'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/cat-job.json
output:
output:
checksum: sha1$47a013e660d408619d894b20806b1d5086aab03b
class: File
location: output
size: 13
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/cat-tool.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#stdinout_redirect
doc: Test command execution in with stdin and stdout redirection
tags:
- required
- command_line_tool
line: '205'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/cat-job.json
output:
output_txt:
class: File
checksum: sha1$47a013e660d408619d894b20806b1d5086aab03b
location: output.txt
size: 13
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/cat4-tool.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#stdinout_redirect_docker
doc: Test command execution in Docker with stdin and stdout redirection
tags:
- required
- command_line_tool
line: '137'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/cat-job.json
output:
output_file:
class: File
checksum: sha1$47a013e660d408619d894b20806b1d5086aab03b
location: output.txt
size: 13
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/cat3-tool.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#stdout_redirect_docker
doc: Test command execution in Docker with stdout redirection
tags:
- docker
- command_line_tool
line: '65'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/cat-job.json
output:
output_file:
class: File
checksum: sha1$47a013e660d408619d894b20806b1d5086aab03b
location: cat-out
size: 13
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/cat3-tool-mediumcut.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#stdout_redirect_mediumcut_docker
doc: Test command execution in Docker with mediumcut stdout redirection
tags:
- docker
- command_line_tool
line: '89'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/cat-job.json
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/cat3-tool-shortcut.cwl
output:
output_file:
class: File
checksum: sha1$47a013e660d408619d894b20806b1d5086aab03b
location: Any
size: 13
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#stdout_redirect_shortcut_docker
doc: Test command execution in Docker with shortcut stdout redirection
tags:
- docker
- command_line_tool
line: '77'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/empty.json
output:
count_output: 16
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/count-lines9-wf.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#step_input_default_value
doc: Test default value on step input parameter
tags:
- inline_javascript
- workflow
line: '460'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/empty.json
output:
count_output: 16
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/count-lines11-wf.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#step_input_default_value_nosource
doc: Test use default value on step input parameter with empty source
tags:
- inline_javascript
- workflow
line: '467'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/file1-null.json
output:
count_output: 16
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/count-lines11-wf.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#step_input_default_value_nullsource
doc: Test use default value on step input parameter with null source
tags:
- inline_javascript
- workflow
line: '474'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/cat-job.json
output:
count_output: 1
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/count-lines11-wf.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#step_input_default_value_overriden
doc: Test default value on step input parameter overridden by provided source
tags:
- inline_javascript
- workflow
line: '481'
CWL test execution failed.
Returned non-zero but it should be zero
Test: tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/exit-success.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#success_codes
doc: Test successCodes
job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/empty.json
output: {}
tags:
- required
- command_line_tool
line: '1728'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/array-of-strings-job.yml
output:
args:
- replacementValue
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/valueFrom-constant.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#valuefrom_constant_overrides_inputs
doc: Test valueFrom with constant value overriding provided array inputs
tags:
- required
- command_line_tool
line: '1770'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/empty.json
output:
default_output: workflow_default
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/echo-wf-default.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#wf_default_tool_default
doc: Test that workflow defaults override tool defaults
tags:
- required
- workflow
line: '318'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/empty.json
output:
count_output: 1
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/count-lines5-wf.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#wf_input_default_missing
doc: Test workflow with default value for input parameter (missing)
tags:
- inline_javascript
- workflow
line: '304'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/wc-job.json
output:
count_output: 16
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/count-lines5-wf.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#wf_input_default_provided
doc: Test workflow with default value for input parameter (provided)
tags:
- inline_javascript
- workflow
line: '311'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/scatter-empty-job4.json
output:
out: []
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/scatter-wf4.cwl#main
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#wf_scatter_dotproduct_twoempty
doc: Test workflow scatter with two empty scatter parameters and dotproduct join
method
tags:
- scatter
- workflow
line: '401'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/scatter-empty-job1.json
output:
out: []
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/scatter-wf1.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#wf_scatter_emptylist
doc: Test workflow scatter with single empty list parameter
tags:
- scatter
- workflow
line: '369'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/scatter-empty-job2.json
output:
out: []
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/scatter-wf3.cwl#main
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#wf_scatter_flat_crossproduct_oneempty
doc: Test workflow scatter with two scatter parameters, one of which is empty
and flat_crossproduct join method
tags:
- scatter
- workflow
line: '393'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/scatter-empty-job3.json
output:
out: []
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/scatter-wf3.cwl#main
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#wf_scatter_nested_crossproduct_firstempty
doc: Test workflow scatter with two scatter parameters and nested_crossproduct
join method with first list empty
tags:
- scatter
- workflow
line: '385'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/scatter-empty-job2.json
output:
out:
- []
- []
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/scatter-wf2.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#wf_scatter_nested_crossproduct_secondempty
doc: Test workflow scatter with two scatter parameters and nested_crossproduct
join method with second list empty
tags:
- scatter
- workflow
line: '377'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/scatter-valuefrom-job3.json
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/scatter-valuefrom-wf6.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#wf_scatter_oneparam_valueFrom
doc: Test valueFrom eval on scattered input parameter
output:
out_message:
- checksum: sha1$98030575f6fc40e5021be5a8803a6bef94aee11f
location: Any
class: File
size: 16
- checksum: sha1$edcacd50778d98ae113015406b3195c165059dd8
location: Any
class: File
size: 16
tags:
- scatter
- step_input
- workflow
line: '1066'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/scatter-valuefrom-job1.json
output:
out:
- foo one one
- foo one two
- foo one three
- foo one four
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/scatter-valuefrom-wf1.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#wf_scatter_oneparam_valuefrom
doc: Test workflow scatter with single scatter parameter and two valueFrom on
step input (first and current el)
tags:
- scatter
- step_input
- workflow
line: '1026'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/scatter-valuefrom-job1.json
output:
out:
- foo one one
- foo two two
- foo three three
- foo four four
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/scatter-valuefrom-wf5.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#wf_scatter_oneparam_valuefrom_twice_current_el
doc: Test workflow scatter with single scatter parameter and two valueFrom on
step input (current el twice)
tags:
- scatter
- step_input
- workflow
line: '1058'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/scatter-job1.json
output:
out:
- foo one
- foo two
- foo three
- foo four
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/scatter-wf1.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#wf_scatter_single_param
doc: Test workflow scatter with single scatter parameter
tags:
- scatter
- workflow
line: '337'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/scatter-job2.json
output:
out:
- foo one three
- foo two four
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/scatter-wf4.cwl#main
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#wf_scatter_two_dotproduct
doc: Test workflow scatter with two scatter parameters and dotproduct join
method
tags:
- scatter
- workflow
line: '361'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/scatter-job2.json
output:
out:
- foo one three
- foo one four
- foo two three
- foo two four
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/scatter-wf3.cwl#main
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#wf_scatter_two_flat_crossproduct
doc: Test workflow scatter with two scatter parameters and flat_crossproduct
join method
tags:
- scatter
- workflow
line: '353'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/scatter-job2.json
output:
out:
- - foo one three
- foo one four
- - foo two three
- foo two four
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/scatter-wf2.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#wf_scatter_two_nested_crossproduct
doc: Test workflow scatter with two scatter parameters and nested_crossproduct
join method
tags:
- scatter
- workflow
line: '345'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/scatter-valuefrom-job2.json
output:
out:
- foo one one three
- foo one two four
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/scatter-valuefrom-wf4.cwl#main
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#wf_scatter_twoparam_dotproduct_valuefrom
doc: Test workflow scatter with two scatter parameters and dotproduct join
method and valueFrom on step input
tags:
- scatter
- step_input
- workflow
line: '1050'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/scatter-valuefrom-job2.json
output:
out:
- foo one one three
- foo one one four
- foo one two three
- foo one two four
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/scatter-valuefrom-wf3.cwl#main
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#wf_scatter_twoparam_flat_crossproduct_valuefrom
doc: Test workflow scatter with two scatter parameters and flat_crossproduct
join method and valueFrom on step input
tags:
- scatter
- step_input
- workflow
line: '1042'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/scatter-valuefrom-job2.json
output:
out:
- - foo one one three
- foo one one four
- - foo one two three
- foo one two four
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/scatter-valuefrom-wf2.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#wf_scatter_twoparam_nested_crossproduct_valuefrom
doc: Test workflow scatter with two scatter parameters and nested_crossproduct
join method and valueFrom on step input
tags:
- scatter
- step_input
- workflow
line: '1034'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/revsort-job.json
output:
output:
class: File
checksum: sha1$b9214658cc453331b62c2282b772a5c063dbd284
location: output.txt
size: 1111
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/revsort.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#wf_simple
doc: Test simple workflow
tags:
- required
- workflow
line: '488'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/conflict-job.json
output:
fileout:
location: out.txt
checksum: sha1$a2d8d6e7b28295dc9977dc3bdb652ddd480995f0
class: File
size: 25
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/conflict-wf.cwl#collision
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#wf_two_inputfiles_namecollision
doc: Test workflow two input files with same name.
tags:
- required
- workflow
line: '1087'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/wc-job.json
output:
count_output: 16
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/count-lines2-wf.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#wf_wc_expressiontool
doc: Test two step workflow with inline tools
tags:
- inline_javascript
- workflow
line: '238'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/count-lines4-job.json
output:
count_output: 16
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/count-lines13-wf.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#wf_wc_nomultiple
doc: Test when step source is a single-item list and there is no linkMerge, then
it not wrapped in a list, and that MultipleInputFeatureRequirement is not
required.
tags:
- inline_javascript
- workflow
line: '283'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/count-lines4-job.json
output:
count_output: 16
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/count-lines19-wf.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#wf_wc_nomultiple_merge_nested
doc: Test when step source is a single-item list and linkMerge is listed, then
it is wrapped in a list.
tags:
- inline_javascript
- workflow
line: '294'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/wc-job.json
output:
count_output: 16
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/count-lines1-wf.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#wf_wc_parseInt
doc: Test two step workflow with imported tools
tags:
- inline_javascript
- workflow
line: '231'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/count-lines3-job.json
output:
count_output:
- 16
- 1
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/count-lines3-wf.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#wf_wc_scatter
doc: Test single step workflow with Scatter step
tags:
- scatter
- inline_javascript
- workflow
line: '245'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/count-lines6-job.json
output:
count_output: 34
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/count-lines7-wf.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#wf_wc_scatter_multiple_flattened
doc: Test single step workflow with Scatter step and two data links connected to
same input, flattened merge behavior
tags:
- multiple_input
- inline_javascript
- workflow
line: '273'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/count-lines4-job.json
output:
count_output:
- 16
- 1
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/count-lines4-wf.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#wf_wc_scatter_multiple_merge
doc: Test single step workflow with Scatter step and two data links connected to
same input, default merge behavior
tags:
- scatter
- multiple_input
- inline_javascript
- workflow
line: '253'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/count-lines6-job.json
output:
count_output:
- 32
- 2
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/count-lines6-wf.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#wf_wc_scatter_multiple_nested
doc: Test single step workflow with Scatter step and two data links connected to
same input, nested merge behavior
tags:
- scatter
- multiple_input
- inline_javascript
- workflow
line: '263'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/io-any-file.json
output:
t1: File
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/io-any-wf-1.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#workflow_any_input_with_file_provided
doc: Test Any parameter with file input to a workflow
tags:
- workflow
- inline_javascript
line: '2135'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/io-any-int.json
output:
t1: 7
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/io-any-wf-1.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#workflow_any_input_with_integer_provided
doc: Test Any parameter with integer input to a workflow
tags:
- workflow
- inline_javascript
line: '2121'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/io-any-array.json
output:
t1:
- 1
- moocow
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/io-any-wf-1.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#workflow_any_input_with_mixed_array_provided
doc: Test Any parameter with array input to a workflow
tags:
- workflow
- inline_javascript
line: '2142'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/io-any-record.json
output:
t1:
moo: 1
cow: 5
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/io-any-wf-1.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#workflow_any_input_with_record_provided
doc: Test Any parameter with record input to a tool
tags:
- workflow
- inline_javascript
line: '2149'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/io-any-string.json
output:
t1: '7'
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/io-any-wf-1.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#workflow_any_input_with_string_provided
doc: Test Any parameter with string input to a workflow
tags:
- workflow
- inline_javascript
line: '2128'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/wc-job.json
output:
count_output: 16
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/count-lines15-wf.cwl
doc: Test twice nested subworkflow
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#workflow_embedded_subworkflow_embedded_subsubworkflow
tags:
- workflow
- subworkflow
- inline_javascript
line: '1911'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/wc-job.json
output:
count_output: 16
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/count-lines17-wf.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#workflow_embedded_subworkflow_with_subsubworkflow_and_tool
doc: Test subworkflow of mixed depth with tool after
tags:
- workflow
- subworkflow
- inline_javascript
line: '1925'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/wc-job.json
output:
count_output: 16
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/count-lines16-wf.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#workflow_embedded_subworkflow_with_tool_and_subsubworkflow
doc: Test subworkflow of mixed depth with tool first
tags:
- workflow
- subworkflow
- inline_javascript
line: '1918'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/empty.json
output:
o: the default value
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/io-union-input-default-wf.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#workflow_union_default_input_unspecified
doc: Test union type input to workflow with default unspecified
tags:
- workflow
- inline_javascript
- expression_tool
line: '2156'
CWL test execution failed.
Returned non-zero but it should be zero
Test: job:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/stagefile-job.yml
output:
outfile:
checksum: sha1$b769c7b2e316edd4b5eb2d24799b2c1f9d8c86e6
size: 1111
location: bob.txt
class: File
tool:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/tests/stagefile.cwl
id:
file:.../streamflow-postgresql/streamflow-postgresql/cwl-v1.3-2063e9095f421f2a2ce12abaf196b2ba06ca5aae/conformance_tests.cwltest.yaml#writable_stagedfiles
doc: Test writable staged files.
tags:
- initial_work_dir
- command_line_tool
line: '1179'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependenciesPull requests that update a dependency filepython:uvPull requests that update python:uv code
0 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps pytest-cov from 7.0.0 to 7.1.0.
Changelog
Sourced from pytest-cov's changelog.
Commits
66c8a52Bump version: 7.0.0 → 7.1.0f707662Make the examples use pypy 3.11.6049a78Make context test use the old ctracer (seems the new sysmon tracer behaves di...8ebf20bUpdate changelog.861d30eRemove the backup context manager - shouldn't be needed since coverage 5.0, ...fd4c956Pass the precision on the nulled total (seems that there's some caching goion...78c9c4eOnly run the 3.9 on older deps.4849a92Punctuation.197c35eUpdate changelog and hopefully I don't forget to publish release again :))14dc1c9Update examples to use 3.11 and make the adhoc layout example look a bit more...