From 0fce7212d7f377b498a616b305dc1a51c80f2a45 Mon Sep 17 00:00:00 2001 From: Lynn Date: Thu, 5 Sep 2024 09:00:19 +0800 Subject: [PATCH] planner: update tests --- pkg/ddl/index.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkg/ddl/index.go b/pkg/ddl/index.go index a81b9b2cf5b31..9cf5a1f8ef7ee 100644 --- a/pkg/ddl/index.go +++ b/pkg/ddl/index.go @@ -902,7 +902,6 @@ func (w *worker) checkVectorIndexProcess(tbl table.Table, reorgInfo *reorgInfo) // checkVectorIndexProcessOnce checks the backfill process of a vector index from TiFlash once. func (w *worker) checkVectorIndexProcessOnce(jobCtx *jobContext, tbl table.Table, indexID int64) (bool, int64, error) { - logutil.DDLLogger().Warn("xxxxxxxxxxxx--------------------------------------------------- 00") failpoint.Inject("MockCheckVectorIndexProcess", func(val failpoint.Value) { if valInt, ok := val.(int); ok { if valInt == -1 { @@ -913,8 +912,6 @@ func (w *worker) checkVectorIndexProcessOnce(jobCtx *jobContext, tbl table.Table } }) - logutil.DDLLogger().Warn("xxxxxxxxxxxx--------------------------------------------------- 11") - // TODO: Wait support tiflash_indexes, otherwise it will return an error. // TODO: We need to add error_msg and error_count for to show error information. sql := fmt.Sprintf("select rows_stable_not_indexed, rows_stable_indexed from information_schema.tiflash_indexes where table_id = %d and index_id = %d;",