Skip to content

Add vexplain trace #44006

Add vexplain trace

Add vexplain trace #44006

Triggered via pull request September 17, 2024 12:03
Status Failure
Total duration 3m 5s
Billable time 3m
Artifacts

unit_race.yml

on: pull_request
Unit Test (Race)
2m 17s
Unit Test (Race)
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Unit Test (Race): go/vt/vtgate/vcursor_impl.go#L62
cannot use (*vcursorImpl)(nil) (value of type *vcursorImpl) as engine.VCursor value in variable declaration: *vcursorImpl does not implement engine.VCursor (wrong type for method StartPrimitiveTrace)
Unit Test (Race): go/vt/vtgate/vcursor_impl.go#L524
cannot use vc (variable of type *vcursorImpl) as engine.VCursor value in argument to primitive.TryExecute: *vcursorImpl does not implement engine.VCursor (wrong type for method StartPrimitiveTrace)
Unit Test (Race): go/vt/vtgate/vcursor_impl.go#L536
primitive.GetID undefined (type engine.Primitive has no field or method GetID)
Unit Test (Race): go/vt/vtgate/vcursor_impl.go#L551
cannot use newVC (variable of type *vcursorImpl) as engine.VCursor value in argument to primitive.TryExecute: *vcursorImpl does not implement engine.VCursor (wrong type for method StartPrimitiveTrace)
Unit Test (Race): go/vt/vtgate/vcursor_impl.go#L576
cannot use vc (variable of type *vcursorImpl) as engine.VCursor value in argument to primitive.TryStreamExecute: *vcursorImpl does not implement engine.VCursor (wrong type for method StartPrimitiveTrace)
Unit Test (Race): go/vt/vtgate/vcursor_impl.go#L591
cannot use newVC (variable of type *vcursorImpl) as engine.VCursor value in argument to primitive.TryStreamExecute: *vcursorImpl does not implement engine.VCursor (wrong type for method StartPrimitiveTrace)
Unit Test (Race): go/vt/vtgate/vcursor_impl.go#L1475
cannot use v (variable of type *vcursorImpl) as engine.VCursor value in return statement: *vcursorImpl does not implement engine.VCursor (wrong type for method StartPrimitiveTrace)
Unit Test (Race): go/vt/vtgate/vcursor_impl.go#L1507
cannot use v (variable of type *vcursorImpl) as engine.VCursor value in return statement: *vcursorImpl does not implement engine.VCursor (wrong type for method StartPrimitiveTrace)
Unit Test (Race): go/vt/vtgate/executor.go#L1431
cannot use vcursor (variable of type *vcursorImpl) as engine.VCursor value in argument to plan.Instructions.GetFields: *vcursorImpl does not implement engine.VCursor (wrong type for method StartPrimitiveTrace)
Unit Test (Race)
unknown test file type for 'report.xml'
Unit Test (Race)
The `python-version` input is not set. The version of Python currently in `PATH` will be used.