Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: yisaer <[email protected]>
  • Loading branch information
Yisaer committed Jul 27, 2022
1 parent b527efa commit 1c04420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statistics/handle/handle_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func TestStatsCacheMemTracker(t *testing.T) {
require.NoError(t, err)
tableInfo := tbl.Meta()
statsTbl := do.StatsHandle().GetTableStats(tableInfo)
require.True(t, statsTbl.MemoryUsage().TotalMemUsage > 0)
require.True(t, statsTbl.MemoryUsage().TotalMemUsage == 0)
require.True(t, statsTbl.Pseudo)

testKit.MustExec("analyze table t")
Expand Down

0 comments on commit 1c04420

Please sign in to comment.