Fix HashPartitionServiceTest
This commit is contained in:
parent
8c959232d4
commit
faf4a2165f
@ -436,7 +436,7 @@ public class HashPartitionServiceTest {
|
|||||||
ReflectionTestUtils.setField(partitionService, "edgeTopic", "tb.edge");
|
ReflectionTestUtils.setField(partitionService, "edgeTopic", "tb.edge");
|
||||||
ReflectionTestUtils.setField(partitionService, "edgePartitions", 10);
|
ReflectionTestUtils.setField(partitionService, "edgePartitions", 10);
|
||||||
ReflectionTestUtils.setField(partitionService, "edqsPartitions", 12);
|
ReflectionTestUtils.setField(partitionService, "edqsPartitions", 12);
|
||||||
ReflectionTestUtils.setField(partitionService, "tasksPartitions", 12);
|
ReflectionTestUtils.setField(partitionService, "defaultTasksPartitions", 12);
|
||||||
partitionService.init();
|
partitionService.init();
|
||||||
partitionService.partitionsInit();
|
partitionService.partitionsInit();
|
||||||
return partitionService;
|
return partitionService;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user