Skip to content

Commit

Permalink
tiny fix
Browse files Browse the repository at this point in the history
Signed-off-by: HunDunDM <[email protected]>
  • Loading branch information
HunDunDM committed Sep 1, 2021
1 parent 7132f2a commit 599f302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/schedulers/hot_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func (s *testHotSchedulerSuite) TestGCPendingOpInfos(c *C) {
}
}

hb.summaryPendingInfluence()
hb.summaryPendingInfluence() // Calling this function will GC.

for i := range opCreaters {
for j, typ := range typs {
Expand Down

0 comments on commit 599f302

Please sign in to comment.