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
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
Vijay Pai
d8e292f198
Removing ctiller as owner
7 years ago
Muxi Yan
9e794d86a8
Remove initial backoff override in ObjC
7 years ago
Matt Kwong
4146b2a05d
Fix testing submodules at head
7 years ago
Vijay Pai
08ce35de61
Merge branch 'master' into gpr_review3
7 years ago
Vijay Pai
1acfaca3e6
Merge branch 'master' into gpr_review_host_port
7 years ago
Vijay Pai
c8e07c4964
Merge pull request #14295 from vjpai/resanalarm
...
Regain sanity
7 years ago
David G. Quintas
45ba983cd0
Merge pull request #14284 from dgquintas/kill_lb_policies_test
...
Removed obsolete lb_policies_test
7 years ago
Vijay Pai
e318b5b131
Regain sanity
7 years ago
Vijay Pai
9494a9dacf
Regen projects
7 years ago
Vijay Pai
d4d0a30c6f
Privatize useful.h and avl.h
7 years ago
Juanli Shen
d82e137c7b
Add a results_upon_error setter to fake resolver
7 years ago
Vijay Pai
4c0640ebd6
Merge branch 'master' into gpr_review3
7 years ago
Vijay Pai
e5b0a50416
Merge pull request #14015 from vjpai/alarm
...
Remove alarm from core, implement in C++ layer only
7 years ago
Vijay Pai
0dbb00eef0
Remove extern "C"
7 years ago
Vijay Pai
7ce8b94b69
Remove extern "C" since this is no longer a public header
7 years ago
Jan Tattermusch
4c92ab2aff
Merge pull request #14231 from ctaggart/sourcelink-create
...
use SourceLink.Create.CommandLine instead of Embed
7 years ago
David G. Quintas
ba92ab53bf
Merge pull request #14285 from dgquintas/cleanup_client_lb_test
...
Removed unused argument from ResetStub()
7 years ago
David G. Quintas
4eca9598f6
Merge pull request #14228 from dgquintas/dns_cooldown
...
DNS cooldown mechanism
7 years ago
Vijay Pai
d2e9b98ee6
Merge pull request #14124 from toanju/update-header-install
...
remove core_stats.h from installed headers
7 years ago