Skip to content

add vector support #130

add vector support

add vector support #130

Triggered via pull request August 20, 2024 06:33
Status Failure
Total duration 9m 33s
Artifacts

ci-dgraph-js.yml

on: pull_request
Matrix: dgraph-js-tests
Fit to window
Zoom out
Zoom in

Annotations

50 errors
dgraph-js-tests (18.x)
Type '(argA: LoginRequest, argB: Metadata, argC: Partial<CallOptions>) => Promise<Response>' is not assignable to type '(req: LoginRequest, metadata?: Metadata, options?: CallOptions) => Promise<Response>'.
dgraph-js-tests (18.x)
Type '(argA: Operation, argB: Metadata, argC: Partial<CallOptions>) => Promise<Payload>' is not assignable to type '(op: Operation, metadata?: Metadata, options?: CallOptions) => Promise<Payload>'.
dgraph-js-tests (18.x)
Type '(argA: Request, argB: Metadata, argC: Partial<CallOptions>) => Promise<Response>' is not assignable to type '(req: Request, metadata?: Metadata, options?: CallOptions) => Promise<Response>'.
dgraph-js-tests (18.x)
Property 'mutate' does not exist on type 'DgraphClient'.
dgraph-js-tests (18.x)
Type '(argA: TxnContext, argB: Metadata, argC: Partial<CallOptions>) => Promise<TxnContext>' is not assignable to type '(ctx: TxnContext, metadata?: Metadata, options?: CallOptions) => Promise<TxnContext>'.
dgraph-js-tests (18.x)
Type '(argA: Check, argB: Metadata, argC: Partial<CallOptions>) => Promise<Version>' is not assignable to type '(check: Check, metadata?: Metadata, options?: CallOptions) => Promise<Version>'.
dgraph-js-tests (18.x)
Type 'DgraphClient' is missing the following properties from type 'Client': checkOptionalUnaryResponseArguments, checkMetadataAndOptions, [CHANNEL_SYMBOL], [INTERCEPTOR_SYMBOL], [INTERCEPTOR_PROVIDER_SYMBOL]
dgraph-js-tests (18.x)
Property 'setData' in type 'Payload' is not assignable to the same property in base type 'Payload'.
dgraph-js-tests (18.x)
Argument of type 'import("/home/runner/work/dgraph-js/dgraph-js/dgraph-js/src/types").Payload' is not assignable to parameter of type 'import("/home/runner/work/dgraph-js/dgraph-js/dgraph-js/generated/api_pb").Payload'.
dgraph-js-tests (18.x)
Property 'setJson' in type 'Response' is not assignable to the same property in base type 'Response'.
dgraph-js-tests (20.x)
Type '(argA: LoginRequest, argB: Metadata, argC: Partial<CallOptions>) => Promise<Response>' is not assignable to type '(req: LoginRequest, metadata?: Metadata, options?: CallOptions) => Promise<Response>'.
dgraph-js-tests (20.x)
Type '(argA: Operation, argB: Metadata, argC: Partial<CallOptions>) => Promise<Payload>' is not assignable to type '(op: Operation, metadata?: Metadata, options?: CallOptions) => Promise<Payload>'.
dgraph-js-tests (20.x)
Type '(argA: Request, argB: Metadata, argC: Partial<CallOptions>) => Promise<Response>' is not assignable to type '(req: Request, metadata?: Metadata, options?: CallOptions) => Promise<Response>'.
dgraph-js-tests (20.x)
Property 'mutate' does not exist on type 'DgraphClient'.
dgraph-js-tests (20.x)
Type '(argA: TxnContext, argB: Metadata, argC: Partial<CallOptions>) => Promise<TxnContext>' is not assignable to type '(ctx: TxnContext, metadata?: Metadata, options?: CallOptions) => Promise<TxnContext>'.
dgraph-js-tests (20.x)
Type '(argA: Check, argB: Metadata, argC: Partial<CallOptions>) => Promise<Version>' is not assignable to type '(check: Check, metadata?: Metadata, options?: CallOptions) => Promise<Version>'.
dgraph-js-tests (20.x)
Type 'DgraphClient' is missing the following properties from type 'Client': checkOptionalUnaryResponseArguments, checkMetadataAndOptions, [CHANNEL_SYMBOL], [INTERCEPTOR_SYMBOL], [INTERCEPTOR_PROVIDER_SYMBOL]
dgraph-js-tests (20.x)
Property 'setData' in type 'Payload' is not assignable to the same property in base type 'Payload'.
dgraph-js-tests (20.x)
Argument of type 'import("/home/runner/work/dgraph-js/dgraph-js/dgraph-js/src/types").Payload' is not assignable to parameter of type 'import("/home/runner/work/dgraph-js/dgraph-js/dgraph-js/generated/api_pb").Payload'.
dgraph-js-tests (20.x)
Property 'setJson' in type 'Response' is not assignable to the same property in base type 'Response'.
dgraph-js-tests (22.x)
Type '(argA: LoginRequest, argB: Metadata, argC: Partial<CallOptions>) => Promise<Response>' is not assignable to type '(req: LoginRequest, metadata?: Metadata, options?: CallOptions) => Promise<Response>'.
dgraph-js-tests (22.x)
Type '(argA: Operation, argB: Metadata, argC: Partial<CallOptions>) => Promise<Payload>' is not assignable to type '(op: Operation, metadata?: Metadata, options?: CallOptions) => Promise<Payload>'.
dgraph-js-tests (22.x)
Type '(argA: Request, argB: Metadata, argC: Partial<CallOptions>) => Promise<Response>' is not assignable to type '(req: Request, metadata?: Metadata, options?: CallOptions) => Promise<Response>'.
dgraph-js-tests (22.x)
Property 'mutate' does not exist on type 'DgraphClient'.
dgraph-js-tests (22.x)
Type '(argA: TxnContext, argB: Metadata, argC: Partial<CallOptions>) => Promise<TxnContext>' is not assignable to type '(ctx: TxnContext, metadata?: Metadata, options?: CallOptions) => Promise<TxnContext>'.
dgraph-js-tests (22.x)
Type '(argA: Check, argB: Metadata, argC: Partial<CallOptions>) => Promise<Version>' is not assignable to type '(check: Check, metadata?: Metadata, options?: CallOptions) => Promise<Version>'.
dgraph-js-tests (22.x)
Type 'DgraphClient' is missing the following properties from type 'Client': checkOptionalUnaryResponseArguments, checkMetadataAndOptions, [CHANNEL_SYMBOL], [INTERCEPTOR_SYMBOL], [INTERCEPTOR_PROVIDER_SYMBOL]
dgraph-js-tests (22.x)
Property 'setData' in type 'Payload' is not assignable to the same property in base type 'Payload'.
dgraph-js-tests (22.x)
Argument of type 'import("/home/runner/work/dgraph-js/dgraph-js/dgraph-js/src/types").Payload' is not assignable to parameter of type 'import("/home/runner/work/dgraph-js/dgraph-js/dgraph-js/generated/api_pb").Payload'.
dgraph-js-tests (22.x)
Property 'setJson' in type 'Response' is not assignable to the same property in base type 'Response'.
dgraph-js-tests (19.x)
Type '(argA: LoginRequest, argB: Metadata, argC: Partial<CallOptions>) => Promise<Response>' is not assignable to type '(req: LoginRequest, metadata?: Metadata, options?: CallOptions) => Promise<Response>'.
dgraph-js-tests (19.x)
Type '(argA: Operation, argB: Metadata, argC: Partial<CallOptions>) => Promise<Payload>' is not assignable to type '(op: Operation, metadata?: Metadata, options?: CallOptions) => Promise<Payload>'.
dgraph-js-tests (19.x)
Type '(argA: Request, argB: Metadata, argC: Partial<CallOptions>) => Promise<Response>' is not assignable to type '(req: Request, metadata?: Metadata, options?: CallOptions) => Promise<Response>'.
dgraph-js-tests (19.x)
Property 'mutate' does not exist on type 'DgraphClient'.
dgraph-js-tests (19.x)
Type '(argA: TxnContext, argB: Metadata, argC: Partial<CallOptions>) => Promise<TxnContext>' is not assignable to type '(ctx: TxnContext, metadata?: Metadata, options?: CallOptions) => Promise<TxnContext>'.
dgraph-js-tests (19.x)
Type '(argA: Check, argB: Metadata, argC: Partial<CallOptions>) => Promise<Version>' is not assignable to type '(check: Check, metadata?: Metadata, options?: CallOptions) => Promise<Version>'.
dgraph-js-tests (19.x)
Type 'DgraphClient' is missing the following properties from type 'Client': checkOptionalUnaryResponseArguments, checkMetadataAndOptions, [CHANNEL_SYMBOL], [INTERCEPTOR_SYMBOL], [INTERCEPTOR_PROVIDER_SYMBOL]
dgraph-js-tests (19.x)
Property 'setData' in type 'Payload' is not assignable to the same property in base type 'Payload'.
dgraph-js-tests (19.x)
Argument of type 'import("/home/runner/work/dgraph-js/dgraph-js/dgraph-js/src/types").Payload' is not assignable to parameter of type 'import("/home/runner/work/dgraph-js/dgraph-js/dgraph-js/generated/api_pb").Payload'.
dgraph-js-tests (19.x)
Property 'setJson' in type 'Response' is not assignable to the same property in base type 'Response'.
dgraph-js-tests (21.x)
Type '(argA: LoginRequest, argB: Metadata, argC: Partial<CallOptions>) => Promise<Response>' is not assignable to type '(req: LoginRequest, metadata?: Metadata, options?: CallOptions) => Promise<Response>'.
dgraph-js-tests (21.x)
Type '(argA: Operation, argB: Metadata, argC: Partial<CallOptions>) => Promise<Payload>' is not assignable to type '(op: Operation, metadata?: Metadata, options?: CallOptions) => Promise<Payload>'.
dgraph-js-tests (21.x)
Type '(argA: Request, argB: Metadata, argC: Partial<CallOptions>) => Promise<Response>' is not assignable to type '(req: Request, metadata?: Metadata, options?: CallOptions) => Promise<Response>'.
dgraph-js-tests (21.x)
Property 'mutate' does not exist on type 'DgraphClient'.
dgraph-js-tests (21.x)
Type '(argA: TxnContext, argB: Metadata, argC: Partial<CallOptions>) => Promise<TxnContext>' is not assignable to type '(ctx: TxnContext, metadata?: Metadata, options?: CallOptions) => Promise<TxnContext>'.
dgraph-js-tests (21.x)
Type '(argA: Check, argB: Metadata, argC: Partial<CallOptions>) => Promise<Version>' is not assignable to type '(check: Check, metadata?: Metadata, options?: CallOptions) => Promise<Version>'.
dgraph-js-tests (21.x)
Type 'DgraphClient' is missing the following properties from type 'Client': checkOptionalUnaryResponseArguments, checkMetadataAndOptions, [CHANNEL_SYMBOL], [INTERCEPTOR_SYMBOL], [INTERCEPTOR_PROVIDER_SYMBOL]
dgraph-js-tests (21.x)
Property 'setData' in type 'Payload' is not assignable to the same property in base type 'Payload'.
dgraph-js-tests (21.x)
Argument of type 'import("/home/runner/work/dgraph-js/dgraph-js/dgraph-js/src/types").Payload' is not assignable to parameter of type 'import("/home/runner/work/dgraph-js/dgraph-js/dgraph-js/generated/api_pb").Payload'.
dgraph-js-tests (21.x)
Property 'setJson' in type 'Response' is not assignable to the same property in base type 'Response'.