mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Fix error log output format in root_coord_test.go (#13130)
Signed-off-by: JackLCL <chenglong.li@zilliz.com>
This commit is contained in:
parent
554b7918e9
commit
3ddcec79b4
@ -376,7 +376,7 @@ func createCollectionInMeta(dbName, collName string, core *Core, shardsNum int32
|
||||
reason := fmt.Sprintf("create collection %d", collID)
|
||||
ts, err := core.TSOAllocator(1)
|
||||
if err != nil {
|
||||
return fmt.Errorf("TSO alloc fail, error = %w", err)
|
||||
return fmt.Errorf("tso alloc fail, error = %w", err)
|
||||
}
|
||||
|
||||
// build DdOperation and save it into etcd, when ddmsg send fail,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user