Skip to content

Backport the temp patch 14763 #3973

Backport the temp patch 14763

Backport the temp patch 14763 #3973

Triggered via push January 22, 2025 20:48
Status Failure
Total duration 7m 50s
Artifacts
Run endtoend tests on Cluster (vtgate_reservedconn)
1m 45s
Run endtoend tests on Cluster (vtgate_reservedconn)
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Run endtoend tests on Cluster (vtgate_reservedconn): go/vt/sqlparser/ast_clone.go#L134
impossible type switch case: *CurTimeFuncExpr
Run endtoend tests on Cluster (vtgate_reservedconn): go/vt/sqlparser/ast_clone.go#L135
cannot use CloneRefOfCurTimeFuncExpr(in) (value of type *CurTimeFuncExpr) as SQLNode value in return statement: *CurTimeFuncExpr does not implement SQLNode (missing method FormatFast)
Run endtoend tests on Cluster (vtgate_reservedconn): go/vt/sqlparser/ast_clone.go#L3540
impossible type switch case: *CurTimeFuncExpr
Run endtoend tests on Cluster (vtgate_reservedconn): go/vt/sqlparser/ast_clone.go#L3541
cannot use CloneRefOfCurTimeFuncExpr(in) (value of type *CurTimeFuncExpr) as Callable value in return statement: *CurTimeFuncExpr does not implement Callable (missing method FormatFast)
Run endtoend tests on Cluster (vtgate_reservedconn): go/vt/sqlparser/ast_clone.go#L3832
impossible type switch case: *CurTimeFuncExpr
Run endtoend tests on Cluster (vtgate_reservedconn): go/vt/sqlparser/ast_clone.go#L3833
cannot use CloneRefOfCurTimeFuncExpr(in) (value of type *CurTimeFuncExpr) as Expr value in return statement: *CurTimeFuncExpr does not implement Expr (missing method FormatFast)
Run endtoend tests on Cluster (vtgate_reservedconn): go/vt/sqlparser/ast_copy_on_rewrite.go#L133
impossible type switch case: *CurTimeFuncExpr
Run endtoend tests on Cluster (vtgate_reservedconn): go/vt/sqlparser/ast_copy_on_rewrite.go#L1753
cannot use n (variable of type *CurTimeFuncExpr) as SQLNode value in return statement: *CurTimeFuncExpr does not implement SQLNode (missing method FormatFast)
Run endtoend tests on Cluster (vtgate_reservedconn): go/vt/sqlparser/ast_copy_on_rewrite.go#L1755
cannot use n (variable of type *CurTimeFuncExpr) as SQLNode value in assignment: *CurTimeFuncExpr does not implement SQLNode (missing method FormatFast)
Run endtoend tests on Cluster (vtgate_reservedconn): go/vt/sqlparser/ast_copy_on_rewrite.go#L1756
cannot use n (variable of type *CurTimeFuncExpr) as SQLNode value in argument to c.pre: *CurTimeFuncExpr does not implement SQLNode (missing method FormatFast)
Run endtoend tests on Cluster (vtgate_reservedconn)
The `python-version` input is not set. The version of Python currently in `PATH` will be used.