Skip to content

Commit

Permalink
update level
Browse files Browse the repository at this point in the history
Signed-off-by: okJiang <819421878@qq.com>
  • Loading branch information
okJiang committed Jun 28, 2024
1 parent 221e54e commit 8d63eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integrations/realcluster/scheduler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ func TestRegionLabelDenyScheduler(t *testing.T) {
continue
}
if region.Leader.StoreID != region1.Leader.StoreID {
log.Debug("region leader is not transferred", zap.Int64("target-store-id", region.Leader.StoreID), zap.Int64("region-id", region.ID), zap.Int64("leader-store-id", region.Leader.StoreID))
log.Warn("region leader is not transferred", zap.Int64("target-store-id", region.Leader.StoreID), zap.Int64("region-id", region.ID), zap.Int64("leader-store-id", region.Leader.StoreID))
return false
}
}
Expand Down

0 comments on commit 8d63eb8

Please sign in to comment.