Project

General

Profile

Bug #9702

Updated by Radhika Chippada over 7 years ago

When Crunch2 is used to run cwl conformance tests, most tests are passing but 5 of them are failing. 

 <pre> 
  exec arvados-cwl-runner --compute-checksum --api containers "$@" 
 </pre> 

 The following tests failed and the rest (including, test 70) passed: 
 <pre> 
 Test [36/73]     v1.0/env-job.json 
 Test [37/73]     v1.0/env-job.json 
 Test [39/73]     v1.0/revsort-job.json 
 Test [45/73]     v1.0/schemadef-job.json 
 Test [64/73]     v1.0/conflict-job.json 
 </pre> 

 See the attached document for complete test output.

Back