mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
fix: [skip-e2e] Fix unstable policy_test (#32883)
See also: #32849 Signed-off-by: yangxuan <xuan.yang@zilliz.com>
This commit is contained in:
parent
8bb58d0460
commit
bc015df962
@ -467,8 +467,8 @@ func TestAssignByCountPolicySuite(t *testing.T) {
|
||||
|
||||
func (s *AssignByCountPolicySuite) SetupSubTest() {
|
||||
s.curCluster = []*NodeChannelInfo{
|
||||
{1, getChannels(map[string]int64{"ch-1": 1, "ch-2": 1, "ch-3": 2})},
|
||||
{2, getChannels(map[string]int64{"ch-3": 1, "ch-4": 1, "ch-5": 4})},
|
||||
{1, getChannels(map[string]int64{"ch-1": 1, "ch-2": 1, "ch-3": 1})},
|
||||
{2, getChannels(map[string]int64{"ch-4": 1, "ch-5": 1, "ch-6": 4})},
|
||||
{NodeID: 3, Channels: map[string]RWChannel{}},
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user