Skip to content

feat: enable request and reply for nats #213

feat: enable request and reply for nats

feat: enable request and reply for nats #213

Triggered via pull request December 19, 2024 15:43
Status Failure
Total duration 30s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

runtime-testing.yml

on: pull_request
Prepare for runtime testing
22s
Prepare for runtime testing
Runtime Testing TypeScript
0s
Runtime Testing TypeScript
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
Prepare for runtime testing: src/codegen/generators/typescript/channels/protocols/nats/coreRequest.ts#L84
Property 'messageType' is missing in type '{ code: string; functionName: string; dependencies: string[]; functionType: ChannelFunctionTypes.NATS_REQUEST; }' but required in type 'SingleFunctionRenderType'.
Prepare for runtime testing: src/codegen/generators/typescript/client/protocols/nats.ts#L91
Argument of type '{ channelName: string; channelParameterType: string | undefined; description: string; messageType: string | undefined; }' is not assignable to parameter of type '{ description: string; messageType: string; channelParameterType?: string | undefined; channelName: string; }'.
Prepare for runtime testing: src/codegen/generators/typescript/client/protocols/nats.ts#L94
Argument of type '{ channelName: string; channelParameterType: string | undefined; description: string; messageType: string | undefined; }' is not assignable to parameter of type '{ description: string; messageType: string; channelParameterType?: string | undefined; channelName: string; }'.
Prepare for runtime testing: src/codegen/generators/typescript/client/protocols/nats.ts#L97
Argument of type '{ channelName: string; channelParameterType: string | undefined; description: string; messageType: string | undefined; }' is not assignable to parameter of type '{ description: string; messageType: string; channelParameterType?: string | undefined; channelName: string; }'.
Prepare for runtime testing: src/codegen/generators/typescript/client/protocols/nats.ts#L100
Argument of type '{ channelName: string; channelParameterType: string | undefined; description: string; messageType: string | undefined; }' is not assignable to parameter of type '{ description: string; messageType: string; channelParameterType?: string | undefined; channelName: string; }'.
Prepare for runtime testing: src/codegen/generators/typescript/client/protocols/nats.ts#L103
Argument of type '{ channelName: string; channelParameterType: string | undefined; description: string; messageType: string | undefined; }' is not assignable to parameter of type '{ description: string; messageType: string; channelParameterType?: string | undefined; channelName: string; }'.
Prepare for runtime testing
Process completed with exit code 2.
Prepare for runtime testing
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636