Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
aa1cd147291cb57665eccf2dc9baeaa39184f0ba
/
test
/
cpp
/
interop
/
interop_client.cc
45ebd35
Fix clang format
by Noah Eisen
· 8 years ago
e7223af
Use default Empty ctor instead of Empty::default_instance
by Noah Eisen
· 8 years ago
ca5cdf4
Add unimplemented_service test case for cpp interop client
by Noah Eisen
· 8 years ago
32eee77
Changed name of rpc method to fit with the conventional naming. Also fixed type in interop client flag help message
by Noah Eisen
· 8 years ago
948f95b
Merge pull request #7201 from markdroth/run_interop_tests_go
by Mark D. Roth
· 8 years ago
5e258bf
clang-format
by Mark D. Roth
· 8 years ago
cece9c7
manually fixed merge conflict. caused by the addition of a different new interop test
by Noah Eisen
· 8 years ago
5ef0c00
Merge pull request #8101 from makdharma/cacheable_unary
by makdharma
· 8 years ago
b58c2db
yet another gcc 4.4 compile fix.
by Makarand Dharmapurikar
· 8 years ago
43b817c
Merge remote-tracking branch 'upstream/master' into run_interop_tests_go
by Mark D. Roth
· 8 years ago
98b3663
Fixed type in comments
by Noah Eisen
· 8 years ago
0adb728
removed check for status error message. Investigating why node servers send messages back that are not empty
by Noah Eisen
· 8 years ago
02e70ed
changed method name in test.proto to more accurately reflect how the calls will be used
by Noah Eisen
· 8 years ago
af564a1
changed timestamp clock from REALTIME to PRECISE
by Makarand Dharmapurikar
· 8 years ago
a27eb1d
added the unimplemented_call test to interop_client.cc. Next step is to call this from the driver program, run_interop_tests.py
by Noah Eisen
· 8 years ago
42511cf
Addressed review feedback
by Makarand Dharmapurikar
· 8 years ago
1ed0b8e
Add interop test for Cacheable Unary Calls
by Makarand Dharmapurikar
· 8 years ago
366c6ce
Merge remote-tracking branch 'upstream/master' into run_interop_tests_go
by Mark D. Roth
· 8 years ago
6b11462
removed codegen/alloc.h
by David Garcia Quintas
· 8 years ago
b9151e3
Use separate client context object for full duplex call.
by Mark D. Roth
· 8 years ago
dbf2adc
Fix C++ status_code_and_message test to comply with the spec.
by Mark D. Roth
· 8 years ago
193a5c7
printf portability sucks
by David Garcia Quintas
· 8 years ago
83a6a82
Fixed error messages for C++ interop client.
by David Garcia Quintas
· 8 years ago
dacce7a
fixed bad merge. c++ tests should work again
by David Garcia Quintas
· 8 years ago
50c5511
Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop
by David Garcia Quintas
· 8 years ago
6ab4788
clang-format changes
by Vijay Pai
· 8 years ago
909dd6e
Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop
by David Garcia Quintas
· 8 years ago
5608752
c++ client & server changes to bring code up to spec
by David Garcia Quintas
· 8 years ago
b31a9a0
Include <cinttypes> for PRIuPTR. Not clear why this is needed.
by Vijay Pai
· 8 years ago
beaa357
Fix type mismatch for type_size
by Yuchen Zeng
· 8 years ago
0ba1144
Fix gpr_log format mismatches in c++ tests
by Yuchen Zeng
· 8 years ago
74686ce
Completed interop spec, as well as code for c++
by David Garcia Quintas
· 8 years ago
485cf40
Fixed wrong spec and reworked streaming compressed case
by David Garcia Quintas
· 8 years ago
20d802d
removed unused vble
by David Garcia Quintas
· 8 years ago
126ae10
fixed silly typo
by David Garcia Quintas
· 8 years ago
d3ce021
disabled bogus checks for streaming compressed
by David Garcia Quintas
· 8 years ago
5756c8f
removed RANDOM and simplified req for compression
by David Garcia Quintas
· 8 years ago
aa51f63
Merge pull request #6463 from dgquintas/fix_compression_interop
by Jan Tattermusch
· 8 years ago
b4cb249
steaming -> streaming
by Vijay Pai
· 8 years ago
4f5b291
fix clang formatting
by Sree Kuchibhotla
· 9 years ago
303d308
Fixed compression interop and re-enable for C++.
by David Garcia Quintas
· 9 years ago
c5549fc
Remove redundant error check
by Sree Kuchibhotla
· 9 years ago
ad0f792
Interop client that is resilient to server restarts
by Sree Kuchibhotla
· 9 years ago
6169d5f
Update copyrights
by Craig Tiller
· 9 years ago
9533d04
Fix includes
by Craig Tiller
· 9 years ago
f40df23
Auto-changes
by Craig Tiller
· 9 years ago
c10348a
Add custom_metadata test case
by yang-g
· 9 years ago
3466c4b
Updated copyrights
by murgatroid99
· 9 years ago
7cc0f46
Merge github.com:grpc/grpc into proto_names
by Craig Tiller
· 9 years ago
7cecfa6
Adjust the log levels in interop tests and stress tests
by Sree Kuchibhotla
· 9 years ago
1b4e330
Consolidate C++ proto files under src/proto
by Craig Tiller
· 9 years ago
a2b7817
Removed compression checks from vanilla large unary
by David Garcia Quintas
· 9 years ago
75b53d6
Merge pull request #3993 from ctiller/new_op
by David G. Quintas
· 9 years ago
675b5ce
Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change
by Julien Boeuf
· 9 years ago
93b9447
stream_op cleanup: test fixes and updates
by Craig Tiller
· 9 years ago
41b2143
Address code review comment
by Sree Kuchibhotla
· 9 years ago
ac7edec
Add an option to reuse the TestService::Stub in interop client class
by Sree Kuchibhotla
· 9 years ago
fbc376f
Interop stress tests
by Sree Kuchibhotla
· 9 years ago
e5adc0e
Fixing Cpp tests.
by Julien Boeuf
· 9 years ago
71a0f9d
Fix clang-format script
by Craig Tiller
· 9 years ago
78bddc6
Add empty_stream test case
by yang-g
· 9 years ago
201ef59
more changes
by yang-g
· 9 years ago
867d0c1
Fix auth tests
by yang-g
· 9 years ago
5be92a3
Shuffling headers around.
by Julien Boeuf
· 9 years ago
4eaeb99
Addressing comments.
by Julien Boeuf
· 9 years ago
04ecfa1
Added missing payloads to streaming compressed test
by David Garcia Quintas
· 9 years ago
9e2f90c
headers reorg
by yang-g
· 9 years ago
8c2be9f
Remove ChannelInterface and replace it with Channel
by yang-g
· 9 years ago
6d8d014
Merge pull request #2975 from dgquintas/no_foreach_44
by Vijay Pai
· 9 years ago
81491b6
Removed function introducing dependency on proto in .h
by David Garcia Quintas
· 9 years ago
2a6427f
removed foreach loops for gcc 4.4
by David Garcia Quintas
· 9 years ago
d6c98df
clang-format all source
by Craig Tiller
· 9 years ago
864d186
proto3 required changes
by David Garcia Quintas
· 9 years ago
80dc66d
Merge branch 'master' of github.com:grpc/grpc into compression-interop
by David Garcia Quintas
· 9 years ago
f6befe8
update the interop test protos and code to proto3
by yang-g
· 9 years ago
93dfab9
Make sure COMPRESSABLE is the default for LargeUnary
by David Garcia Quintas
· 9 years ago
ba86dc0
Removed spurious line that forced COMPRESSABLE for large unaries
by David Garcia Quintas
· 9 years ago
616b375
Merged PerformLargeCompressedUnary into PerformLargeUnary
by David Garcia Quintas
· 9 years ago
2e1bb1b
Reverted unnecessary changes to server
by David Garcia Quintas
· 9 years ago
cd37d58
Added new tests for compression
by David Garcia Quintas
· 9 years ago
49a5130
Merge branch 'compression-accept-encoding' into compression-interop
by David Garcia Quintas
· 9 years ago
e1c867d
Added interop test for status_code_with_message
by Abhishek Kumar
· 9 years ago
32ed2fd
Merge branch 'master' into compression-interop
by David Garcia Quintas
· 9 years ago
c899319
Updated interop tests with support for compression.
by David Garcia Quintas
· 9 years ago
80f3995
wip
by David Garcia Quintas
· 9 years ago
bf49e19
Merge branch 'master' into compression-interop
by David Garcia Quintas
· 9 years ago
9c512bd
wip
by David Garcia Quintas
· 9 years ago
ba5f980
Merge remote-tracking branch 'upstream/master' into per_call_oauth_creds_impl
by yang-g
· 9 years ago
463cde7
update according to spec change
by yang-g
· 9 years ago
8c31ee2
update according to spec change
by yang-g
· 9 years ago
5bf510b
add per_rpc_creds test case in interop test
by yang-g
· 9 years ago
be5f059
Add oauth2_auth_token test case in interop test
by yang-g
· 9 years ago
69563b9
Add timeout interop test case
by yang-g
· 9 years ago
c1a2c31
Update the Status API
by Yang Gao
· 9 years ago
a5861f3
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
by Xudong Ma
· 9 years ago
68d6157
Add two scenarios in interop test
by Yang Gao
· 10 years ago
60572d4
Move .proto files up for reuse
by Abhishek Kumar
· 10 years ago
1b3e3cd
Moving test.proto to an outer directory so others can depend on it.
by Abhishek Kumar
· 10 years ago
a400207
Split interop client and server into components
by Yang Gao
· 10 years ago