From b92593f646783950e891b5de30b82359347c2b6c Mon Sep 17 00:00:00 2001 From: D3Hunter Date: Fri, 26 May 2023 13:02:21 +0800 Subject: [PATCH] bazel --- tests/realtikvtest/loaddatatest/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/realtikvtest/loaddatatest/BUILD.bazel b/tests/realtikvtest/loaddatatest/BUILD.bazel index f2e661b896cc3..f0c101b3eceba 100644 --- a/tests/realtikvtest/loaddatatest/BUILD.bazel +++ b/tests/realtikvtest/loaddatatest/BUILD.bazel @@ -39,6 +39,7 @@ go_test( "@com_github_ngaut_pools//:pools", "@com_github_pingcap_errors//:errors", "@com_github_pingcap_failpoint//:failpoint", + "@com_github_pingcap_log//:log", "@com_github_stretchr_testify//require", "@com_github_stretchr_testify//suite", "@org_uber_go_zap//:zap",