Skip to content

Commit

Permalink
resolve the conflict
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Leung <rleungx@gmail.com>
  • Loading branch information
rleungx committed Dec 12, 2022
1 parent 98e509c commit 8fa64b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/cluster/coordinator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ func TestCollectMetrics(t *testing.T) {
for i := 0; i < 1000; i++ {
co.collectHotSpotMetrics()
co.collectSchedulerMetrics()
co.cluster.collectClusterMetrics()
co.cluster.collectStatsMetrics()
}
stores := co.cluster.GetStores()
regionStats := co.cluster.RegionWriteStats()
Expand Down

0 comments on commit 8fa64b3

Please sign in to comment.