Skip to content

Commit

Permalink
fix: [skip-e2e] Fix AvgAssignByCount unstable (milvus-io#32850)
Browse files Browse the repository at this point in the history
See also: milvus-io#32849

Signed-off-by: yangxuan <[email protected]>
  • Loading branch information
XuanYang-cn authored May 8, 2024
1 parent 17a79f4 commit 0b0d279
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/datacoord/policy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,8 @@ func TestAssignByCountPolicySuite(t *testing.T) {

func (s *AssignByCountPolicySuite) SetupSubTest() {
s.curCluster = []*NodeChannelInfo{
{1, getChannels(map[string]int64{"ch-1": 1, "ch2": 1, "ch-2": 2})},
{2, getChannels(map[string]int64{"ch-3": 1, "ch2": 1, "ch-4": 4})},
{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})},
{NodeID: 3, Channels: map[string]RWChannel{}},
}
}
Expand Down

0 comments on commit 0b0d279

Please sign in to comment.