Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pickValue all_non_null conformance tests: lengths don't match (276, 282, 298) #265

Open
giuseppe-steduto opened this issue Feb 8, 2024 · 0 comments

Comments

@giuseppe-steduto
Copy link
Member

❯ cwltest --tool /home/giuseppe/.virtualenvs/reana-cwl-conformance-test/bin/reana-cwl-runner --test=conformance_tests.yaml -n276 --basedir ~/reana/utils/cwl-conformance-tests --
Test [276/336] all_non_null_multi_non_null: pickValue: all_non_null will produce a list
Test 276 failed: /home/giuseppe/.virtualenvs/reana-cwl-conformance-test/bin/reana-cwl-runner --outdir=/tmp/tmptwj2m5sf --quiet tests/conditionals/cond-wf-007.cwl tests/conditionals/val.3.job.yaml
pickValue: all_non_null will produce a list
Compare failure expected: {
    "out1": [
        "foo 3",
        "bar 3"
    ]
}
got: {
    "out1": [
        "foo 3"
    ]
}
caused by: failed comparison for key 'out1': expected: [
    "foo 3",
    "bar 3"
]
got: [
    "foo 3"
]
caused by: lengths don't match
0 tests passed, 1 failures, 0 unsupported features
@mr-c mr-c changed the title conformance tests: lengths don't match (276, 282, 298) pickValue all_non_null conformance tests: lengths don't match (276, 282, 298) Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant