Skip to content

Add vexplain trace #38294

Add vexplain trace

Add vexplain trace #38294

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

cluster_endtoend_13.yml

on: pull_request
Run endtoend tests on Cluster (13)
2m 39s
Run endtoend tests on Cluster (13)
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 1 warning
Run endtoend tests on Cluster (13)
unknown test file type for 'report.xml'
Run endtoend tests on Cluster (13): 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)
Run endtoend tests on Cluster (13): 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)
Run endtoend tests on Cluster (13): go/vt/vtgate/vcursor_impl.go#L536
primitive.GetID undefined (type engine.Primitive has no field or method GetID)
Run endtoend tests on Cluster (13): 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)
Run endtoend tests on Cluster (13): 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)
Run endtoend tests on Cluster (13): 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)
Run endtoend tests on Cluster (13): 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)
Run endtoend tests on Cluster (13): 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)
Run endtoend tests on Cluster (13): 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)
Run endtoend tests on Cluster (13)
Process completed with exit code 1.
Run endtoend tests on Cluster (13)
The `python-version` input is not set. The version of Python currently in `PATH` will be used.