Skip to content

Backport the temp patch 14763 #3899

Backport the temp patch 14763

Backport the temp patch 14763 #3899

Triggered via push January 22, 2025 20:48
Status Failure
Total duration 8m 23s
Artifacts

unit_race.yml

on: push
Unit Test (Race)
2m 21s
Unit Test (Race)
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Unit Test (Race): go/vt/sqlparser/ast_clone.go#L134
impossible type switch case: *CurTimeFuncExpr
Unit Test (Race): 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)
Unit Test (Race): go/vt/sqlparser/ast_clone.go#L3540
impossible type switch case: *CurTimeFuncExpr
Unit Test (Race): 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)
Unit Test (Race): go/vt/sqlparser/ast_clone.go#L3832
impossible type switch case: *CurTimeFuncExpr
Unit Test (Race): 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)
Unit Test (Race): go/vt/sqlparser/ast_copy_on_rewrite.go#L133
impossible type switch case: *CurTimeFuncExpr
Unit Test (Race): 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)
Unit Test (Race): 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)
Unit Test (Race): 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)