openwdl / wdl

Workflow Description Language - Specification and Implementations
https://www.openwdl.org/
BSD 3-Clause "New" or "Revised" License
763 stars 306 forks source link

Mismatched variable names in test_prefix.wdl unit test #666

Open stxue1 opened 3 months ago

stxue1 commented 3 months ago

The test_prefix.wdl unit test has a workflow output env_prefixed: https://github.com/openwdl/wdl/blob/9c0b9cf4586508a9e6260cc5c5e562e21f625aac/SPEC.md?plain=1#L8093

But the expected output is env1_prefixed: https://github.com/openwdl/wdl/blob/9c0b9cf4586508a9e6260cc5c5e562e21f625aac/SPEC.md?plain=1#L8110

stxue1 commented 3 months ago

A similar issue is in the serialize_array_delim_task.wdl test. heads is the output in the workflow: https://github.com/openwdl/wdl/blob/9c0b9cf4586508a9e6260cc5c5e562e21f625aac/SPEC.md?plain=1#L9844 And the expected output is strings: https://github.com/openwdl/wdl/blob/9c0b9cf4586508a9e6260cc5c5e562e21f625aac/SPEC.md?plain=1#L9867