Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Weizhen Wang <[email protected]>
  • Loading branch information
hawkingrei committed Dec 4, 2024
1 parent 30aeb18 commit b12fc2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/statistics/handle/handletest/handle_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1491,7 +1491,8 @@ func TestSkipMissingPartitionStats(t *testing.T) {
})
}

func TestReadStatsWithoutAnalyze(t *testing.T) {
func TestReadStatsWithoutAnalyzeAndHandleEvent(t *testing.T) {
// it means it only has stats_meta without stats_hist
store, dom := testkit.CreateMockStoreAndDomain(t)
tk := testkit.NewTestKit(t, store)
tk.MustExec("use test")
Expand Down

0 comments on commit b12fc2a

Please sign in to comment.