[ARVADOS] updated: 1.2.0-150-g2e5017734

Git user git at public.curoverse.com
Fri Oct 12 14:57:41 EDT 2018


Summary of changes:
 sdk/go/health/aggregator_test.go | 2 ++
 1 file changed, 2 insertions(+)

       via  2e50177344ad50dc5d6c599445c272e200636af8 (commit)
      from  1f7a87ea4c342d16e0992872e2893cb6a2da92e9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 2e50177344ad50dc5d6c599445c272e200636af8
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date:   Fri Oct 12 14:56:51 2018 -0400

    14285: Add keep-balance to health aggregator test stub.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>

diff --git a/sdk/go/health/aggregator_test.go b/sdk/go/health/aggregator_test.go
index a96ed136c..cb47c9e67 100644
--- a/sdk/go/health/aggregator_test.go
+++ b/sdk/go/health/aggregator_test.go
@@ -108,6 +108,7 @@ func (s *AggregatorSuite) TestHealthy(c *check.C) {
 	defer srv.Close()
 	s.handler.Config.Clusters["zzzzz"].NodeProfiles["localhost"] = arvados.NodeProfile{
 		Controller:  arvados.SystemServiceInstance{Listen: listen},
+		Keepbalance: arvados.SystemServiceInstance{Listen: listen},
 		Keepproxy:   arvados.SystemServiceInstance{Listen: listen},
 		Keepstore:   arvados.SystemServiceInstance{Listen: listen},
 		Keepweb:     arvados.SystemServiceInstance{Listen: listen},
@@ -132,6 +133,7 @@ func (s *AggregatorSuite) TestHealthyAndUnhealthy(c *check.C) {
 	defer srvU.Close()
 	s.handler.Config.Clusters["zzzzz"].NodeProfiles["localhost"] = arvados.NodeProfile{
 		Controller:  arvados.SystemServiceInstance{Listen: listenH},
+		Keepbalance: arvados.SystemServiceInstance{Listen: listenH},
 		Keepproxy:   arvados.SystemServiceInstance{Listen: listenH},
 		Keepstore:   arvados.SystemServiceInstance{Listen: listenH},
 		Keepweb:     arvados.SystemServiceInstance{Listen: listenH},

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list