Mark D. Roth
c99fd89d32
Increase max send message size on server used in objc tests.
9 years ago
Vijay Pai
96b7b52190
Fix exit condition
9 years ago
David Garcia Quintas
c79b0650d2
removed codegen/log.h
9 years ago
David Garcia Quintas
6b11462da1
removed codegen/alloc.h
9 years ago
Nicolas "Pixel" Noble
6570b83c9c
Splitting interop_server.cc
9 years ago
Sree Kuchibhotla
18a0e47970
Fix cout error string
9 years ago
Sree Kuchibhotla
ad57b266c7
Fix metrics client logging
9 years ago
David Garcia Quintas
193a5c737f
printf portability sucks
9 years ago
David Garcia Quintas
83a6a828b0
Fixed error messages for C++ interop client.
9 years ago
David Garcia Quintas
446f70e384
fixed faulty server streaming c++ test case
9 years ago
David Garcia Quintas
dacce7a1e1
fixed bad merge. c++ tests should work again
9 years ago
David Garcia Quintas
3c65d24fab
updated stress test with new tests cases
9 years ago
Vijay Pai
6ab4788ae9
clang-format changes
9 years ago
David Garcia Quintas
560875239e
c++ client & server changes to bring code up to spec
9 years ago
David Garcia Quintas
34f1b555ae
better test_case flag help formating
9 years ago
Vijay Pai
b31a9a0900
Include <cinttypes> for PRIuPTR. Not clear why this is needed.
9 years ago
Vijay Pai
9aa5f23645
Switch out a using with a typedef
9 years ago
Yuchen Zeng
beaa35724c
Fix type mismatch for type_size
9 years ago
Yuchen Zeng
0ba114408e
Fix gpr_log format mismatches in c++ tests
9 years ago
Makarand Dharmapurikar
509246f59b
implement interval_us functionality
...
Implemented ability to sleep before sending response as intended
by the ResponseParameters proto.
9 years ago
David Garcia Quintas
74686ce7c4
Completed interop spec, as well as code for c++
9 years ago
David Garcia Quintas
485cf40ab7
Fixed wrong spec and reworked streaming compressed case
9 years ago
David Garcia Quintas
20d802db98
removed unused vble
9 years ago
David Garcia Quintas
126ae106d6
fixed silly typo
9 years ago
David Garcia Quintas
d3ce0218d1
disabled bogus checks for streaming compressed
9 years ago
David Garcia Quintas
5756c8fead
removed RANDOM and simplified req for compression
9 years ago
Sree Kuchibhotla
4dd02fc63c
Misc changes
9 years ago
Sree Kuchibhotla
eaa3072744
Make the rpc timeout configurable
9 years ago
yang-g
ed9ae72e7b
Assert we get a valid creds.
9 years ago
Vijay Pai
b4cb249107
steaming -> streaming
9 years ago
Sree Kuchibhotla
4f5b2916cc
fix clang formatting
9 years ago
David Garcia Quintas
303d3082a0
Fixed compression interop and re-enable for C++.
...
Also added some defense in depth for compression algorithms in the
receive path.
9 years ago
Sree Kuchibhotla
c5549fcd0a
Remove redundant error check
9 years ago
Sree Kuchibhotla
5130427b30
Add remaining inteorp tests to stress client
9 years ago
Sree Kuchibhotla
ad0f792254
Interop client that is resilient to server restarts
9 years ago
Sree Kuchibhotla
3714e302c0
Simplify QPS Metrics collection
9 years ago
Sree Kuchibhotla
16dd3e46e8
Reduce log verbosity of stress_test client by default. Correct a typo
9 years ago
Craig Tiller
6169d5f7b0
Update copyrights
9 years ago
Craig Tiller
b7f3f6eec4
Fix copyright
9 years ago
Craig Tiller
9533d042d4
Fix includes
9 years ago
Craig Tiller
2e1903638e
Fix copyrights
9 years ago
Craig Tiller
f40df23eeb
Auto-changes
9 years ago
David Garcia Quintas
b942640497
clang-format
9 years ago
Aaron Isotton
24e69bf02a
Added a channel argument to set the maximum reconnect backoff duration. Extended the interop test to test the custom reconnect backoffs.
...
This closes #5377 .
9 years ago
Craig Tiller
2d9476898b
Revert "Ensure that no #includes are inside of a namespace."
9 years ago
Masood Malekghassemi
093ff5db8b
Fix copyright
9 years ago
Craig Tiller
0cb803d9ca
Always ref writable streams
...
We suffered a bug whereby doing a follow-up write to another write could
resurrect a deleted stream, causing all sorts of crash.
Fix: when a stream becomes writable (vs when we start writing) take a
ref on the stream, and only relinquish it once we're done writing.
9 years ago
Craig Tiller
98990726a0
Revert "Update reconnect_interop_server.cc"
9 years ago
David Garcia Quintas
2a8c280370
sanity
9 years ago
David Garcia Quintas
eef5c01cf4
clang-format
9 years ago