Add vexplain trace
#44006
unit_race.yml
on: pull_request
Unit Test (Race)
2m 17s
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.
|