21 Commits

Author SHA1 Message Date
f4b523765c status: add Code convenience function (#1754) 2017-12-18 15:00:50 -08:00
4e393e0b21 grpc: fix deprecation comments to conform to standard (#1691) 2017-12-18 09:23:42 -08:00
d1fc8fa770 Deflake tests that rely on Stop() then Dial() not reconnecting (#1728) 2017-12-13 09:30:53 -08:00
a353537ff5 Register and use default balancers and resolvers (#1551) 2017-10-19 11:32:06 -07:00
4bbdf230d7 New implementation of roundrobin and pickfirst (#1506) 2017-10-02 09:22:57 -07:00
d46a3655c4 Add leak goroutine checking to grpc/balancer tests (#1497) 2017-09-07 14:30:05 -07:00
e60698345e Fix context warnings from govet. (#1486)
Pre-req work for #1484
2017-08-29 11:04:15 -07:00
41127174ce balancer_test: possible ctx leak, cancel before break (#1479) 2017-08-28 08:51:54 -07:00
8336807293 the cancel function should be called to avoid ctx leak (#1465) 2017-08-25 13:10:07 -07:00
2308131c44 addrConn: change address to slice of address (#1376)
* addrConn: change address to slice of address
* add pickfirst balancer to test new addrconn
2017-08-21 12:27:04 -07:00
834dbd54e0 replace 127.0.0.1 with localhost for ipv6 only environment (#1306) 2017-06-14 15:03:04 -07:00
ddbf6c46a6 autofix license notice 2017-06-08 14:42:19 +02:00
cd5721c02f Add TestOneConnectionRemoval 2016-08-16 15:48:05 -07:00
988c8863ad Add TestOneConnectionDown 2016-08-15 11:28:17 -07:00
9aa8038716 *: gofmt/goimports simplify 2016-07-27 23:38:28 -04:00
3e71fb360d Support fail-fast mode and make it the default 2016-06-27 14:36:59 -07:00
3d000f3e5f fix a test error msg 2016-05-26 16:50:29 -07:00
5b484e4099 add Notify API; move the name resolving into Balancer 2016-05-23 19:25:01 -07:00
c22f95cf18 Polish the Balancer tests 2016-05-16 17:06:09 -07:00
aa532d5baf Fix some issues and remove garbbage files 2016-05-16 15:31:00 -07:00
a1b60d7b43 Add the tests for balancer and resolver 2016-05-12 17:01:58 -07:00