From 1176126dc56620a10d0e5badbd44535f9f822333 Mon Sep 17 00:00:00 2001 From: Darin Peshev Date: Thu, 29 Apr 2021 16:08:05 -0700 Subject: [PATCH] ccl/sqlproxyccl: fix a broken test in bazel This fixes https://github.com/cockroachdb/cockroach/issues/61915 by adding the required data files. Release note: None --- pkg/ccl/sqlproxyccl/BUILD.bazel | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkg/ccl/sqlproxyccl/BUILD.bazel b/pkg/ccl/sqlproxyccl/BUILD.bazel index db56372b2f9f..4c229fbc6687 100644 --- a/pkg/ccl/sqlproxyccl/BUILD.bazel +++ b/pkg/ccl/sqlproxyccl/BUILD.bazel @@ -39,6 +39,11 @@ go_test( "proxy_test.go", "server_test.go", ], + data = [ + ":testserver.crt", + ":testserver.key", + ":testserver_config.cnf", + ], embed = [":sqlproxyccl"], tags = ["broken_in_bazel"], deps = [