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
Tests are being run with the cwltest plugin for pytest:
PYTEST_EXTRA="--cwl-include simple_simple_scatter" bash conformance-test.sh
(possibly with SKIP_INSTALL=1 at the beginning if you are hacking on cwltool` and it is already installed)
This commit fixes#2003 by handling spurious, repeated callbacks of the
`receive_scatter_output` method of the `ReceiveScatterOutput` class. The
reason of multiple awakenings has not been investigated deeply, though.
In the future, a thorough examination of the `MultithreadedJobExecutor`
logic may be necessary.
This commit fixes#2003 by handling spurious, repeated callbacks of the
`receive_scatter_output` method of the `ReceiveScatterOutput` class. The
reason of multiple awakenings has not been investigated deeply, though.
In the future, a thorough examination of the `MultithreadedJobExecutor`
logic may be necessary.
---------
Co-authored-by: Michael R. Crusoe <1330696+mr-c@users.noreply.github.com>
This has been failing randomly for over a year
https://github.com/common-workflow-language/cwltool/actions/runs/9138932694/job/25130670885#step:7:471
Tests are being run with the
cwltest
plugin forpytest
:PYTEST_EXTRA="--cwl-include simple_simple_scatter" bash conformance-test.sh
(possibly with
SKIP_INSTALL=1 at the beginning if you are hacking on
cwltool` and it is already installed)which is roughly equivalent to
cwltest --test https://github.com/common-workflow-language/cwl-v1.2/raw/main/conformance_tests.yaml -s simple_simple_scatter -- --parallel
or more directly
cwltool --parallel https://github.com/common-workflow-language/cwl-v1.2/raw/main/tests/scatter/simple-simple-scatter.cwl https://github.com/common-workflow-language/cwl-v1.2/raw/main/tests/scatter/scatter-job.yml
Running any of the above produces a
null
output for me (which would fail the test) about 1 out of every 4 times.The text was updated successfully, but these errors were encountered: