feat: enable request and reply for nats #103
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
blackbox-testing.yml
on: pull_request
BlackBox testing
23s
Annotations
7 errors and 1 warning
|
BlackBox 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'.
|
|
BlackBox 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; }'.
|
|
BlackBox 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; }'.
|
|
BlackBox 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; }'.
|
|
BlackBox 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; }'.
|
|
BlackBox 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; }'.
|
|
BlackBox testing
Process completed with exit code 2.
|
|
BlackBox testing
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|