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
David Garcia Quintas
94c80d8389
copyrights
9 years ago
Craig Tiller
c6611efb67
Revert "Update reconnect_interop_client.cc"
9 years ago
makdharma
38a560b6ba
Update reconnect_interop_server.cc
9 years ago
makdharma
bd50f305a3
Update reconnect_interop_client.cc
9 years ago
Sree Kuchibhotla
e1dd18a945
Fix copyright
9 years ago
Sree Kuchibhotla
44ca2c2640
Examples
9 years ago
Craig Tiller
732a875fe8
Add a sanity test for name aliasing
9 years ago
Makarand Dharmapurikar
bfc7adaa71
Added option to echo back user agent for testing
9 years ago
yang-g
364be644d0
copyright of course
9 years ago
yang-g
c10348a555
Add custom_metadata test case
9 years ago
murgatroid99
3466c4b55d
Updated copyrights
9 years ago
Sree Kuchibhotla
7cecfa6c48
Adjust the log levels in interop tests and stress tests
9 years ago
Sree Kuchibhotla
0fa95eab81
Ability to filter log messages based on log level
9 years ago
Sree Kuchibhotla
cc16931dea
Do not wait for metrics server. This will allow stress tests to terminate
9 years ago
Craig Tiller
7536af02cf
Eliminate gpr_ int types - and insist on C99 variants instead
9 years ago
Craig Tiller
1b4e33029e
Consolidate C++ proto files under src/proto
...
- make the directory structure match the package structure
- sanitize the package structure (test --> testing)
- add auto-detection of proto file dependencies
9 years ago
David Garcia Quintas
a2b7817481
Removed compression checks from vanilla large unary
9 years ago
Craig Tiller
56a363f36c
Fix for when grpc::string is not the same type as FLAGS_...
9 years ago
Sree Kuchibhotla
e1330ff451
Add multiple channels to each server
9 years ago