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:
congqixia 2025-02-11 18:40:45 +08:00 committed by GitHub
parent 664a8a25f4
commit 7b51e4839f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)