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
Sree Kuchibhotla
52a514a250
Address code review comments
9 years ago
Julien Boeuf
6049ebd8d2
More C++ fixes (the merge did not quite work...).
9 years ago
David Garcia Quintas
5dc96fb5b8
Comments
9 years ago
David Garcia Quintas
5de1616336
Fix naming issue in stress_test
...
(via ahh@google.com )
Under some configurations gRPC includes google3 base headers. google3
has a namespace "thread" which mixes poorly with unqualified use of the
type std::thread; adding that namespace to various google3 headers
breaks this test.
9 years ago
Sree Kuchibhotla
b047c0fc9b
Address code review comments
9 years ago
yang-g
c9fca1813a
refacto of the reconnect tcp server to a general purpose test tcp server to be reused by the set_initial_string_test
9 years ago
Sree Kuchibhotla
c36b480ce9
Fix a small error
9 years ago
Sree Kuchibhotla
4d0f2f9dab
Fix typo in my previous commit. %s/guage/gauge/g
9 years ago
Sree Kuchibhotla
b5e98c5c69
Make number of stubs per channel configurable and expose metrics from
...
client
9 years ago
Craig Tiller
93b944785c
stream_op cleanup: test fixes and updates
9 years ago
Sree Kuchibhotla
f51ea7aab9
Explicitly use grpc::string instead of std::string to be consistent with other test code
9 years ago
Sree Kuchibhotla
117c8af8d3
Skip running stress_tests on jenkins by run_tests.py (This will fix the
...
issue addressed by commit: e6cd0e70a9
, the right way)
9 years ago