[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:
JackLCL 2021-12-10 10:17:30 +08:00 committed by GitHub
parent 554b7918e9
commit 3ddcec79b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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