Add vexplain trace
#30037
upgrade_downgrade_test_backups_e2e.yml
on: pull_request
Run Upgrade Downgrade Test - Backups - E2E
3m 22s
Annotations
10 errors and 1 warning
Run Upgrade Downgrade Test - Backups - E2E:
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 - Backups - E2E:
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 - Backups - E2E:
go/vt/vtgate/vcursor_impl.go#L536
primitive.GetID undefined (type engine.Primitive has no field or method GetID)
|
Run Upgrade Downgrade Test - Backups - E2E:
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 - Backups - E2E:
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 - Backups - E2E:
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 - Backups - E2E:
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 - Backups - E2E:
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 - Backups - E2E:
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 - Backups - E2E
Process completed with exit code 2.
|
Run Upgrade Downgrade Test - Backups - E2E
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|