Jan Tattermusch
17db9022f1
add grpc_fuzzer_client config
8 years ago
Jan Tattermusch
8e9a492ad9
Merge pull request #8828 from jtattermusch/csharp_call_flags_api
...
Add C# call flags API
8 years ago
Craig Tiller
b35cfc76e2
Merge pull request #8913 from markdroth/security_handshaker2
...
Rewrite security handshaker to use generic handshaker API.
8 years ago
Craig Tiller
ad158893de
Merge pull request #8854 from dgquintas/backoff
...
Updated backoff to spec.
8 years ago
Craig Tiller
80c7e9200e
Merge pull request #8939 from ctiller/fixit24
...
Fix use-after-free in resource quota
8 years ago
Masood Malekghassemi
4d7b0e135b
Merge pull request #8920 from soltanmm-google/fracking-is-not-inherently-horrible-it-just-does-not-have-enough-oversight
...
Switch to command-arg for Python split-codegen
8 years ago
Craig Tiller
ab5a499080
Fix use-after-free
8 years ago
Craig Tiller
8ef6de0890
Merge pull request #8933 from ctiller/fixit22
...
Scale poll-cv test timeouts up
8 years ago
Masood Malekghassemi
561dce4525
Switch to command-arg for Python split-codegen
...
Almost fixes #8753 (which still needs a test).
8 years ago
Craig Tiller
f5a177a3d6
Merge pull request #8937 from ctiller/xxx
...
Increase timeout to make this pass reliably on Windows
8 years ago
Craig Tiller
ee0e0681b7
Increase timeout to make this pass reliably on Windows
8 years ago
Mark D. Roth
c50ee7aac2
Merge remote-tracking branch 'origin/security_handshaker1' into security_handshaker2
8 years ago
Mark D. Roth
a0bb3742d9
Fix server_chttp2_test.
8 years ago
Mark D. Roth
0f4bbba826
Fix allocation bugs in server shutdown.
8 years ago
Craig Tiller
bc28cd6f90
Scale poll-cv test timeouts up
8 years ago
Craig Tiller
1747055e14
Merge pull request #8931 from ctiller/fixit20
...
Remove resource users from reclaimer lists when shutting down
8 years ago
Mark D. Roth
f6a046e820
Fix race condition during handshake manager shutdown.
8 years ago
Craig Tiller
13b9a9a5f5
Remove resource users from reclaimer lists when shutting down
...
Otherwise, a null closure could be executed to reclaim, the reclaimation
finished edge would never be executed, and a future allocation will
stall forever.
8 years ago
David G. Quintas
eaa6202ac9
Merge pull request #8915 from dgquintas/lb_pol_test_deflake
...
Deflaked lb_policies_test
8 years ago
Mark D. Roth
a0bcfbbfe2
Fix Windows build problem.
8 years ago
matt-kwong
e633e47494
Merge pull request #8906 from matt-kwong/pin-bazel-version
...
Pin bazel version to 0.4.1 release tag
8 years ago
Mark D. Roth
3e9ba86377
Merge branch 'security_handshaker1' into security_handshaker2
8 years ago
Mark D. Roth
8aa2f70f57
Code review changes.
8 years ago
Mark D. Roth
158a4a42b2
Add comment about testing with reviewable.
8 years ago
Mark D. Roth
714038204a
Use the same server code for both secure and insecure servers.
8 years ago
Mark D. Roth
bd913a8637
Fix asan failures.
8 years ago
Jan Tattermusch
058f555b7e
make CallFlags internal, expose WaitForReady
8 years ago
Jan Tattermusch
43416dac68
wire passing of C# CallFlags to C core
8 years ago
Jan Tattermusch
0faf80c348
add C# call flags API
8 years ago
Mark D. Roth
6288542146
This time, for sure!
8 years ago
Jan Tattermusch
8442ebee03
Merge pull request #8909 from jtattermusch/images_to_dockerhub
...
Script for pushing pre-built testing docker images to dockerhub.
8 years ago
Craig Tiller
b79af5b542
Merge pull request #8775 from ctiller/hansel
...
Fix logic race in chttp2 write path
8 years ago
Mark D. Roth
405abfcba2
Move hex dump to before crash.
8 years ago
Matt Kwong
180ea4bb20
Set Bazel to specific commit in Dockerfile
8 years ago
Mark D. Roth
562b684e19
My python-fu is rustier than an old nail.
8 years ago
David Garcia Quintas
2239ebc966
Simplify
8 years ago
Mark D. Roth
f8ef30c977
Stringify generator result.
8 years ago
David Garcia Quintas
731a8e6db3
do bitsets right
8 years ago
Mark D. Roth
f9cffc7b70
List, not generator.
8 years ago
Mark D. Roth
6642b3899b
Fix python.
8 years ago
Mark D. Roth
5ebc7bb7fc
Add hex dump.
8 years ago
Mark D. Roth
bf5272c6c5
Use future print(). Ugh.
8 years ago
Mark D. Roth
0fc334fcfa
Python sucks.
8 years ago
Mark D. Roth
f431642747
Attempt to fix syntax error in debugging lines.
8 years ago
Mark D. Roth
1e6b02b43d
Add debugging.
8 years ago
Mark D. Roth
efd7795335
Attempt to deal with unicode strings in jenkins environment.
8 years ago
kpayson64
94298fbb95
Merge pull request #8923 from kpayson64/php_unit_test_cleanup
...
PHP Unit test changes
8 years ago
kpayson64
d0c27df6e4
Merge pull request #8707 from kpayson64/upstream_changes
...
Add configurable exit grace periods and shutdown handlers
8 years ago
Ken Payson
02d2807b30
Fixes 2 issues:
...
1. In the State change test, 123->0 will hit a c-core GPR_ASSERT if
debugging is enabled because 123 doesn't map to a state that can
be printed.
2. In the Server test, 8888 is sometimes unavailable, so we just use
a wildcard port.
8 years ago
Ken Payson
3045a379aa
Add configurable exit grace periods and shutdown handlers
...
The server cleanup method is untested.
The join() function that exposes it is only called by the internals of threading.py, and we don't hold a reference to the server thread to explicitly join() it, and I'm not sure we should add a reference just for this purpose.
Moreover, the threading.py only calls join(None), the code path in question isn't even exercised by the internals of threading.py. Its just there to make sure we properly follow the join(timeout) semantics.
8 years ago