David Garcia Quintas
|
bb7370fc68
|
Missing required changes from pull req. #1964
|
10 years ago |
Craig Tiller
|
d55636d813
|
Revert "Open loop sync/async multithreaded testing"
|
10 years ago |
Craig Tiller
|
250e96d941
|
Dont serialize new call requests under the server test lock
|
10 years ago |
vjpai
|
aa4548ddf0
|
Add a new test for qps openloop to make sure this code gets exercised
regularly.
Also, convert qps_test to test, from benchmark
|
10 years ago |
David Garcia Quintas
|
c695066fec
|
Removed redundant parameter from Reporter interface.
|
10 years ago |
Craig Tiller
|
83b2f2590d
|
clang-format
|
10 years ago |
Craig Tiller
|
3c26d09a7f
|
Add a test of bad settings frame (and fix a bug!)
|
10 years ago |
vjpai
|
191b67437b
|
Address reviewer comment by not having non-const reference
|
10 years ago |
Craig Tiller
|
b5075e3754
|
Add working tests for httpcli
|
10 years ago |
Vijay Pai
|
36403af71e
|
Address review comments for code clarity
|
10 years ago |
Vijay Pai
|
92b7f872fd
|
Add comments describing various random distributions
Also remove the parameterized constructor for InterarrivalTimer
and only keep the init function.
|
10 years ago |
Vijay Pai
|
fcedc15082
|
Use typedef rather than using to make Travis happy
|
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 |
Craig Tiller
|
af7abf92cb
|
Enable runtime configuration of tracers
|
10 years ago |
Craig Tiller
|
9e1ba43543
|
Fix compilation on mac
|
10 years ago |
Vijay Pai
|
8eedd4a2c6
|
Context activation for async
|
10 years ago |
Masood Malekghassemi
|
701af6031f
|
Expose gpr_asprintf and gpr_strdup
|
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
|
3beb20c3e2
|
Support use of high_res clock in timepoints
|
10 years ago |
David Garcia Quintas
|
c9516d4e28
|
Fixed memory leak in server_async
|
10 years ago |
vjpai
|
924d459c27
|
Fix timer issues
|
10 years ago |
David Garcia Quintas
|
30bd4eb5cc
|
Removed grpc_byte_buffer_reader_{create,destroy}.
Introduced grpc_byte_buffer_init instead. It's now the user's responsibility to
manage memory.
|
10 years ago |
Craig Tiller
|
c0c484481f
|
Extend the test case
|
10 years ago |
Craig Tiller
|
59657dbef8
|
Add a completion queue test
- create completion queue
- call shutdown
- call next
|
10 years ago |
Nicolas "Pixel" Noble
|
8535263b94
|
Fixing tools compilation.
|
10 years ago |
Yang Gao
|
69fe0759be
|
Various minor fixes
|
10 years ago |
Craig Tiller
|
fa275a97b9
|
Label all iomgr objects
This allows a list of them to be dumped to isolate where memory leaks
are occuring.
|
10 years ago |
David Garcia Quintas
|
7978a04d50
|
Removed non-ISO usage of __FUNCTION__.
Fixes #1843
|
10 years ago |
David Garcia Quintas
|
a30020f009
|
Comments addressed.
|
10 years ago |
David Garcia Quintas
|
5f228f5001
|
Adapted the following to the new iomgr's cb API:
alarm_test, tcp_posix, fd_posix, pollset_posix, credentials, call,
channel, server, child_channel
|
10 years ago |
Julien Boeuf
|
ff69cd19f5
|
Fixing build issue.
|
10 years ago |
Craig Tiller
|
9300c4b9c0
|
Fix the display of total slowdown
|
10 years ago |
Craig Tiller
|
8f17c6c028
|
clang-format
|
10 years ago |
Craig Tiller
|
1a6f755c1f
|
Make it possible to run with poll() instead of epoll()
Mostly to facilitate testing, but maybe in the future we want to work on
Linux systems with broken epoll support?
|
10 years ago |
Julien Boeuf
|
75c9b6f495
|
Removing mdctx from the credentials.
|
10 years ago |
Masood Malekghassemi
|
e0281bbbf1
|
Set verbosity to 2 for Python tests
Fixes #1762.
|
10 years ago |
Craig Tiller
|
e7023612ef
|
Add a test of cmdline usage strings - and make them saner
|
10 years ago |
Yang Gao
|
a9b5de8131
|
Add a check against potential failure to bring up client binary
|
10 years ago |
Xudong Ma
|
a5861f3414
|
Correct the test request/response size, to be consistent with the test spec:https://github.com/grpc/grpc/blob/master/doc/interop-test-descriptions.md
|
10 years ago |
Craig Tiller
|
4ebeb402ae
|
clang-format
|
10 years ago |
Craig Tiller
|
ba3c3cd36c
|
Add testing of bad client behavior
This test will become a suite over coming weeks.
Spin up a server, and send some illegal data to it, and probe that the correct behavior occurs.
|
10 years ago |
Craig Tiller
|
356961916d
|
Remove all uses of __FUNCTION__
|
10 years ago |