Craig Tiller
8ef6de0890
Merge pull request #8933 from ctiller/fixit22
...
Scale poll-cv test timeouts up
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
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
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
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
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
Matt Kwong
180ea4bb20
Set Bazel to specific commit in Dockerfile
8 years ago
David Garcia Quintas
2239ebc966
Simplify
8 years ago
David Garcia Quintas
731a8e6db3
do bitsets right
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
Jan Tattermusch
d17c7c955e
Merge pull request #8884 from jtattermusch/csharp_cleanup_nuspec
...
C# cleanup package building
8 years ago
Paul Marks
b1c4e619de
Merge pull request #8849 from pmarks-net/master
...
Fix a memory leak in grpc_udp_server_add_port()
8 years ago
Muxi Yan
9832b9b2de
Merge pull request #8902 from muxi/fix-cocoapods-fail
...
Capture name change of CocoaPods generated target
8 years ago
David Garcia Quintas
ae3fd4252a
Deflaked lb_policies_test
8 years ago
Muxi Yan
a91298ca62
Update post_install condition and comments
8 years ago
Craig Tiller
4b064060f7
Merge github.com:grpc/grpc into hansel
8 years ago
David G. Quintas
71cf7b39da
Merge pull request #8908 from dgquintas/grpclb_test_deflake
...
Deflake grpclb test
8 years ago
David G. Quintas
65832fbdf0
Merge pull request #8880 from dgquintas/json_localhost_carnage
...
Propagate (some) signals to subprocesses in json_run_localhost
8 years ago
Craig Tiller
6facd26db3
Merge pull request #8903 from ctiller/tcp_shutdown
...
Fix TCP shutdown path on Windows
8 years ago
Craig Tiller
2a5af02a18
Merge pull request #8912 from ctiller/fixit17
...
Break infinite connection retry loop
8 years ago
Craig Tiller
9fbb3387d0
Review feedback
8 years ago
Craig Tiller
296984b46c
Break infinite connection retry loop
...
Previously, we'd keep retrying a connection until the channel closed.
With this change, we only retry connecting *if there's a watcher on the
subchannel connection state*. This ultimately means that if the
lb_policy doesn't care if the subchannel connects, it'll stop trying.
8 years ago
Jan Tattermusch
9f57edcad7
Merge pull request #8907 from jtattermusch/internal_ci_take2
...
Basic config for internal CI (take 2)
8 years ago
David Garcia Quintas
3c5a868a1b
PR comments #2
8 years ago
David Garcia Quintas
523a4aa0a0
PR comments
8 years ago
Craig Tiller
e068361300
clang-format
8 years ago
Craig Tiller
f6fe888b46
Merge branch 'tcp_shutdown' of github.com:ctiller/grpc into tcp_shutdown
8 years ago
Craig Tiller
d112ed94da
Further safety fixes for TCP on Windows
8 years ago
Jan Tattermusch
b04a0ccddd
allow pulling a docker image from dockerhub instead of building locally
8 years ago
Jan Tattermusch
4597061352
add script for pushing testing docker images
8 years ago
David Garcia Quintas
033c51e8c8
Deflake grpclb test
8 years ago
Jan Tattermusch
4024e8961d
basic config for internal CI
8 years ago
Jan Tattermusch
a4945df604
get rid of the obsolete C# package builder
8 years ago
Jan Tattermusch
69299c7496
generate reflection package as well
8 years ago
Jan Tattermusch
d890b25408
generate package build script from a template
8 years ago
Jan Tattermusch
90e46ff7b0
Merge pull request #8857 from jtattermusch/csharp_reflection
...
Draft of C# server reflection
8 years ago
David Garcia Quintas
a0a3c411d1
Merge branch 'master' of github.com:grpc/grpc into json_localhost_carnage
8 years ago
David Garcia Quintas
d6936b6bee
PR comments
8 years ago
Craig Tiller
fdc17aab96
clang-format
8 years ago
Craig Tiller
cbafdd1084
Fix races on tcp server shutdown on Windows
...
- we were treating an int as atomic, which is dubious at best
- it was possible to shutdown while an accept was being handled, and
process that shutdown accept before the real accept finished, leading to
a use-after-free up the stack
8 years ago
Craig Tiller
bb4e5012df
Merge github.com:grpc/grpc into tcp_shutdown
8 years ago
Muxi Yan
47564de080
Capture name change of CocoaPods generated target
8 years ago
Yang Gao
63f84be5d0
Merge pull request #8901 from grpc/revert-8838-test_credentials
...
Revert "Test credentials provider update"
8 years ago