CBMC Batch scripts seem to need buckets and packages specified #550
Labels
bug
This issue is a bug.
needs-reproduction
This issue needs reproduction.
p2
This is a standard priority issue
I built the latest aws-batch-cbmc, deployed on a new AWS account, and ran the aws-c-common CBMC tests. I needed to modify cbmc-batch.sh to get the tests to work correctly.
At
aws-c-common/.cbmc-batch/cbmc-batch.sh
Line 25 in 40296d9
I had to add the following flags:
The outbucket needed the
$job
subdirectory, without which the different tests were overwriting each other's files (I think).Steps to reproduce:
$PATH
tocbmc-batch
of aws-batch-cbmc.cbmc-batch.sh --start
in.cbmc-batch/
.$job
subdirectory.cbmc-batch.sh
and see tests failing and getting utterly confused.$job
subdirectories as shown above and see the jobs all pass.The text was updated successfully, but these errors were encountered: