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
Muxi Yan
3e440f3500
Add MobileLog support
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
maxim-babenko
f4470af132
Always fill "empty" on return from gpr_mpscq_pop_and_check_end
7 years ago
Loo Rong Jie
e97c230f87
[Bazel] Do not use -pthread on Windows
7 years ago
Matt Kwong
f6c5c38ec6
Merge pull request #14283 from matt-kwong/release-job-backport
...
Backport #14282 to v1.9.x
7 years ago
Matt Kwong
785dda80dc
Merge pull request #14282 from matt-kwong/release-jobs
...
Add Kokoro performance job for release branch
7 years ago
Juanli Shen
8011a09697
Merge pull request #14281 from AspirinSJL/fake_resolver_results_upon_error
...
Add a results_upon_error setter to fake resolver
7 years ago
Vijay Pai
f96bbc3a76
Merge pull request #14298 from vjpai/own
...
Removing ctiller as owner of tools/run_tests/performance
7 years ago
Muxi Yan
7a2637b092
Merge pull request #14299 from grpc/remove-objc-backoff-override
...
Remove initial backoff override in ObjC
7 years ago
ncteisen
af66bedd11
Mark poll FD shutdown as UNAVAILABLE
7 years ago
Matt Kwong
94e07e10fe
Merge pull request #14287 from matt-kwong/submodule-fix
...
Fix testing submodules at head
7 years ago