[improvement](tablet clone) tablet balance ignore deleted partitions (#25499)
This commit is contained in:
@ -80,6 +80,7 @@ public class DiskRebalanceTest {
|
||||
|
||||
@Before
|
||||
public void setUp() throws Exception {
|
||||
FeConstants.runningUnitTest = true;
|
||||
Config.used_capacity_percent_max_diff = 1.0;
|
||||
Config.balance_slot_num_per_path = 1;
|
||||
db = new Database(1, "test db");
|
||||
|
||||
@ -90,6 +90,7 @@ public class RebalanceTest {
|
||||
|
||||
@Before
|
||||
public void setUp() throws Exception {
|
||||
FeConstants.runningUnitTest = true;
|
||||
db = new Database(1, "test db");
|
||||
db.setClusterName(SystemInfoService.DEFAULT_CLUSTER);
|
||||
new Expectations() {
|
||||
|
||||
Reference in New Issue
Block a user