Vijay Pai
091f5463a1
Minor fix on obj-c code
7 years ago
adelez
e17592c929
Merge pull request #14337 from grpc/revert-14326-foundry_integration
...
Revert "Define the tests as grpc_cc_test to automatically test against all po…"
7 years ago
David Garcia Quintas
20331706e2
Make RR re-resolve upon any subchannel failure
7 years ago
adelez
18a356c9fa
Revert "Define the tests as grpc_cc_test to automatically test against all po…"
7 years ago
Yuchen Zeng
19f15c4e13
Merge pull request #14335 from carl-mastrangelo/ret
...
Check return values from ServiceReflection calls, and print a more helpful message
7 years ago
Vijay Pai
b7bf76851d
Merge pull request #14323 from vjpai/cq_comments
...
C++: Properly comment CQ ok, Shutdown, contract, and effect of TryCancel
7 years ago
Carl Mastrangelo
16cca9f4c1
Check return values from ServiceReflection calls, and print a more helpful message
7 years ago
Vijay Pai
e81ead58fb
Improve CQ and cancellation comments
7 years ago
Mark D. Roth
c75c818dad
Merge pull request #14221 from markdroth/ref_counted_crtp
...
Change Ref() methods to return a RefCountedPtr<>.
7 years ago
Alexander Polcyn
d60ed8f1f8
Guarantee no race between ruby server's shutdown_and_notify and destroy
7 years ago
Yash Tibrewal
582d785c41
Merge pull request #14328 from yashykt/badssl
...
Get bazel tests for bad_ssl working
7 years ago
Jan Tattermusch
4493cea016
Merge pull request #14019 from hacst/cmake-export-fix
...
Fix cmake export for grpc
7 years ago
Mark D. Roth
08d9f3df30
Change Ref() methods to return a RefCountedPtr<>.
7 years ago
Jan Tattermusch
5e9cfd9a99
cleanup the way openssl and zlib are used
7 years ago
Mehrdad Afshari
b9335ebe47
Upmerge branch 'v1.9.x' into 'master'
7 years ago
Vijay Pai
007f1197ac
Merge pull request #14322 from vjpai/generic_deprecate
...
Deprecate GenericStub()::Call for multi-threaded use
7 years ago
adelez
d1b6062894
Merge pull request #14326 from adelez/foundry_integration
...
Define the tests as grpc_cc_test to automatically test against all po…
7 years ago
adelez
e00050a7a7
Merge pull request #14325 from adelez/update_toolchain
...
Update bazel toolchain version.
7 years ago
Vijay Pai
3b7ae55f77
More uses of 1-phase Call
7 years ago
Mehrdad Afshari
5d0e9c4aa3
Merge pull request #14329 from mehrdada/fix-example-unary-stream
...
Fix Python example unary/stream conflict
7 years ago
Muxi Yan
cd3f579cce
Merge pull request #14314 from muxi/fix-implicit-retain-self
...
Fix reference of self in a block
7 years ago
Muxi Yan
42b6af7ab4
Merge pull request #14324 from muxi/revert-14042
...
Partial revert PR#14042
7 years ago
kpayson64
d45132a2e9
Merge pull request #14327 from kpayson64/bump_1_9_1
...
Bump version to 1.9.1
7 years ago
Mehrdad Afshari
6d13712d07
Fix Python example unary/stream conflict
7 years ago
Yash Tibrewal
a3b99294a0
Get bazel tests for bad_ssl working
7 years ago
Ken Payson
1a8565d379
Bump version to 1.9.1
7 years ago
Adele Zhou
5b30e46854
Define the tests as grpc_cc_test to automatically test against all polling strategies
7 years ago
kpayson64
9e620c3d7f
Merge pull request #14315 from kpayson64/fix_refcounting
...
Fixes refcounting issue
7 years ago
Adele Zhou
238332272c
Update bazel toolchain version.
7 years ago
adelez
6b676e7b88
Merge pull request #14316 from adelez/foundry_integration
...
Add BUILD file and missing test targets.
7 years ago
Muxi Yan
3cb1b0aa2f
Partial revert PR#14042
7 years ago
Muxi Yan
45ca2022cd
Resolve warnings of implementing deprecated class
7 years ago
Adele Zhou
461d59cf08
Add BUILD file
7 years ago
Vijay Pai
dcd5ef3ad8
Deprecate GenericStub()::Call for multi-threaded use
7 years ago
Jan Tattermusch
2fd6e8cf5e
Merge pull request #14320 from jtattermusch/try_fix_python_win_art
...
Try fixing python windows artifact build
7 years ago
Ken Payson
f069dd4498
Add refcounts for async callbacks in auth and client filters.
7 years ago
Jan Tattermusch
7da82ecefa
fix python windows artifact build
7 years ago
Jan Tattermusch
f1df0c00fb
Merge pull request #14312 from jtattermusch/format_should_not_root
...
Clang format and tidy shouldnt change file ownership when run locally.
7 years ago
Jan Tattermusch
3ac5b1b5d5
Merge pull request #14313 from jtattermusch/kill_xdg_caching
...
Using python's xdg-caching can cause flakes
7 years ago
Muxi Yan
53a295bca7
Fix a typo
7 years ago
Muxi Yan
d65458dde8
Fix reference of self in block
7 years ago
Yihua Zhang
6d55db03be
fix race condition in grpc_tsi_alts_shutdown()
7 years ago
Jan Tattermusch
b1f5d59b4f
Merge pull request #14272 from ncteisen/bug-chasing
...
Fix resource_quota bug
7 years ago
Jan Tattermusch
afc643778d
add quotes in bash
7 years ago
Jan Tattermusch
fb1ad35984
Using python's xdg-caching can cause flakes
...
Currently when running python test on linux, we are mounting
/tmp/xdg-cache-home to the docker container that runs the tests
in the attempt to prevent unnecessary downloads of pip packages
(with the theory that more downloads leads to increased flakiness)
- the idea is that while there is a new docker container for each
test suite, the xdg cache remains per-VM.
This approach no longer seems to be useful:
* It turns out that XDG cache doesn't work reliably when multiple
docker containers are using it concurrently (the concurrent run can
see corrupt files). We are using concurrent docker containers in our
multilang test suite to speed up the execution and we are currently
getting flakes seeing flakes caused by this.
* support for caching makes our docker_run scripts more complicated
and we really don't want that.
* since we migrated to kokoro, the caching is limited anyway -
as each run gets a fresh VM, we need to download packages anyway
for every build (and that actually seems to causing way less
flakiness the problem with concurrent XDG caching).
7 years ago
Jan Tattermusch
ed5e27070a
Merge pull request #14308 from jyane/fix-typo
...
fix typo
7 years ago
Jan Tattermusch
a300764d14
clang format and tidy shouldnt change file ownership
7 years ago
Shohei Kamimori
35367cc3ed
fix typo
7 years ago
Vijay Pai
73a50abd1d
Merge pull request #14286 from dgquintas/fix_compresion_alg_accessors
...
Fix compression algorithm accessors
7 years ago
Sree Kuchibhotla
d934602beb
Merge pull request #14275 from sreecha/enable-epollex
...
enable epollex by default
7 years ago