Skip to content

Commit 03e2053

Browse files
committed
kvserver: run bench without extra arguments
Without these additions, users of `./dev bench` need to manually specify an explicit bazel target for the kvserver_test package. This always causes a few seconds (or minutes) of confusion because (1) most of us are used to not having to specify the test package and (2) its reasonable to first suspect your recent change when you hit some bazel error. Epic: None Release note: none
1 parent f79b842 commit 03e2053

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/kv/kvserver/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,9 +616,11 @@ go_proto_library(
616616
proto = ":kvserver_proto",
617617
visibility = ["//visibility:public"],
618618
deps = [
619+
"//pkg/kv/kvpb", # keep
619620
"//pkg/kv/kvserver/kvserverpb",
620621
"//pkg/roachpb",
621622
"//pkg/storage/enginepb",
623+
"//pkg/util/uuid", # keep
622624
"@com_github_gogo_protobuf//gogoproto",
623625
],
624626
)

0 commit comments

Comments
 (0)