mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 14:35:27 +08:00
Related to #46594 Remove the temporary config override that forced EnableStorageV2 to false in TestProxy. This override caused test failures with the new load logic, as segments could not be loaded with v1 format. This PR is a quick fix to make ut back to normal Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
parent
b2fa3dd0ae
commit
6e07c3fee8
@ -962,8 +962,6 @@ func TestProxy(t *testing.T) {
|
|||||||
params.DataNodeGrpcServerCfg.IP = "localhost"
|
params.DataNodeGrpcServerCfg.IP = "localhost"
|
||||||
params.StreamingNodeGrpcServerCfg.IP = "localhost"
|
params.StreamingNodeGrpcServerCfg.IP = "localhost"
|
||||||
params.Save(params.MQCfg.Type.Key, "pulsar")
|
params.Save(params.MQCfg.Type.Key, "pulsar")
|
||||||
params.CommonCfg.EnableStorageV2.SwapTempValue("false")
|
|
||||||
defer params.CommonCfg.EnableStorageV2.SwapTempValue("")
|
|
||||||
|
|
||||||
ctx, cancel := context.WithCancel(context.Background())
|
ctx, cancel := context.WithCancel(context.Background())
|
||||||
ctx = GetContext(ctx, "root:123456")
|
ctx = GetContext(ctx, "root:123456")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user