mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-02-02 01:06:41 +08:00
fix: [2.5] Resolve conflict on qc task test (#39797)
Cherry-pick from master pr: #39796 Related to #39701 & #39681 Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
parent
11cba57dc7
commit
4322a0d49a
@ -1929,7 +1929,7 @@ func (suite *TaskSuite) TestRemoveTaskWithError() {
|
||||
WrapIDSource(0),
|
||||
coll,
|
||||
suite.replica,
|
||||
NewSegmentActionWithScope(nodeID, ActionTypeGrow, "", 1, querypb.DataScope_Historical),
|
||||
NewSegmentActionWithScope(nodeID, ActionTypeGrow, "", 1, querypb.DataScope_Historical, 100),
|
||||
)
|
||||
suite.NoError(err)
|
||||
err = scheduler.Add(task1)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user