You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by mi...@apache.org on 2023/05/08 08:33:18 UTC

[shardingsphere-on-cloud] branch main updated: chore(ss-chaos): update test suite env params to pass test case

This is an automated email from the ASF dual-hosted git repository.

miaoliyao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shardingsphere-on-cloud.git


The following commit(s) were added to refs/heads/main by this push:
     new fd95832  chore(ss-chaos): update test suite env params to pass test case
     new 833666f  Merge pull request #348 from Xu-Wentao/ss-chaos
fd95832 is described below

commit fd9583298e90eefdbb845340772840f96e1919f2
Author: xuwentao <cu...@yahoo.com>
AuthorDate: Mon May 8 15:57:36 2023 +0800

    chore(ss-chaos): update test suite env params to pass test case
---
 shardingsphere-operator/go.sum                                         | 1 -
 .../reconcile/shardingspherechaos/shardingsphere_chaos_suite_test.go   | 3 ++-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/shardingsphere-operator/go.sum b/shardingsphere-operator/go.sum
index 3c317d9..eee5ba1 100644
--- a/shardingsphere-operator/go.sum
+++ b/shardingsphere-operator/go.sum
@@ -288,7 +288,6 @@ golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGm
 golang.org/x/tools v0.0.0-20190114222345-bf090417da8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
 golang.org/x/tools v0.0.0-20190226205152-f727befe758c/go.mod h1:9Yl7xja0Znq3iFh3HoIrodX9oNMXvdceNzlUR8zjMvY=
 golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs=
-golang.org/x/tools v0.0.0-20190425150028-36563e24a262/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q=
 golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q=
 golang.org/x/tools v0.0.0-20191108193012-7d206e10da11/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
 golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
diff --git a/shardingsphere-operator/pkg/reconcile/shardingspherechaos/shardingsphere_chaos_suite_test.go b/shardingsphere-operator/pkg/reconcile/shardingspherechaos/shardingsphere_chaos_suite_test.go
index 94f2ab5..e77fac1 100644
--- a/shardingsphere-operator/pkg/reconcile/shardingspherechaos/shardingsphere_chaos_suite_test.go
+++ b/shardingsphere-operator/pkg/reconcile/shardingspherechaos/shardingsphere_chaos_suite_test.go
@@ -86,7 +86,8 @@ var _ = BeforeSuite(func() {
 	Expect(err).NotTo(HaveOccurred())
 	Expect(k8sClient).NotTo(BeNil())
 
-	os.Args = append(os.Args, "--metrics-bind-address=:9081")
+	os.Args = append(os.Args, "--metrics-bind-address=:9082")
+	os.Args = append(os.Args, "--health-probe-bind-address=:9083")
 
 	opt := manager.ParseOptionsFromCmdFlags()
 	opt.Scheme = scheme