This is an automated email from the ASF dual-hosted git repository.
alexstocks pushed a commit to branch 3.0
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git
The following commit(s) were added to refs/heads/3.0 by this push:
new 56fa17f dependency prompting for unittest (#1212)
56fa17f is described below
commit 56fa17f0fde1b03e8d8b4110d8d8619441c08759
Author: XavierNiu <[email protected]>
AuthorDate: Mon May 24 10:04:10 2021 +0800
dependency prompting for unittest (#1212)
* build(deps): bump actions/cache from v2.1.4 to v2.1.5
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to
v2.1.5.
- [Release notes](https://github.com/actions/cache/releases)
-
[Commits](https://github.com/actions/cache/compare/v2.1.4...1a9e2138d905efd099035b49d8b7a3888c653ca8)
Signed-off-by: dependabot[bot] <[email protected]>
* improve etcd version and change create to put (#1203)
* dependency prompt
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Xin.Zh <[email protected]>
Co-authored-by: AlexStocks <[email protected]>
Co-authored-by: randy <[email protected]>
---
metadata/report/zookeeper/report_test.go | 2 ++
1 file changed, 2 insertions(+)
diff --git a/metadata/report/zookeeper/report_test.go
b/metadata/report/zookeeper/report_test.go
index 3318aaa..4f27da4 100644
--- a/metadata/report/zookeeper/report_test.go
+++ b/metadata/report/zookeeper/report_test.go
@@ -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)
}