Skip to content

Commit c7413eb

Browse files
committed
roachprod: add test for service descriptors
This change adds a quick check test to ensure our fallback logic for finding both registered and unregistered services works.
1 parent 62f541a commit c7413eb

File tree

2 files changed

+290
-59
lines changed

2 files changed

+290
-59
lines changed

pkg/roachprod/install/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ go_test(
7171
embed = [":install"],
7272
deps = [
7373
"//pkg/roachprod/cloud",
74+
"//pkg/roachprod/config",
7475
"//pkg/roachprod/logger",
7576
"//pkg/roachprod/vm",
7677
"//pkg/roachprod/vm/gce/testutils",
@@ -79,6 +80,7 @@ go_test(
7980
"//pkg/util/leaktest",
8081
"//pkg/util/randutil",
8182
"//pkg/util/retry",
83+
"//pkg/util/syncutil",
8284
"@com_github_cockroachdb_datadriven//:datadriven",
8385
"@com_github_cockroachdb_errors//:errors",
8486
"@com_github_stretchr_testify//require",

0 commit comments

Comments
 (0)