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:
congqixia 2025-02-11 18:52:45 +08:00 committed by GitHub
parent 11cba57dc7
commit 4322a0d49a
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)