Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dependency prompting for unittest #1212

Merged
merged 12 commits into from
May 24, 2021
2 changes: 2 additions & 0 deletions metadata/report/zookeeper/report_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ func test1(t *testing.T) {
suite.testGetServiceDefinition()
}

// TestZookeeperMetadataReport is dependent on zookeeper-*-fatjar.jar,
// please execute `make -f ../../../Makefile prepare` before running unittest.
func TestZookeeperMetadataReport(t *testing.T) {
t.Run("test1", test1)
}