Yuchen Zeng
d50b58c3f6
Add comments for messages
9 years ago
Michael Yeh
2df7d40914
Modified sample async client to be non-blocking. A reader thread is spawned to handle all the RPC results.
9 years ago
Mark D. Roth
bc84672537
Use unlimited default for max header size until receiving new settings
...
from the peer. This both complies with the RFC and ensures that if the
user sets a higher limit than the 16K default, we won't incorrectly
reject data sent before settings are exchanged.
Also fix proxy tests.
9 years ago
murgatroid99
ddc0eb1be2
Split Node examples into static and dynamic code generation examples
9 years ago
Sree Kuchibhotla
e6d03b828d
Fix the build path in config
9 years ago
Sree Kuchibhotla
819596c190
Merge branch 'master' into python_stress_test_docker
9 years ago
David Garcia Quintas
0d83db5f96
properly lock call to custom lr func
9 years ago
David Garcia Quintas
aea5f12e65
generate projects & clang-format
9 years ago
David Garcia Quintas
ac70c5a27d
Merge branch 'master' of github.com:grpc/grpc into lr_hook
9 years ago
Craig Tiller
6889799923
Fix some ubsan issues: I fear no bugs were harmed in the making of this episode
9 years ago
David Garcia Quintas
261db111e6
Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation
9 years ago
Craig Tiller
525654a164
Fix undefined behavior
9 years ago
Craig Tiller
823fa1d77a
Exclude 1byte tests from msan
9 years ago
Makarand Dharmapurikar
e5c1a154a4
Fixed a compiler warning that only shows up on linux
9 years ago
Makarand Dharmapurikar
a93c4353e7
clang-format fixes
9 years ago
Jan Tattermusch
b75f5571e8
Merge pull request #6375 from jtattermusch/cleanup_jenkins_directory
...
Cleanup tools/jenkins directory
9 years ago
David Garcia Quintas
f72eb97b36
Introduced grpc_pops (pollset or pollset_set)
9 years ago
Jan Tattermusch
6504c02568
remove useless code and todos
9 years ago
Makarand Dharmapurikar
274bcc8f0b
Added dummy cronet api implementation so we can build on Jenkins.
9 years ago
Jan Tattermusch
739e86c394
finishing serverside request stream should not be required for disposal
9 years ago
Sree Kuchibhotla
d8c0d385f4
Fix a bug in stress client code
9 years ago
Sree Kuchibhotla
f023800ff1
Correct csharp kubernetes proxy port (so that it doesn't collide with
...
other configs when running on the same machine)
9 years ago
Sree Kuchibhotla
1bdd5319b0
Python dockerfiles and config files for stress testing
9 years ago
yang-g
1717bff3f4
add a dummy service with no rpc to test codegen coverage
9 years ago
Jan Tattermusch
442bead4a3
Merge pull request #5701 from bluecmd/unix-socket
...
Allow directly specifiying connection path
9 years ago
Jan Tattermusch
ed4d89e1f5
Remove trailing space.
9 years ago
Jan Tattermusch
9c83512575
update remaining stresstest configs
9 years ago
Jan Tattermusch
080ddf09ab
add a readme file
9 years ago
Jan Tattermusch
9835d4b1f7
update locations of dockerization scripts
9 years ago
Jan Tattermusch
26ca776e3e
update working directories
9 years ago
Jan Tattermusch
99341e30cf
move helper script for dockerization
9 years ago
yang-g
b0de7163ad
Add proto comments to generated _pb2.py files
9 years ago
Yuchen Zeng
c553034b82
Add reflection.proto
9 years ago
Jan Tattermusch
f21f465bce
make AsyncCallServerTest finish correctly
9 years ago
Jan Tattermusch
5a779537f1
Merge pull request #6376 from murgatroid99/node_test_multiple_versions
...
Made Node tests support multiple versions and set the Node default version to 4 everywhere possible
9 years ago
Jan Tattermusch
d00ed3088b
Merge pull request #6406 from sreecha/ruby_stress_test_docker
...
Ruby docker files and config
9 years ago
Jan Tattermusch
2624cfb511
fixup
9 years ago
Jan Tattermusch
9a9813bc4b
add more tests
9 years ago
Jan Tattermusch
b32e29f0a2
make SendStatusFromServer independent on WriteAsync
9 years ago
Jan Tattermusch
ce60d8e7a4
add AsyncCalServer tests to sanity tests
9 years ago
Jan Tattermusch
b6a9016fc2
add tests for AsyncCallServer
9 years ago
Mark D. Roth
a4edeb3372
Fix build breakage in bad_client tests.
9 years ago
Mark D. Roth
7cae1f7198
Remove some unneeded code from an earlier iteration of this code.
9 years ago
Craig Tiller
e4d2748f2f
Fix async_end2end_test flow control
...
Completion queues + flow control + single threading is hard.
We need a read outstanding on a call to grant flow control tokens to the
remote end.
To do that we need to request a read *before* we wait for the write to
be finished, otherwise, in the case of a large write we'll block waiting
for flow control tokens.
Built on #6402
9 years ago
Yuchen Zeng
3b8f3354de
Add plugins at the time of static initialization
9 years ago
murgatroid99
59dfee8800
Fixed rubocop issues with newest changes
9 years ago
murgatroid99
38281cfa59
Ruby: improve server error handling, fix a reference error
9 years ago
Mark D. Roth
2c04262ee0
Merge branch 'master' into limit_metadata_size
9 years ago
Mark D. Roth
8a1d8052eb
Added bad_client test to check that the server rejects requests with too
...
much metadata and refuses to send responses with too much metadata.
9 years ago
Jan Tattermusch
19abba3661
Improve docs on GRPC_OP_RECV_CLOSE_ON_SERVER
9 years ago