mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
fix: AlterCollection modify ConsistencyLevel test confict (#39919)
fix: AlterCollection unable to modify ConsistencyLevel issue: https://github.com/milvus-io/milvus/issues/39707 relate-pr:https://github.com/milvus-io/milvus/pull/39708 Signed-off-by: Xianhui.Lin <xianhui.lin@zilliz.com>
This commit is contained in:
parent
21724ab52c
commit
a4dbbc2e52
@ -409,7 +409,7 @@ func Test_alterCollectionTask_Execute(t *testing.T) {
|
||||
broker.BroadcastAlteredCollectionFunc = func(ctx context.Context, req *milvuspb.AlterCollectionRequest) error {
|
||||
return nil
|
||||
}
|
||||
packChan := make(chan *msgstream.MsgPack, 10)
|
||||
packChan := make(chan *msgstream.ConsumeMsgPack, 10)
|
||||
ticker := newChanTimeTickSync(packChan)
|
||||
ticker.addDmlChannels("by-dev-rootcoord-dml_1")
|
||||
core := newTestCore(withValidProxyManager(), withMeta(meta), withBroker(broker), withTtSynchronizer(ticker), withInvalidTsoAllocator())
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user