-
Notifications
You must be signed in to change notification settings - Fork 360
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WX-927 Proper GCP Batch failure on noAddress
- Loading branch information
Showing
2 changed files
with
16 additions
and
3 deletions.
There are no files selected for viewing
4 changes: 1 addition & 3 deletions
4
centaur/src/main/resources/standardTestCases/fast_fail_noAddress.test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
centaur/src/main/resources/standardTestCases/gcpbatch_fast_fail_noAddress.test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# NB: To request this test by name, make it lowercase, eg sbt "centaur/it:testOnly * -- -n gcpbatch_fast_fail_noaddress" | ||
name: gcpbatch_fast_fail_noaddress | ||
backends: [ GCPBATCH ] | ||
backendsMode: any | ||
testFormat: workflowfailure | ||
|
||
files { | ||
workflow: fast_fail_noAddress/fast_fail_noAddress.wdl | ||
} | ||
|
||
metadata { | ||
workflowName: fast_fail_noAddress | ||
"failures.0.causedBy.0.message": ~~"Unable to complete Batch request due to a problem with the request (io.grpc.StatusRuntimeException: INVALID_ARGUMENT: no_external_ip_address field is invalid. both network and subnetwork have to be specified when no_external_ip_address is true)." | ||
status: Failed | ||
} |