-
Notifications
You must be signed in to change notification settings - Fork 9
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
cwlprov_to_crate: test converting cwlprovs created for each CWL conformance tests #24
Comments
To make a CWLProv RO Bundle for each conformance test, do the following
The CWLProv RO Bundles will be in that cwlprovs directory, each directory named using the
Initial results:
|
Summary of failures:
|
I don't see a
Regarding the tests, I got only 3 failures, but I don't know which ones they were. <testcase name="Test ExpressionTool with Javascript engine" time="4.781120" class="inline_javascript, expression_tool" url="cwltest:conformance_tests#22">
<system-out>{
"output": 42
}
</system-out>
</testcase> I can't see any error dumps or test outcome fields. The console dump does not seem to help much: there are more than 3 error messages there, so I guess some of them are expected or not relevant to test outcomes. |
Sorry, that field is called
That is odd, and I can also confirm!
Huh, I got 365 RO bundles: ro_test.zip
Yeah, JUnit XML format is weird. Only |
I tried again with |
At the moment the As discussed on Slack, reproducing this behaviour 1-to-1 is probably out of the scope of the |
https://github.com/common-workflow-language/cwl-v1.2/blob/1.2.1_proposed/CONFORMANCE_TESTS.md
@mr-c will test creation of the CWLProv RO Bundles (fixing any issues found), and then he will help @simleo create his own for testing with
cwlprov_to_crate
The text was updated successfully, but these errors were encountered: