-
Notifications
You must be signed in to change notification settings - Fork 647
test: github action on middleware-retry #1275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: github action on middleware-retry #1275
Conversation
Codecov Report
@@ Coverage Diff @@
## github-action-build #1275 +/- ##
====================================================
Coverage 73.04% 73.04%
====================================================
Files 287 287
Lines 12730 12730
Branches 2922 2922
====================================================
Hits 9299 9299
Misses 3431 3431 Continue to review full report at Codecov.
|
Error2020-06-16T15:23:21.6638029Z lerna ERR! yarn run test exited 1 in '@aws-sdk/aws-json'
2020-06-16T15:23:21.6638827Z lerna ERR! yarn run test stdout:
2020-06-16T15:23:21.6639233Z yarn run v1.22.4
2020-06-16T15:23:21.6639603Z $ tsc
2020-06-16T15:23:21.6640220Z $ yarn build && jest --coverage --passWithNoTests
2020-06-16T15:23:21.6640633Z $ yarn pretest && yarn build:es
2020-06-16T15:23:21.6640965Z $ tsc
2020-06-16T15:23:21.6641485Z $ tsc -p tsconfig.es.json
2020-06-16T15:23:21.6642148Z jest-haste-map: Haste module naming collision: @aws-sdk/aws-json
2020-06-16T15:23:21.6642579Z The following files share their name; please adjust your hasteImpl:
2020-06-16T15:23:21.6642937Z * <rootDir>/package.json
2020-06-16T15:23:21.6643287Z * <rootDir>/dist/es/package.json
2020-06-16T15:23:21.6643542Z
2020-06-16T15:23:21.6644737Z ---------------------------------------------|---------|----------|---------|---------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
2020-06-16T15:23:21.6645637Z File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
2020-06-16T15:23:21.6646895Z ---------------------------------------------|---------|----------|---------|---------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
2020-06-16T15:23:21.6647758Z All files | 54.39 | 19.08 | 39.53 | 54.51 |
2020-06-16T15:23:21.6648754Z aws-json | 75 | 0 | 33.33 | 75 |
2020-06-16T15:23:21.6649697Z JsonProtocolClient.ts | 95.83 | 100 | 50 | 95.83 | 211
2020-06-16T15:23:21.6650705Z endpoints.ts | 42.31 | 0 | 0 | 42.31 | 40-77
2020-06-16T15:23:21.6651332Z runtimeConfig.shared.ts | 100 | 100 | 100 | 100 |
2020-06-16T15:23:21.6651939Z runtimeConfig.ts | 100 | 100 | 100 | 100 |
2020-06-16T15:23:21.6652964Z aws-json/commands | 85.71 | 0 | 60 | 85.71 |
2020-06-16T15:23:21.6653710Z EmptyOperationCommand.ts | 85.71 | 0 | 60 | 85.71 | 60,76
2020-06-16T15:23:21.6654345Z KitchenSinkOperationCommand.ts | 85.71 | 0 | 60 | 85.71 | 64,80
2020-06-16T15:23:21.6655085Z OperationWithOptionalInputOutputCommand.ts | 85.71 | 0 | 60 | 85.71 | 65,84
2020-06-16T15:23:21.6656100Z aws-json/protocols | 40.53 | 20.45 | 35.29 | 40.11 |
2020-06-16T15:23:21.6657146Z Aws_json1_1.ts | 40.53 | 20.45 | 35.29 | 40.11 | 80-87,94-118,125-139,146-192,199-213,220-244,251-262,269-280,411,465-469,525,534,571,580,709-710,718-719,727-728,736,743-744,752-753,765-766,778-782,794-795,807-808,820,833,853-856,866,876-890,894-898
2020-06-16T15:23:21.6658381Z ---------------------------------------------|---------|----------|---------|---------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
2020-06-16T15:23:21.6658940Z info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
2020-06-16T15:23:21.6659258Z
2020-06-16T15:23:21.6659632Z lerna ERR! yarn run test stderr:
2020-06-16T15:23:21.6705857Z (node:30158) UnhandledPromiseRejectionWarning: Error: Error response received from instance metadata service
2020-06-16T15:23:21.6706889Z (node:30158) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 364)
2020-06-16T15:23:21.6708708Z (node:30158) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
2020-06-16T15:23:21.6709332Z (node:30158) UnhandledPromiseRejectionWarning: Error: Error response received from instance metadata service
2020-06-16T15:23:21.6710186Z (node:30158) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 365)
2020-06-16T15:23:21.6710686Z FAIL dist/cjs/tests/functional/awsjson1_1.spec.js (5.347s)
2020-06-16T15:23:21.6711276Z ✕ sends_requests_to_slash:Request (27ms)
2020-06-16T15:23:21.6711966Z ✕ includes_x_amz_target_and_content_type:Request (3ms)
2020-06-16T15:23:21.6712537Z ✕ handles_empty_output_shape:Response (6ms)
2020-06-16T15:23:21.6713090Z ✕ serializes_string_shapes:Request (4ms)
2020-06-16T15:23:21.6713677Z ✕ serializes_string_shapes_with_jsonvalue_trait:Request (1ms)
2020-06-16T15:23:21.6728609Z ✕ serializes_integer_shapes:Request (1ms)
2020-06-16T15:23:21.6729316Z ✕ serializes_long_shapes:Request (21ms)
2020-06-16T15:23:21.6729879Z ✕ serializes_float_shapes:Request (2ms)
2020-06-16T15:23:21.6859564Z ✕ serializes_double_shapes:Request (2ms)
2020-06-16T15:23:21.6861243Z ✕ serializes_blob_shapes:Request (1ms)
2020-06-16T15:23:21.6881582Z ✕ serializes_boolean_shapes_true:Request (3ms)
2020-06-16T15:23:21.6888783Z ✕ serializes_boolean_shapes_false:Request (1ms)
2020-06-16T15:23:21.6889504Z ✕ serializes_timestamp_shapes:Request (3ms)
2020-06-16T15:23:21.6890049Z ✕ serializes_timestamp_shapes_with_iso8601_timestampformat:Request (1ms)
2020-06-16T15:23:21.6890632Z ✕ serializes_timestamp_shapes_with_httpdate_timestampformat:Request (3ms)
2020-06-16T15:23:21.6891190Z ✕ serializes_timestamp_shapes_with_unixtimestamp_timestampformat:Request (1ms)
2020-06-16T15:23:21.6891668Z ✕ serializes_list_shapes:Request (2ms)
2020-06-16T15:23:21.6892144Z ✕ serializes_empty_list_shapes:Request (1ms)
2020-06-16T15:23:21.6892620Z ✕ serializes_list_of_map_shapes:Request (2ms)
2020-06-16T15:23:21.6893106Z ✕ serializes_list_of_structure_shapes:Request (2ms)
2020-06-16T15:23:21.6893630Z ✕ serializes_list_of_recursive_structure_shapes:Request (1ms)
2020-06-16T15:23:21.6894100Z ✕ serializes_map_shapes:Request (1ms)
2020-06-16T15:23:21.6894569Z ✕ serializes_empty_map_shapes:Request (1ms)
2020-06-16T15:23:21.6895057Z ✕ serializes_map_of_list_shapes:Request (3ms)
2020-06-16T15:23:21.6895543Z ✕ serializes_map_of_structure_shapes:Request (1ms)
2020-06-16T15:23:21.6896033Z ✕ serializes_map_of_recursive_structure_shapes:Request (1ms)
2020-06-16T15:23:21.6896512Z ✕ serializes_structure_shapes:Request (2ms)
2020-06-16T15:23:21.6897047Z ✕ serializes_structure_members_with_locationname_traits:Request (1ms)
2020-06-16T15:23:21.6897543Z ✕ serializes_empty_structure_shapes:Request (1ms)
2020-06-16T15:23:21.6898048Z ✕ serializes_structure_which_have_no_members:Request (3ms)
2020-06-16T15:23:21.6898542Z ✕ serializes_recursive_structure_shapes:Request (1ms)
2020-06-16T15:23:21.6899036Z ✕ parses_operations_with_empty_json_bodies:Response (1ms)
2020-06-16T15:23:21.6899499Z ✕ parses_string_shapes:Response (3ms)
2020-06-16T15:23:21.6899957Z ✕ parses_integer_shapes:Response (1ms)
2020-06-16T15:23:21.6900409Z ✕ parses_long_shapes:Response (1ms)
2020-06-16T15:23:21.6900864Z ✕ parses_float_shapes:Response (2ms)
2020-06-16T15:23:21.6901352Z ✕ parses_double_shapes:Response (2ms)
2020-06-16T15:23:21.6903234Z ✕ parses_boolean_shapes_true:Response (2ms)
2020-06-16T15:23:21.6903741Z ✕ parses_boolean_false:Response (1ms)
2020-06-16T15:23:21.6904197Z ✕ parses_blob_shapes:Response (1ms)
2020-06-16T15:23:21.6904917Z ✕ parses_timestamp_shapes:Response (1ms)
2020-06-16T15:23:21.6905392Z ✕ parses_iso8601_timestamps:Response (4ms)
2020-06-16T15:23:21.6905864Z ✕ parses_httpdate_timestamps:Response (1ms)
2020-06-16T15:23:21.6906323Z ✕ parses_list_shapes:Response (1ms)
2020-06-16T15:23:21.6906790Z ✕ parses_list_of_map_shapes:Response (1ms)
2020-06-16T15:23:21.6907257Z ✕ parses_list_of_list_shapes:Response (4ms)
2020-06-16T15:23:21.6907726Z ✕ parses_list_of_structure_shapes:Response (1ms)
2020-06-16T15:23:21.6908225Z ✕ parses_list_of_recursive_structure_shapes:Response (1ms)
2020-06-16T15:23:21.6908680Z ✕ parses_map_shapes:Response (1ms)
2020-06-16T15:23:21.6909144Z ✕ parses_map_of_list_shapes:Response (3ms)
2020-06-16T15:23:21.6915717Z ✕ parses_map_of_map_shapes:Response (2ms)
2020-06-16T15:23:21.6916074Z ✕ parses_map_of_structure_shapes:Response (1ms)
2020-06-16T15:23:21.6916435Z ✕ parses_map_of_recursive_structure_shapes:Response (1ms)
2020-06-16T15:23:21.6916809Z ✕ parses_the_request_id_from_the_response:Response (3ms)
2020-06-16T15:23:21.6917160Z ✕ can_call_operation_with_no_input_or_output:Request (2ms)
2020-06-16T15:23:21.6917519Z ✕ can_call_operation_with_optional_input:Request (1ms)
2020-06-16T15:23:21.6917620Z
2020-06-16T15:23:21.6917921Z ● sends_requests_to_slash:Request
2020-06-16T15:23:21.6918000Z
2020-06-16T15:23:21.6918197Z No region found for profile default in SDK configuration files
2020-06-16T15:23:21.6918295Z
2020-06-16T15:23:21.6918463Z 12 | export class ProviderError extends Error {
2020-06-16T15:23:21.6918701Z 13 | constructor(message: string, public readonly tryNextLink: boolean = true) {
2020-06-16T15:23:21.6918885Z > 14 | super(message);
2020-06-16T15:23:21.6919482Z | ^
2020-06-16T15:23:21.6919653Z 15 | }
2020-06-16T15:23:21.6919796Z 16 | }
2020-06-16T15:23:21.6919940Z 17 |
2020-06-16T15:23:21.6920011Z |
|
Closing as we're reverting CI using GitHub Actions in #1278 |
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread. |
Ran npm script 'pretest' in 300 packages
Ran npm script 'test' in 225 packages
Issue #, if available:
Testing GitHub Action in #1272
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.