janardhanvissa
0f03c747b1
.*: fix revive lint issues `unused-parameter` ( #7580 )
2024-09-03 09:32:50 -07:00
Nathan Baulch
c8951abc16
*: fix minor typos ( #7487 )
...
* Fix typos
* Fix reflecton tests
2024-08-14 22:43:01 +05:30
apolcyn
89f31959af
interop/client: simplify fallback test client and parameterize fallback deadline ( #5248 )
2022-03-21 13:41:02 -07:00
Mohan Li
2af7b5e6fa
xds/interop: update RPC timeout in blackhole after fallback case ( #5174 )
2022-02-03 10:01:53 -08:00
Mohan Li
eb6ff1ae43
xds: update RPC timeout in blackhole case ( #5126 )
2022-01-19 10:31:42 -08:00
Mohan Li
51835dc091
xds: Remove WithBlock option from the fallback test client ( #5066 )
2021-12-16 14:39:38 -08:00
Mohan Li
ce152f209b
xds: Add xds dependency to the fallback test client ( #5062 )
2021-12-15 15:19:36 -08:00
Easwar Swaminathan
46ab723bb2
multiple: remove appengine specific build constraints and code ( #4685 )
2021-08-24 12:30:13 -07:00
Doug Fawley
d3ae124a07
cleanup: use different import alias for services than messages ( #4148 )
2021-01-12 12:23:41 -08:00
Garrett Gutierrez
ff1fc890e4
internal: reintroduce legacy appengine build constraints ( #3838 )
2020-08-25 13:49:57 -07:00
Doug Fawley
bc714cd8ae
Remove Go 1.9 / AppEngine support; assume go1.12 build tag ( #3767 )
2020-07-30 16:15:35 -07:00
Menghan Li
c7079afb44
lint: fail on missing package comment ( #3524 )
...
golint does check for missing package comment, but with low confidence.
golint checks each file, and complains on every file missing package comment, even though another file in the same package has the comment.
This PR adds a golint check with low min_confidence, and filters out false-positives.
2020-04-15 09:59:17 -07:00
Easwar Swaminathan
f3111a575a
interop: Build grpclb_fallback/client.go only for linux. ( #3375 )
2020-02-12 00:49:35 -08:00
apolcyn
d903dd74ec
interop: add grpclb fallback test ( #2994 )
2019-11-08 13:14:23 -08:00