chore: Node.js v22 tests #110
pull-request.yml
on: pull_request
build
/
lint & typecheck
33s
test
/
test-cdk-basic
5m 46s
test
/
test-cdk-esm
6m 2s
test
/
test-sls-basic
2m 55s
test
/
test-sls-esbuild-cjs
2m 45s
test
/
test-sls-esbuild-esm
2m 47s
test
/
test-osls-basic
2m 49s
test
/
test-osls-esbuild-cjs
17s
test
/
test-osls-esbuild-esm
29s
test
/
test-sam-basic
3m 2s
test
/
test-sam-alt
3m 23s
test
/
test-terraform-basic
2m 43s
Annotations
24 errors and 15 warnings
|
test / test-osls-esbuild-cjs
Process completed with exit code 1.
|
|
test / test-osls-esbuild-cjs
Process completed with exit code 1.
|
|
test / test-osls-esbuild-esm
Process completed with exit code 1.
|
|
test / test-osls-esbuild-esm
Process completed with exit code 1.
|
|
test / test-terraform-basic
Terraform exited with code 1.
|
|
test / test-terraform-basic
Process completed with exit code 1.
|
|
test/sls-esbuild-esm.test.ts > sls-esbuild-esm > check infra:
test/utils/expectInfraDeployed.ts#L13
AssertionError: expected undefined to match object { …(4) }
- Expected:
Object {
"AWS_LAMBDA_EXEC_WRAPPER": "/opt/lld-wrapper",
"LLD_DEBUGGER_ID": Any<String>,
"LLD_FUNCTION_ID": Any<String>,
"LLD_INITIAL_TIMEOUT": Any<String>,
}
+ Received:
undefined
❯ Module.expectInfraDeployed test/utils/expectInfraDeployed.ts:13:7
❯ test/sls-esbuild-esm.test.ts:35:5
|
|
test/sls-esbuild-esm.test.ts > sls-esbuild-esm > check infra:
test/utils/expectInfraDeployed.ts#L13
AssertionError: expected undefined to match object { …(4) }
- Expected:
Object {
"AWS_LAMBDA_EXEC_WRAPPER": "/opt/lld-wrapper",
"LLD_DEBUGGER_ID": Any<String>,
"LLD_FUNCTION_ID": Any<String>,
"LLD_INITIAL_TIMEOUT": Any<String>,
}
+ Received:
undefined
❯ Module.expectInfraDeployed test/utils/expectInfraDeployed.ts:13:7
❯ test/sls-esbuild-esm.test.ts:35:5
|
|
test/sls-esbuild-esm.test.ts > sls-esbuild-esm > call Lambda - testTsEsModule:
test/utils/validateLocalResponse.ts#L38
AssertionError: expected { …(2) } to deeply equal { …(2) }
- Expected
+ Received
Object {
"lambdaName": "lls-sls-esbuild-esm-test-testTsEsModule",
- "timestamp": "2025-02-06T05:34:17.696Z",
+ "timestamp": "2025-02-06T05:33:52.444Z",
}
❯ Module.validateLocalResponse test/utils/validateLocalResponse.ts:38:31
❯ test/sls-esbuild-esm.test.ts:47:7
|
|
test/sls-esbuild-esm.test.ts > sls-esbuild-esm > call Lambda - testTsEsModule:
test/utils/validateLocalResponse.ts#L38
AssertionError: expected { …(2) } to deeply equal { …(2) }
- Expected
+ Received
Object {
"lambdaName": "lls-sls-esbuild-esm-test-testTsEsModule",
- "timestamp": "2025-02-06T05:34:19.434Z",
+ "timestamp": "2025-02-06T05:33:52.444Z",
}
❯ Module.validateLocalResponse test/utils/validateLocalResponse.ts:38:31
❯ test/sls-esbuild-esm.test.ts:47:7
|
|
test / test-sls-esbuild-esm
Process completed with exit code 1.
|
|
test/sls-basic.test.ts > sls-basic > call Lambda - testJsCommonJs:
test/sls-basic.test.ts#L44
AssertionError: expected undefined to deeply equal { …(2) }
- Expected:
Object {
"lambdaName": "lls-sls-basic-test-testJsCommonJs",
"timestamp": "2025-02-06T05:34:25.683Z",
}
+ Received:
undefined
❯ test/sls-basic.test.ts:44:33
|
|
test/sls-basic.test.ts > sls-basic > call Lambda - testJsCommonJs:
test/sls-basic.test.ts#L44
AssertionError: expected undefined to deeply equal { …(2) }
- Expected:
Object {
"lambdaName": "lls-sls-basic-test-testJsCommonJs",
"timestamp": "2025-02-06T05:34:26.914Z",
}
+ Received:
undefined
❯ test/sls-basic.test.ts:44:33
|
|
test / test-sls-basic
Process completed with exit code 1.
|
|
test/sam-basic.test.ts > sam-basic > check infra:
test/utils/expectInfraDeployed.ts#L13
AssertionError: expected { Object (NODE_OPTIONS) } to match object { …(4) }
(1 matching property omitted from actual)
- Expected
+ Received
Object {
- "AWS_LAMBDA_EXEC_WRAPPER": "/opt/lld-wrapper",
- "LLD_DEBUGGER_ID": Any<String>,
- "LLD_FUNCTION_ID": Any<String>,
- "LLD_INITIAL_TIMEOUT": Any<String>,
+ "NODE_OPTIONS": " --enable-source-maps",
}
❯ Module.expectInfraDeployed test/utils/expectInfraDeployed.ts:13:7
❯ test/sam-basic.test.ts:39:5
|
|
test/sam-basic.test.ts > sam-basic > check infra:
test/utils/expectInfraDeployed.ts#L13
AssertionError: expected { Object (NODE_OPTIONS) } to match object { …(4) }
(1 matching property omitted from actual)
- Expected
+ Received
Object {
- "AWS_LAMBDA_EXEC_WRAPPER": "/opt/lld-wrapper",
- "LLD_DEBUGGER_ID": Any<String>,
- "LLD_FUNCTION_ID": Any<String>,
- "LLD_INITIAL_TIMEOUT": Any<String>,
+ "NODE_OPTIONS": " --enable-source-maps",
}
❯ Module.expectInfraDeployed test/utils/expectInfraDeployed.ts:13:7
❯ test/sam-basic.test.ts:39:5
|
|
test/sam-basic.test.ts > sam-basic > call Lambda - testTsCommonJs:
test/utils/validateLocalResponse.ts#L38
AssertionError: expected { …(2) } to deeply equal { …(2) }
- Expected
+ Received
Object {
"lambdaName": "lld-test-sam-basic-testTsCommonJs-rIj0nT0vlyql",
- "timestamp": "2025-02-06T05:34:21.323Z",
+ "timestamp": "2025-02-06T05:33:39.066Z",
}
❯ Module.validateLocalResponse test/utils/validateLocalResponse.ts:38:31
❯ test/sam-basic.test.ts:54:7
|
|
test/sam-basic.test.ts > sam-basic > call Lambda - testTsCommonJs:
test/utils/validateLocalResponse.ts#L38
AssertionError: expected { …(2) } to deeply equal { …(2) }
- Expected
+ Received
Object {
"lambdaName": "lld-test-sam-basic-testTsCommonJs-rIj0nT0vlyql",
- "timestamp": "2025-02-06T05:34:23.868Z",
+ "timestamp": "2025-02-06T05:33:39.066Z",
}
❯ Module.validateLocalResponse test/utils/validateLocalResponse.ts:38:31
❯ test/sam-basic.test.ts:54:7
|
|
test/sam-basic.test.ts > sam-basic > call Lambda - testTsEsModule:
test/utils/validateLocalResponse.ts#L38
AssertionError: expected { …(2) } to deeply equal { …(2) }
- Expected
+ Received
Object {
"lambdaName": "lld-test-sam-basic-testTsEsModule-KOFNhShU7E8G",
- "timestamp": "2025-02-06T05:34:25.029Z",
+ "timestamp": "2025-02-06T05:33:44.574Z",
}
❯ Module.validateLocalResponse test/utils/validateLocalResponse.ts:38:31
❯ test/sam-basic.test.ts:70:7
|
|
test/sam-basic.test.ts > sam-basic > call Lambda - testTsEsModule:
test/utils/validateLocalResponse.ts#L38
AssertionError: expected { …(2) } to deeply equal { …(2) }
- Expected
+ Received
Object {
"lambdaName": "lld-test-sam-basic-testTsEsModule-KOFNhShU7E8G",
- "timestamp": "2025-02-06T05:34:27.437Z",
+ "timestamp": "2025-02-06T05:33:44.574Z",
}
❯ Module.validateLocalResponse test/utils/validateLocalResponse.ts:38:31
❯ test/sam-basic.test.ts:70:7
|
|
test/sam-basic.test.ts > sam-basic > call Lambda - testJsCommonJs:
test/utils/validateLocalResponse.ts#L38
AssertionError: expected { …(2) } to deeply equal { …(2) }
- Expected
+ Received
Object {
"lambdaName": "lld-test-sam-basic-testJsCommonJs-zCxe7b0UH5nq",
- "timestamp": "2025-02-06T05:34:28.600Z",
+ "timestamp": "2025-02-06T05:33:49.545Z",
}
❯ Module.validateLocalResponse test/utils/validateLocalResponse.ts:38:31
❯ test/sam-basic.test.ts:86:7
|
|
test/sam-basic.test.ts > sam-basic > call Lambda - testJsCommonJs:
test/utils/validateLocalResponse.ts#L38
AssertionError: expected { …(2) } to deeply equal { …(2) }
- Expected
+ Received
Object {
"lambdaName": "lld-test-sam-basic-testJsCommonJs-zCxe7b0UH5nq",
- "timestamp": "2025-02-06T05:34:31.144Z",
+ "timestamp": "2025-02-06T05:33:49.545Z",
}
❯ Module.validateLocalResponse test/utils/validateLocalResponse.ts:38:31
❯ test/sam-basic.test.ts:86:7
|
|
test/sam-basic.test.ts > sam-basic > call Lambda - testJsEsModule:
test/utils/validateLocalResponse.ts#L38
AssertionError: expected { …(2) } to deeply equal { …(2) }
- Expected
+ Received
Object {
"lambdaName": "lld-test-sam-basic-testJsEsModule-Rjp4VDbn8uB3",
- "timestamp": "2025-02-06T05:34:32.267Z",
+ "timestamp": "2025-02-06T05:33:54.692Z",
}
❯ Module.validateLocalResponse test/utils/validateLocalResponse.ts:38:31
❯ test/sam-basic.test.ts:102:7
|
|
test/sam-basic.test.ts > sam-basic > call Lambda - testJsEsModule:
test/utils/validateLocalResponse.ts#L38
AssertionError: expected { …(2) } to deeply equal { …(2) }
- Expected
+ Received
Object {
"lambdaName": "lld-test-sam-basic-testJsEsModule-Rjp4VDbn8uB3",
- "timestamp": "2025-02-06T05:34:34.848Z",
+ "timestamp": "2025-02-06T05:33:54.692Z",
}
❯ Module.validateLocalResponse test/utils/validateLocalResponse.ts:38:31
❯ test/sam-basic.test.ts:102:7
|
|
test / test-terraform-basic
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
test / test-terraform-basic
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
test / test-terraform-basic
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
test / test-terraform-basic
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
test / test-terraform-basic
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
test / test-terraform-basic
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
test / test-terraform-basic
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
test / test-terraform-basic
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
test / test-terraform-basic
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
test / test-terraform-basic
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
test / test-terraform-basic
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
test / test-terraform-basic
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
test / test-terraform-basic
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
test / test-terraform-basic
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
test / test-terraform-basic
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
dist
Expired
|
1.78 MB |
sha256:2eefd546a44bc70bba37b0fbc26790bfe7f5c44650bf2142e485946684eaeaf2
|
|