[fix](fe ut) fix unstable TabletRepairAndBalanceTest (#30041)
This commit is contained in:
@ -692,6 +692,10 @@ public class Tablet extends MetaObject implements Writable {
|
||||
* LOW: delay Config.tablet_repair_delay_factor_second * 3;
|
||||
*/
|
||||
public boolean readyToBeRepaired(SystemInfoService infoService, TabletSchedCtx.Priority priority) {
|
||||
if (FeConstants.runningUnitTest) {
|
||||
return true;
|
||||
}
|
||||
|
||||
if (priority == Priority.VERY_HIGH) {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user