Skip to content

Add vexplain trace #26193

Add vexplain trace

Add vexplain trace #26193

Triggered via pull request September 17, 2024 12:03
Status Failure
Total duration 3m 11s
Billable time 3m
Artifacts
Run Upgrade Downgrade Test - Query Serving (Queries)
2m 27s
Run Upgrade Downgrade Test - Query Serving (Queries)
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Run Upgrade Downgrade Test - Query Serving (Queries): 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 Upgrade Downgrade Test - Query Serving (Queries): 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 Upgrade Downgrade Test - Query Serving (Queries): go/vt/vtgate/vcursor_impl.go#L536
primitive.GetID undefined (type engine.Primitive has no field or method GetID)
Run Upgrade Downgrade Test - Query Serving (Queries): 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 Upgrade Downgrade Test - Query Serving (Queries): 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 Upgrade Downgrade Test - Query Serving (Queries): 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 Upgrade Downgrade Test - Query Serving (Queries): 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 Upgrade Downgrade Test - Query Serving (Queries): 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 Upgrade Downgrade Test - Query Serving (Queries): 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 Upgrade Downgrade Test - Query Serving (Queries)
Process completed with exit code 2.
Run Upgrade Downgrade Test - Query Serving (Queries)
The `python-version` input is not set. The version of Python currently in `PATH` will be used.