Doug Fawley
e2cfd1c28f
internal: update proto library version ( #3025 )
...
Also, two fixes:
- Fix long-standing `.travis.yml` bug where `VET_SKIP_PROTO` was not `export`ed (so not seen by `vet.sh`).
- Update `vet.sh` to work with new `goimports -l` that does not print a `:` after filenames.
2019-09-17 13:49:26 -07:00
Can Guler
29a7ac4deb
client: deprecates FailFast & replaces its use by WaitForReady.
2018-12-13 15:15:11 -08:00
Doug Fawley
04ea82009c
cleanup: replace "x/net/context" import with "context" ( #2439 )
2018-11-12 13:30:41 -08:00
lyuxuan
8e36593ad9
go generate: update proto files ( #2236 )
2018-07-25 11:40:12 -07:00
Menghan Li
39a411827d
internal: Update proto generated code ( #2133 )
2018-06-08 17:54:26 -07:00
Menghan Li
f669235193
internal: update proto generated code ( #2093 )
2018-05-21 09:59:26 -07:00
lyuxuan
a36eb4675a
regenerate *.pb.go files due to proto-gen-go update ( #2070 )
2018-05-11 18:57:54 -07:00
Chyroc
f8dbc38bdc
Fix "deprecated" function godoc comments to match standard formatting ( #2027 )
2018-05-02 08:52:49 -07:00
Menghan Li
e538e04cad
proto: update generated code ( #2039 )
2018-05-01 12:53:20 -07:00
Gyu-Ho Lee
865013bc17
*: replace deprecated grpc.Errorf calls with status.Errorf ( #1651 )
2017-11-06 10:24:20 -08:00
Menghan Li
a68137c927
Revert "Added localhost to net.Listen() calls to avoid macOS firewall dialog." ( #1541 )
...
This reverts commit c67cd636f9 .
2017-09-27 00:01:17 -07:00
Hein Meling
c67cd636f9
Added localhost to net.Listen() calls to avoid macOS firewall dialog. ( #1539 )
2017-09-26 10:19:45 -07:00
Menghan Li
59cb69e66d
Fix misspells ( #1531 )
2017-09-20 14:55:57 -07:00
dfawley
25b4a426b4
go-generate pb.go files and check in Travis to make sure they don't change ( #1426 )
2017-08-17 16:00:51 -07:00
ZhouyihaiDing
66c9ed803b
Add flags for tls file path ( #1419 )
2017-08-03 15:23:02 -07:00
田欧
ca9e0c3458
Add testdata package and unify testdata to only one dir ( #1297 )
2017-07-25 10:24:45 -07:00
Jan Tattermusch
ddbf6c46a6
autofix license notice
2017-06-08 14:42:19 +02:00
Adele Zhou
dd6905b8b2
Wait until all rpcs are done instead of a hard stop.
2016-12-28 11:59:08 -08:00
Adele Zhou
97b8c7c529
Set failfast to false for stress tests.
2016-12-27 16:56:55 -08:00
Noah Eisen
4203221fb9
Lint fix
2016-12-01 17:15:47 -08:00
Noah Eisen
8da57eb855
Add availible interop tests to stress client
2016-12-01 17:14:11 -08:00
Noah Eisen
87da90422f
Add logging of new flags
2016-11-28 17:06:54 -08:00
Noah Eisen
e9ab07574f
Add new flags to go stress client
...
Stress client can now handle connections with TLS. It can also use the
custom ca file in the new testdata file.
2016-11-21 17:56:44 -08:00
Qi Zhao
777daa17ff
Merge pull request #941 from MakMukhi/mmukhi_update_server_relection
...
update pre-generated code and server reflection code to comply with the change to the grpc g…
2016-11-03 16:04:21 -07:00
Gyu-Ho Lee
bc38285162
stress/client: fix minor typo
2016-10-28 22:35:50 -07:00
Mahak Mukhi
883bfc7bc8
pb.go file update
2016-10-28 12:37:56 -07:00
Mak Mukhi
727a60e4d1
update server reflection code to comply with the change to the grpc generator
2016-10-21 18:06:55 -07:00
Menghan Li
a6bacfe42c
Fix go vet
2016-06-29 13:36:10 -07:00
Menghan Li
abe672d5ed
Update generated files
2016-06-10 14:20:04 -07:00
Menghan Li
0da018f37e
Update generated files
2016-06-09 15:02:17 -07:00
iamqizhao
61e92eacc3
Phase 1 to add the server interceptor
2016-04-18 16:18:34 -07:00
Menghan Li
8c5cde66aa
Address code review comments
2016-04-15 17:49:25 -07:00
Menghan Li
9530d84aba
Add license
2016-04-15 12:56:21 -07:00
Menghan Li
0bf5c5c18f
Rewrite timeout stop with channel
2016-04-15 12:56:13 -07:00
Menghan Li
70f7fa1c19
Address code review comments
2016-04-08 12:17:37 -07:00
Menghan Li
f7992fa659
Add metrics server to stress client and add metrics client
2016-04-08 12:15:01 -07:00
Menghan Li
3d07b4a547
Add stress test metrics proto
2016-04-05 14:29:53 -07:00
Menghan Li
74b8b4c086
Add stress test client
2016-04-05 14:29:40 -07:00