Skip to content

feat: plumb fsm send through from the runtime to async execution #3890

feat: plumb fsm send through from the runtime to async execution

feat: plumb fsm send through from the runtime to async execution #3890

Triggered via pull request May 24, 2024 10:20
Status Failure
Total duration 2m 51s
Artifacts

ci.yml

on: pull_request
Matrix: Integration Test
Integration Success
0s
Integration Success
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 14 warnings
Proto Breaking Change Check: backend/protos/xyz/block/ftl/v1/ftl.proto#L54
Previously present field "4" with name "verb" on message "CallRequest" was deleted.
Proto Breaking Change Check: backend/protos/xyz/block/ftl/v1/ftl.proto#L54
Previously present reserved range "[2]" on message "CallRequest" is missing values: [2] were removed.
Proto Breaking Change Check: backend/protos/xyz/block/ftl/v1/ftl.proto#L263
Previously present field "5" with name "verb" on message "IngressRoute" was deleted.
Proto Breaking Change Check: backend/protos/xyz/block/ftl/v1/ftl.proto#L263
Previously present reserved range "[2]" on message "IngressRoute" is missing values: [2] were removed.
Lint
Process completed with exit code 1.
Integration Test (TestRuntimeReflection)
Process completed with exit code 1.
Test Go: backend/schema/schema_test.go#L523
=== RUN TestParsing/InvalidRequestRef backend/schema/schema_test.go:523: module test { verb test(InvalidRequest) InvalidResponse} []string{ - "1:25-25: unknown reference \"InvalidRequest\"", - "1:41-41: unknown reference \"InvalidResponse\"", + "1:25-25: unknown reference \"InvalidRequest\", is the type annotated and exported?", + "1:41-41: unknown reference \"InvalidResponse\", is the type annotated and exported?", } --- FAIL: TestParsing/InvalidRequestRef (0.00s)
Test Go: backend/schema/schema_test.go#L523
=== RUN TestParsing/InvalidRef backend/schema/schema_test.go:523: module test { data Data { user user.User }} []string{ - "1:32-32: unknown reference \"user.User\"", + "1:32-32: unknown reference \"user.User\", is the type annotated and exported?", } --- FAIL: TestParsing/InvalidRef (0.00s)
Test Go: backend/schema/schema_test.go#L523
=== RUN TestParsing/InvalidDataMetadata backend/schema/schema_test.go:523: module test { data Data {} +calls verb } []string{ "1:28-28: metadata \"+calls verb\" is not valid on data structures", - "1:35-35: unknown reference \"verb\"", + "1:35-35: unknown reference \"verb\", is the type annotated and exported?", } --- FAIL: TestParsing/InvalidDataMetadata (0.00s)
Test Go
Process completed with exit code 1.
Lint: backend/controller/dal/async_calls.go#L34
exported: comment on exported type AsyncOriginFSM should be of the form "AsyncOriginFSM ..." (with optional leading article) (revive)
Integration Test (TestServiceWithRealDal)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Integration Test (TestSchemaGenerate)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Integration Test (TestRuntimeReflection)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Integration Test (TestModuleUnitTests)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Integration Test (TestLifecycle)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Integration Test (TestHttpEncodeOmitempty)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Integration Test (TestDatabase)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Integration Test (TestCron)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Integration Test (TestUndefinedExportedDecls)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Integration Test (TestHttpIngress)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Integration Test (TestNonExportedDecls)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Integration Test (TestInterModuleCall)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Integration Test (TestLease)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.