Julien Boeuf
0d47192afa
Fixing headers and paths after merge with upstream.
9 years ago
Julien Boeuf
5be92a316d
Shuffling headers around.
9 years ago
Julien Boeuf
421738b529
Addressing comments, round 2.
9 years ago
Julien Boeuf
4eaeb992d3
Addressing comments.
9 years ago
Julien Boeuf
510a920c75
Credentials cleanup:
...
- Removing service_accounts credentials. These credentials just have
drawbacks compared to service_account_jwt_access credentials, notably
in terms for security.
- Renaming Google specific credentials with a Google prefix for C and
C++. This should be done as well for wrapped languages.
9 years ago
David Garcia Quintas
04ecfa1ad7
Added missing payloads to streaming compressed test
9 years ago
yang-g
9e2f90cd06
headers reorg
9 years ago
yang-g
8c2be9f228
Remove ChannelInterface and replace it with Channel
9 years ago
David Garcia Quintas
5fd685556f
Moved methods' impl to header for simplicity
9 years ago
David Garcia Quintas
81491b6043
Removed function introducing dependency on proto in .h
9 years ago
David Garcia Quintas
2a6427ffdb
removed foreach loops for gcc 4.4
9 years ago
Craig Tiller
d6c98df792
clang-format all source
9 years ago
David Garcia Quintas
864d18650e
proto3 required changes
9 years ago
yang-g
f6befe8690
update the interop test protos and code to proto3
9 years ago
David Garcia Quintas
93dfab9c6e
Make sure COMPRESSABLE is the default for LargeUnary
9 years ago
David Garcia Quintas
ba86dc0cbe
Removed spurious line that forced COMPRESSABLE for large unaries
9 years ago
David Garcia Quintas
616b375e35
Merged PerformLargeCompressedUnary into PerformLargeUnary
9 years ago
David Garcia Quintas
2e1bb1bf4d
Reverted unnecessary changes to server
9 years ago
David Garcia Quintas
cd37d5852b
Added new tests for compression
9 years ago
Abhishek Kumar
e1c867dbee
Added interop test for status_code_with_message
9 years ago
yang-g
dc71eeba7b
remove braces
9 years ago
yang-g
3d769d7f23
notify inside lock
9 years ago
yang-g
4f61528b96
Support two clients calling start simultaneously
9 years ago
yang-g
c9c69e27da
Add reconnect interop test client and server
9 years ago
David Garcia Quintas
7c0d914cce
wip for accept-encoding into tests
9 years ago
Julien Boeuf
fe4c3f4f14
Renaming jwt_credentials to service_account_jwt_access_credentials.
9 years ago
David Garcia Quintas
c899319fd8
Updated interop tests with support for compression.
...
The support for uncompressable payloads relies on a 512KB file with data from /dev/urandom
9 years ago
David Garcia Quintas
80f3995e47
wip
9 years ago
David Garcia Quintas
9c512bdf98
wip
9 years ago
yang-g
463cde7cf9
update according to spec change
9 years ago
David Garcia Quintas
6dd49a5c8f
Added some methods to context inspector. Also minor tweak to server context IsCancelled() method
10 years ago
David Garcia Quintas
e410986635
clang-format'd.
10 years ago
yang-g
8c31ee2751
update according to spec change
10 years ago
yang-g
5bf510bba1
add per_rpc_creds test case in interop test
10 years ago
David Garcia Quintas
3922005878
Introduced InteropContextInspector to be able to peek into server contexts during interop testing.
10 years ago
David Garcia Quintas
8d9f830168
Introduced InteropContextInspector to be able to peek into server contexts during interop testing.
10 years ago
yang-g
be5f059219
Add oauth2_auth_token test case in interop test
10 years ago
yang-g
69563b9124
Add timeout interop test case
10 years ago
Yang Gao
c1a2c314fb
Update the Status API
10 years ago
Masood Malekghassemi
701af6031f
Expose gpr_asprintf and gpr_strdup
10 years ago
Xudong Ma
a5861f3414
Correct the test request/response size, to be consistent with the test spec: https://github.com/grpc/grpc/blob/master/doc/interop-test-descriptions.md
10 years ago
Yang Gao
a89389283f
support per call credentials in c++
10 years ago
zeliard
3e3e0ad348
merge from upstream (grpc) master
10 years ago
Yang Gao
68d615737b
Add two scenarios in interop test
10 years ago
Yang Gao
c4b6ffb1b6
Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all the tests to init/shutdown free.
10 years ago
Abhishek Kumar
60572d422b
Move .proto files up for reuse
10 years ago
Abhishek Kumar
1b3e3cd75b
Moving test.proto to an outer directory so others can depend on it.
10 years ago
Yang Gao
103837ee6b
Wrap ParseCommandLineFlags in InitTest
10 years ago
Yang Gao
eaccf90aef
Return 1 when test_case is not supported in interop test
10 years ago
Yang Gao
a40020788f
Split interop client and server into components
10 years ago