Skip to content

Commit

Permalink
*: test
Browse files Browse the repository at this point in the history
Signed-off-by: xhe <[email protected]>
  • Loading branch information
xhebox committed Oct 31, 2022
1 parent 8c877d8 commit 3ddf3b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions executor/grant_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,7 @@ func TestNonExistTableIllegalGrant(t *testing.T) {
func TestIssue38293(t *testing.T) {
store, clean := testkit.CreateMockStore(t)
defer clean()

tk := testkit.NewTestKit(t, store)
tk.Session().GetSessionVars().User = &auth.UserIdentity{Username: "root", Hostname: "localhost"}
tk.MustExec("DROP USER IF EXISTS test")
Expand Down

0 comments on commit 3ddf3b7

Please sign in to comment.