Craig Tiller
48ed92ea38
GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWN
9 years ago
Makarand Dharmapurikar
2a2321b384
removed grpc_cronet.h
9 years ago
vjpai
711472f846
Remove unused gflags and gtest includes
9 years ago
vjpai
d8364f7af5
Deprecate perf_db use
9 years ago
Craig Tiller
e0ddc35aa3
Speed up tests
9 years ago
Craig Tiller
825cd4533c
Cleanup redundant tests
9 years ago
Craig Tiller
e67f7b6b54
Fix timeout on async server shutdown
...
Server was continuing to make requests for new calls forever, which were
starving out the shutdown sequence. Change order and win.
9 years ago
Robbie Shade
e29f7a15d0
Make request_with_flags timeout deadline equal to that of request_with_payload.
9 years ago
Craig Tiller
468ee4cd65
Improve test debugability, fix race condition
9 years ago
Craig Tiller
bc7593de7a
Revert "Revert "Remove spam""
...
This reverts commit e76528ce26
.
9 years ago
Craig Tiller
34c6e87598
Simpler trick to force a listening cq
9 years ago
Craig Tiller
e76528ce26
Revert "Remove spam"
...
This reverts commit 3f3312e7e9
.
9 years ago
Craig Tiller
3f3312e7e9
Remove spam
9 years ago
Craig Tiller
ae09d9dca9
Fixes and code simplification
9 years ago
Craig Tiller
bd24a4611f
Better guesses at benchmarks turned unit tests cpu cost
9 years ago
Craig Tiller
718ce51af8
Fix server plugin test
9 years ago
Craig Tiller
e004958fd6
Fix formatting, mem leak, stall
9 years ago
David Garcia Quintas
3c4fe1bcb7
Fixed the fix
9 years ago
Craig Tiller
aae6c2cb96
Fix server plugin test
9 years ago
Craig Tiller
29dc490b94
clang-format
9 years ago
David Klempner
b941d5a4aa
Fix a missing initialization
9 years ago
yang-g
fe3e8b7313
remote unused member
9 years ago
yang-g
df012d048a
Add proto file support in grpc_cli
9 years ago
Craig Tiller
93dd0470cf
clang-format
9 years ago
Craig Tiller
2bcf78d632
Expand corpus
9 years ago
Sree Kuchibhotla
4dd02fc63c
Misc changes
9 years ago
Sree Kuchibhotla
eaa3072744
Make the rpc timeout configurable
9 years ago
Craig Tiller
2d8427a1cb
Expand corpus
9 years ago
Craig Tiller
9be075c911
Fix leak in port deallocation
9 years ago
Craig Tiller
88ef00efbe
Remove broken test
9 years ago
Craig Tiller
cf2cce661d
Bug fixes
9 years ago
Craig Tiller
c1623dc732
Expand corpus
9 years ago
Craig Tiller
71d0f5fd6c
Expand corpus
9 years ago
Craig Tiller
37a85c3096
Expand corpus
9 years ago
David Garcia Quintas
bb76c33a0c
Fixes leak in test_cancel_after_client_done & cancel_after_accept
9 years ago
Sree Kuchibhotla
11e304a3b1
Fix the failing test. (Adding fd was caling 'kicked_without_pollers'
...
flag to be set to true on the pollset in case of 'poll' strategy. To fix
this I am calling grpc_pollset_work with a 0 timeout right after adding
the fds)
9 years ago
Craig Tiller
40945c702a
Add missing function for completion queue
9 years ago
David Klempner
948afddffe
Run clang-format against port_posix.c and port_windows.c
9 years ago
Craig Tiller
6f7756e970
Expand corpus
9 years ago
yang-g
ed9ae72e7b
Assert we get a valid creds.
9 years ago
Craig Tiller
e2f7f31552
Expand corpus
9 years ago
Craig Tiller
1f963ba63f
Expand corpus
9 years ago
Craig Tiller
c3b88b079e
Better testing
9 years ago
Craig Tiller
d5b3482f4d
Expand corpus
9 years ago
Craig Tiller
680822fdc6
Expand corpus
9 years ago
Craig Tiller
892c37072e
Expand corpora
9 years ago
Craig Tiller
9d2822a167
Fix fuzzer bugs
9 years ago
Craig Tiller
2f9fc7be95
Fix fuzzer bug, add corpora
9 years ago
Craig Tiller
d8550756ea
Add fuzzing for receving messages after close
9 years ago
David Klempner
6fb122dc6e
Add calls to grpc_recycle_unused_port to two of the tests which call
...
grpc_pick_unused_port a lot.
9 years ago