vjpai
|
119c103ab0
|
Split up into a new service proto, use proper service suffix, add a
reset option to the mark, create a closed loop config params (empty
message) for consistency with other tests.
|
9 years ago |
vjpai
|
754751e3c6
|
Numerous proto changes to make things more sane and fix some outstanding issues
|
9 years ago |
vjpai
|
52bfb2564f
|
Split qpstest.proto into two parts - one for performance stats and
one for control.
Eliminate the use of our own SimpleRequest and SimpleResponse and
instead share the one from end2end testing
|
9 years ago |
vjpai
|
0cc1341199
|
Move qpstest.proto to a common area (test/proto) instead of test/cpp/qps
|
9 years ago |
yang-g
|
9e2f90cd06
|
headers reorg
|
9 years ago |
Vijay Pai
|
90e7369484
|
clang-format plus helpful comments
|
9 years ago |
Vijay Pai
|
eed63fa267
|
Remaining changes needed to get QPS test working on old compilers.
This change contains a lot of ugly changes, such as changing
std::vector to allocation by new, etc.
|
9 years ago |
Vijay Pai
|
ab1dba72dc
|
clang-format
|
9 years ago |
vjpai
|
09d0b0cf47
|
Remove lambdas from state machine functions
|
9 years ago |
Vijay Pai
|
13735d5d7e
|
if->while
|
10 years ago |
Vijay Pai
|
5606199585
|
Delete spare contexts lying around at the end of the test to avoid
showing up as memory leaks
Also reduce the rate of the openloop test - this may be an issue with
sanitizers particularly because of issue #2278
|
10 years ago |
Vijay Pai
|
e2980cd0b3
|
Eliminate data-race caused by specialization in vector<bool>
|
10 years ago |
Craig Tiller
|
0960875b06
|
Remove spammy line (this is obfuscating testing logs)
|
10 years ago |
Yang Gao
|
b6d57e704b
|
add missed explicit
|
10 years ago |
Vijay Pai
|
d9c7e7e373
|
Stop worrying about 1 second deadline as a fatal problem
Also fix reporter
|
10 years ago |
Vijay Pai
|
372fd8791b
|
Revert "Revert "Open loop sync/async multithreaded testing""
|
10 years ago |
Craig Tiller
|
d55636d813
|
Revert "Open loop sync/async multithreaded testing"
|
10 years ago |
vjpai
|
191b67437b
|
Address reviewer comment by not having non-const reference
|
10 years ago |
Vijay Pai
|
cf3fb092cc
|
clang-format
|
10 years ago |
Vijay Pai
|
c7de81e57e
|
Better management of channel attempts and channel coverage
|
10 years ago |
Vijay Pai
|
db398e0609
|
Omit redundant record-keeping
|
10 years ago |
Vijay Pai
|
06c995137b
|
Take some code out from under a lock_guard and try to
maintain affinity of next_channel whenever possible
|
10 years ago |
Vijay Pai
|
7b172b2411
|
Get the code to stop crashing by fixing bugs
|
10 years ago |
vjpai
|
dc0615fa87
|
Init a variable
|
10 years ago |
vjpai
|
d1dce90c9a
|
Minor fixes
|
10 years ago |
Vijay Pai
|
8eedd4a2c6
|
Context activation for async
|
10 years ago |
Vijay Pai
|
9dc5c15b56
|
Account for time difference in mac and linux
|
10 years ago |
Vijay Pai
|
8559485c23
|
Bug fix
|
10 years ago |
vjpai
|
7abc4e720c
|
Invoke LoadTest setup
|
10 years ago |
vjpai
|
924d459c27
|
Fix timer issues
|
10 years ago |
Craig Tiller
|
5c8737d171
|
clang-format qps code - it was getting out of hand
|
10 years ago |
vjpai
|
6a608020b0
|
WIP
|
10 years ago |
vjpai
|
37f7257529
|
WIP
|
10 years ago |
Craig Tiller
|
3676b38183
|
Lose redundant tag on unary calls
|
10 years ago |
vjpai
|
041998d986
|
Change function-pointer to std::function
|
10 years ago |
Vijay Pai
|
e10ebf15eb
|
Keep code that is common between both async client versions in a new async superclass and only use unary/streaming-specific material in the subclass.
|
10 years ago |
Craig Tiller
|
41faf0f4c8
|
s/11/1
|
10 years ago |
Nicolas "Pixel" Noble
|
0caebbfcfe
|
Splitting gRPC service class codegen into its own set of files.
|
10 years ago |
Craig Tiller
|
8221e40ac0
|
Indentation fixes, s/11/1/g
|
10 years ago |
Craig Tiller
|
1c61af7364
|
Dont sleep forever on async cq
|
10 years ago |
Craig Tiller
|
8a5a666ad0
|
Handle errors better on client
|
10 years ago |
Craig Tiller
|
aa2fca5a48
|
Remove asserts
|
10 years ago |
Vijay Pai
|
49673133b3
|
Remove unused header file for profiler
|
10 years ago |
Vijay Pai
|
bef9cbc7dc
|
Eliminate range-based fors
|
10 years ago |
Vijay Pai
|
82dd80abc6
|
Elminate range-based fors and work around some other limitations in older compilers
|
10 years ago |
vjpai
|
46f65239cf
|
Added streaming C++ tests for sync and sync cases
|
10 years ago |
Yang Gao
|
6baa9b67ad
|
clang-format c++ code
|
10 years ago |
Chilledheart
|
4be94b9541
|
Add missing GRPC_OVERRIDE, NFC
Testing asan configuration with the latest clang compiler fails due to
the warning `-Winconsistent-missing-override`. This patch fixes it.
|
10 years ago |
Craig Tiller
|
a182bf12b0
|
clang-format
|
10 years ago |
Craig Tiller
|
ef63839042
|
Async client works
|
10 years ago |