Skip to content

Commit

Permalink
fix conflict for master
Browse files Browse the repository at this point in the history
  • Loading branch information
w169q169 committed Sep 15, 2021
1 parent 2c368ef commit 3fc2ee9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bindinfo/handle_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import (
"github.com/pingcap/tidb/config"
"github.com/pingcap/tidb/domain"
"github.com/pingcap/tidb/metrics"
"github.com/pingcap/tidb/sessionctx/variable"
"github.com/pingcap/tidb/testkit"
utilparser "github.com/pingcap/tidb/util/parser"
dto "github.com/prometheus/client_model/go"
Expand All @@ -47,7 +46,6 @@ func utilNormalizeWithDefaultDB(t *testing.T, sql, db string) (string, string) {
func TestBindingCache(t *testing.T) {
store, dom, clean := testkit.CreateMockStoreAndDomain(t)
defer clean()
defer variable.ClearStatistics4Test()

tk := testkit.NewTestKit(t, store)

Expand Down

0 comments on commit 3fc2ee9

Please sign in to comment.