Skip to content

Commit

Permalink
WX-927 Confirm inputs not deleted on GCP Batch (#7541)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcovarr committed Sep 24, 2024
1 parent 9c94d39 commit fb9745a
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@

name: no_input_delete
testFormat: workflowsuccess
# not sure, this sounds a little scary
# - should successfully run no_input_delete *** FAILED *** (35 minutes, 58 seconds)
# centaur.test.CentaurTestException: Expected to find 95 item(s) at gs://blah/no_input_delete_setup/9d5053c1-d04c-4768-8965-8944790601b1/call-no_input_delete/no_input_delete/ but got 15
backends: [Papiv2, GCPBATCH_FAIL]
backends: [Papiv2, GCPBATCH]

files {
workflow: delete_intermediates/no_input_delete_setup.wdl
Expand All @@ -31,7 +28,8 @@ outputExpectations: {
# Represents 2 files (.txt and .txt.idx)
"gs://cloud-cromwell-dev-self-cleaning/cromwell_execution/no_input_delete/test_execution/no_input_delete.txt": 2
"gs://cloud-cromwell-dev-self-cleaning/cromwell_execution/no_input_delete/test_execution/no_input_delete.txt.idx": 1
# No current way to match on the subworkflow id, so for now just make sure the total directory count matches.
"gs://cloud-cromwell-dev-self-cleaning/cromwell_execution/ci/no_input_delete_setup/<<UUID>>/call-no_input_delete/no_input_delete/": 95
# Directory counts do not match between PAPI v2 and GCP Batch because of PAPI v2 writing tons of pipeline logs that
# GCP Batch does not. This test is really about confirming that we're not deleting inputs so skip that assertion.
# "gs://cloud-cromwell-dev-self-cleaning/cromwell_execution/ci/no_input_delete_setup/<<UUID>>/call-no_input_delete/no_input_delete/": 95
# "gs://cloud-cromwell-dev-self-cleaning/cromwell_execution/ci/no_input_delete_setup/<<UUID>>/call-no_input_delete/no_input_delete/<<SUB_WORKFLOW_UUID>>/call-simple_mirror/cloud-cromwell-dev-self-cleaning/cromwell_execution/no_input_delete/test_execution/no_input_delete.txt": 1
}

0 comments on commit fb9745a

Please sign in to comment.