Skip to content

feat: enable request and reply for nats #217

feat: enable request and reply for nats

feat: enable request and reply for nats #217

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

pr-testing.yml

on: pull_request
Matrix: test-pr
Fit to window
Zoom out
Zoom in

Annotations

17 errors and 1 warning
Test NodeJS PR - ubuntu-latest: 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'.
Test NodeJS PR - ubuntu-latest: 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; }'.
Test NodeJS PR - ubuntu-latest: 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; }'.
Test NodeJS PR - ubuntu-latest: 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; }'.
Test NodeJS PR - ubuntu-latest: 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; }'.
Test NodeJS PR - ubuntu-latest: 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; }'.
Test NodeJS PR - ubuntu-latest
Process completed with exit code 2.
Test NodeJS PR - windows-latest
The job was canceled because "ubuntu-latest" failed.
Test NodeJS PR - windows-latest
The operation was canceled.
Test NodeJS PR - macos-latest
The job was canceled because "ubuntu-latest" failed.
Test NodeJS PR - macos-latest: 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'.
Test NodeJS PR - macos-latest: 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; }'.
Test NodeJS PR - macos-latest: 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; }'.
Test NodeJS PR - macos-latest: 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; }'.
Test NodeJS PR - macos-latest: 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; }'.
Test NodeJS PR - macos-latest: 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; }'.
Test NodeJS PR - macos-latest
The operation was canceled.
Test NodeJS PR - ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636