Skip to content

Commit

Permalink
statistics: rename queue files for consistency
Browse files Browse the repository at this point in the history
Signed-off-by: Rustin170506 <29879298+Rustin170506@users.noreply.github.com>

fix
  • Loading branch information
Rustin170506 committed Oct 20, 2024
1 parent e13bfeb commit 7151c3a
Show file tree
Hide file tree
Showing 6 changed files with 671 additions and 730 deletions.
7 changes: 3 additions & 4 deletions pkg/statistics/handle/autoanalyze/priorityqueue/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ go_library(
"job.go",
"non_partitioned_table_analysis_job.go",
"queue.go",
"queue_v2.go",
"queue_v2_ddl_handler.go",
"queue_ddl_handler.go",
"static_partitioned_table_analysis_job.go",
],
importpath = "github.com/pingcap/tidb/pkg/statistics/handle/autoanalyze/priorityqueue",
Expand Down Expand Up @@ -50,8 +49,8 @@ go_test(
"job_test.go",
"main_test.go",
"non_partitioned_table_analysis_job_test.go",
"queue_v2_ddl_handler_test.go",
"queue_v2_test.go",
"queue_ddl_handler_test.go",
"queue_test.go",
"static_partitioned_table_analysis_job_test.go",
],
flaky = True,
Expand Down
Loading

0 comments on commit 7151c3a

Please sign in to comment.