Cesar Ghali
3ae2a613bc
interop: Add use_alts flag to client and server binaries ( #1896 )
2018-03-07 10:21:48 -08:00
Menghan Li
4b49faaf06
Make interop client dial blocking ( #1559 )
...
This should not be necessary once the new balancer API is done.
Currently interop clients don't use balancer. With a non-blocking dial, the first failfast RPC will fail because there's no connection available.
This is a known bug, and will be fixed by the new balancer APIs.
This is a temp fix to make interop tests pass.
2017-10-03 16:57:48 -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
Paul Marks
97c325c956
Replace "127.0.0.1" with "localhost" to support IPv6-only environments.
2017-02-07 16:08:24 -08:00
Noah Eisen
2769b6cafd
Fix comments from github
2016-11-10 16:50:37 -08:00
Noah Eisen
687c958422
Reimplement unimplemented_method and address gofmt issues
2016-11-02 14:53:28 -07:00
Noah Eisen
5b6bca7d0c
Add unimplemented test cases to Go interop client
...
Add UnimplementedService/UnimplementedCall and
TestService/UnimplementedCall to test.proto then regenerated the proto
file.
2016-11-02 09:49:56 -07:00
Noah Eisen
dc220c92c0
Add support for custom metadata to Go interop code
...
Write custom_metadata test case in Go interop client and add support for
metadata echoing in Go interop server.
2016-11-02 09:20:52 -07:00
Mark D. Roth
6fd077118b
Merge remote-tracking branch 'upstream/master' into status_interop_test
2016-09-28 13:48:46 -07:00
Menghan Li
18f8a8be26
set interop default server_host_override to empty string
2016-09-09 10:24:20 -07:00
Mark D. Roth
d7ac54924b
Add status_code_and_message interop test. (Does not yet work, because
...
the server does not yet support the response_status field.)
2016-06-30 14:57:30 -07:00
Menghan Li
59486d9c17
Rename TransportAuthenticator to TransportCredentials
2016-06-08 11:19:25 -07:00
Menghan Li
62a892fc16
Move interop log from utils to client main
2016-04-04 16:00:19 -07:00
iamqizhao
453b255dda
gofmt
2015-12-18 16:50:38 -08:00
iamqizhao
7239e4afea
Refactor interop tests
2015-12-18 16:26:06 -08:00
iamqizhao
7afe4e5cec
rename some interop client flags
2015-10-20 16:49:37 -07:00
iamqizhao
6be470f058
Credentials API and jwtAccess implementation tunning
2015-08-28 16:51:45 -07:00
iamqizhao
100ca6a0da
fix benchmark, interop and examples
2015-08-27 17:32:57 -07:00
iamqizhao
d12ff72146
allow access of some info of client certificate
2015-08-21 15:49:53 -07:00
iamqizhao
1fedb82059
correct a test case name
2015-08-17 13:23:09 -07:00
yangzhouhan
dd6b930e09
minor change
2015-08-14 17:18:12 -07:00
yangzhouhan
7f81611b64
remove extra space
2015-08-14 16:24:06 -07:00
yangzhouhan
25c36604b9
add oauth2 and perrpc interop tests
2015-08-14 16:22:19 -07:00
Qi Zhao
362136bea2
Merge pull request #288 from yangzhouhan/master
...
add interop test jwt_token_creds
2015-08-14 11:39:42 -07:00
yangzhouhan
32444cd24d
minor changes
2015-08-14 11:35:15 -07:00
yangzhouhan
41ee26a353
add JWTAccessTokenFromKey
2015-08-14 11:20:13 -07:00
iamqizhao
3d7251c81c
minor fix
2015-08-13 10:53:48 -07:00
iamqizhao
db71b8f965
fix Timeout interop test
2015-08-13 10:50:38 -07:00
yangzhouhan
9f5d4180bd
fix the space
2015-08-12 18:29:17 -07:00
yangzhouhan
3a245b8cab
fix the space
2015-08-12 18:28:16 -07:00
yangzhouhan
5ef857242f
add jwt_token_creds interop test
2015-08-12 18:26:30 -07:00
Qi Zhao
fb14f48984
Merge pull request #281 from yangzhouhan/interop
...
add 2 interop tests
2015-08-12 13:16:24 -07:00
yangzhouhan
6eb790420c
fix merge conflict
2015-08-12 12:49:51 -07:00
yangzhouhan
dd17fced98
modify the error info
2015-08-12 12:40:07 -07:00
yangzhouhan
d1b30b7195
modify the error information
2015-08-12 12:34:38 -07:00
yangzhouhan
bf963e1bb3
change end2end test
2015-08-10 16:59:16 -07:00
yangzhouhan
54f53f005e
remove unused code
2015-08-10 16:10:19 -07:00
yangzhouhan
f0e1a2ac75
add 2 interop tests
...
add 2 interop tests
fix the space
delete swp
2015-08-07 18:34:01 -07:00
yangzhouhan
8b80bf491f
fix the space
2015-08-07 15:31:13 -07:00
yangzhouhan
a1c5391b54
add interop empty_stream test and timeout_on_sleeping_server test
2015-08-07 15:06:59 -07:00
Tamir Duberstein
aeca1aff71
Remove OAuth support from `credentials`
...
Fixes #219 .
2015-07-22 22:14:33 -04:00
Peter Edge
7c025e8694
move log package references to grpclog
2015-05-09 11:43:59 +02:00
Peter Edge
101c1e1935
change log package references to grpc/log
2015-05-09 01:16:40 +02:00
Peter Edge
5700d19d0e
Fix golint errors for non-generated code
2015-05-08 21:46:16 +02:00
iamqizhao
571bcddd7c
Add cancel_after_begin and cancel_afer_first_response test cases
2015-04-22 15:04:17 -07:00
iamqizhao
2b993cd479
rename the convenience function to set TLS creds
2015-02-25 22:57:07 -08:00
iamqizhao
c5f55a615d
revert
2015-02-25 18:53:11 -08:00
iamqizhao
eebb1f0588
init serverName correctly
2015-02-25 18:48:21 -08:00