mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 09:38:39 +08:00
fix: Resolve conflict on qc task test (#39796)
Related to #39701 & #39681 Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
parent
664a8a25f4
commit
7b51e4839f
@ -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