Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Cai <johncai@gitlab.com>2019-10-07 21:48:43 +0300
committerJohn Cai <jcai@gitlab.com>2019-10-09 23:19:33 +0300
commitb52c29c894dc7f6e4b8e05cd59b18415b520987f (patch)
treeba998d9a51f5e32e9b242e230c55876d2653fdd9 /internal/rubyserver
parentcd55801fe87cb6cf416c5439f85f29570d330519 (diff)
Upgrade GRPC to 1.24.0
Diffstat (limited to 'internal/rubyserver')
-rw-r--r--internal/rubyserver/balancer/balancer_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/rubyserver/balancer/balancer_test.go b/internal/rubyserver/balancer/balancer_test.go
index 4038bc815..a83f79caa 100644
--- a/internal/rubyserver/balancer/balancer_test.go
+++ b/internal/rubyserver/balancer/balancer_test.go
@@ -216,6 +216,8 @@ func (tcc *testClientConn) ConfigUpdates() []string {
return tcc.configUpdates
}
+func (tcc *testClientConn) UpdateState(state resolver.State) {}
+
// configureBuilderTest reconfigures the global builder and pre-populates
// it with addresses. It returns the list of addresses it added.
func configureBuilderTest(numAddrs int) []string {