From a0ec33d618b484e2426f1b33e7c7820a1e7eae26 Mon Sep 17 00:00:00 2001 From: lhy1024 Date: Fri, 24 May 2024 11:55:59 +0800 Subject: [PATCH] fix test Signed-off-by: lhy1024 --- pkg/cache/priority_queue.go | 13 ------------- pkg/schedule/checker/priority_inspector.go | 9 +++++++++ pkg/schedule/coordinator.go | 12 +++++++----- server/cluster/cluster_test.go | 3 ++- tools/pd-simulator/main.go | 4 ++-- 5 files changed, 20 insertions(+), 21 deletions(-) diff --git a/pkg/cache/priority_queue.go b/pkg/cache/priority_queue.go index 31a0ee77f62..756807e8b6f 100644 --- a/pkg/cache/priority_queue.go +++ b/pkg/cache/priority_queue.go @@ -16,7 +16,6 @@ package cache import ( "github.com/tikv/pd/pkg/btree" - "github.com/tikv/pd/pkg/utils/syncutil" ) // defaultDegree default btree degree, the depth is h