Skip to content

Commit

Permalink
Update cluster_tables_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
fzzf678 committed Jan 30, 2023
1 parent 67d1719 commit a218c07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infoschema/cluster_tables_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1054,6 +1054,7 @@ func TestSetBindingStatusBySQLDigest(t *testing.T) {
tk.MustQuery("select @@last_plan_from_binding").Check(testkit.Rows("1"))
tk.MustGetErrMsg("set binding enabled for sql digest '2'", "can't find any binding for '2'")
tk.MustGetErrMsg("set binding enabled for sql digest ''", "sql digest is empty")
tk.MustGetErrMsg("set binding disabled for sql digest ''", "sql digest is empty")
}

func TestCreateBindingWhenCloseStmtSummaryTable(t *testing.T) {
Expand Down

0 comments on commit a218c07

Please sign in to comment.