-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
21: Fix array jobs r=mattBrzezinski a=morris25 Submitting an array job yielded ``` HTTP.ExceptionRequest.StatusError(400, "POST", "/v1/submitjob", HTTP.Messages.Response: """ HTTP/1.1 400 Bad Request Date: Fri, 17 Sep 2021 22:09:44 GMT Content-Type: application/json Content-Length: 78 Connection: keep-alive x-amzn-RequestId: 511cf789-aee3-4162-be47-96d84864ac02 Access-Control-Allow-Origin: * x-amz-apigw-id: F0_GTHOeIAMFq7w= Access-Control-Expose-Headers: X-amzn-errortype,X-amzn-requestid,X-amzn-errormessage,X-amzn-trace-id,X-amz-apigw-id,date X-Amzn-Trace-Id: Root=1-61451228-5ef067776f7562351f5edde5 {"message":"An error occurred during JSON parsing","__type":"ClientException"}""") ``` because an array was used in the parameter block instead of an object. This fixes the param structure and fixes the test logic to allow users to manually run the online tests. Co-authored-by: morris25 <[email protected]> Co-authored-by: Sam Morrison <[email protected]>
- Loading branch information
Showing
5 changed files
with
22 additions
and
13 deletions.
There are no files selected for viewing
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
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
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 |
---|---|---|
|
@@ -217,3 +217,5 @@ Resources: | |
Outputs: | ||
JobQueueArn: | ||
Value: !Ref JobQueue | ||
JobRoleArn: | ||
Value: !GetAtt JobRole.Arn |
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
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
d4a1257
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
d4a1257
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/45221
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: