mirror of https://github.com/milvus-io/milvus.git
fix: fix unstable ut of compaction pickSlot (#34828)
#34827 Signed-off-by: wayblink <anyang.wang@zilliz.com>pull/34787/head^2
parent
fbad77f22a
commit
a11714913b
|
@ -346,7 +346,7 @@ func (s *CompactionPlanHandlerSuite) TestPickAnyNode() {
|
|||
s.SetupTest()
|
||||
nodeSlots := map[int64]int64{
|
||||
100: 16,
|
||||
101: 24,
|
||||
101: 23,
|
||||
}
|
||||
node, useSlot := s.handler.pickAnyNode(nodeSlots, &mixCompactionTask{
|
||||
CompactionTask: &datapb.CompactionTask{
|
||||
|
|
Loading…
Reference in New Issue