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
f40df23eeb
Auto-changes
9 years ago
murgatroid99
3466c4b55d
Updated copyrights
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
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
Sree Kuchibhotla
e1330ff451
Add multiple channels to each server
9 years ago
Sree Kuchibhotla
52a514a250
Address code review comments
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
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
Sree Kuchibhotla
f51ea7aab9
Explicitly use grpc::string instead of std::string to be consistent with other test code
10 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)
10 years ago
David Garcia Quintas
ba4290a82d
Removed 'using' conflicting with import
10 years ago
Sree Kuchibhotla
e6cd0e70a9
Return success if there are no test cases to run
10 years ago
Sree Kuchibhotla
fbc376f935
Interop stress tests
10 years ago
Sree Kuchibhotla
728a6104d5
Interop stress tests
10 years ago