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
David Garcia Quintas
1efec95d64
Removed unused argument from ResetStub()
7 years ago
David Garcia Quintas
8adf19cafd
clang-format
7 years ago
David Garcia Quintas
a21ab2ba29
Fix compression algorithm accessors
7 years ago
David Garcia Quintas
8d8214afe5
Removed obsolete lb_policies_test
7 years ago
Matt Kwong
ade367d6c4
Kokoro performance job uploads to same BQ table as Jenkins
7 years ago
Matt Kwong
f9bd4d7152
Add release branch performance job
7 years ago
Matt Kwong
cba95fc372
Kokoro performance job uploads to same BQ table as Jenkins
7 years ago
Matt Kwong
af162afa86
Add release branch performance job
7 years ago
David Garcia Quintas
64d02bac04
Merge branch 'master' of github.com:grpc/grpc into dns_cooldown
7 years ago
Vijay Pai
d2a575a458
Merge branch 'master' into HEAD
7 years ago
Sree Kuchibhotla
12a6c1ea00
Batch size to 1 since it is better for latency (this is similar to what
...
we did in epoll1)
7 years ago
David Garcia Quintas
e53d6b3f60
PR comments
7 years ago
Zhouyihai Ding
ac47595e42
Merge pull request #14262 from ZhouyihaiDing/SharedChannelClose
...
php: remove unrelated code from SharedChannelClose test
7 years ago
adelez
4f8b322b74
Merge pull request #14266 from adelez/fix_grpc_tool_test
...
Fix echo.proto path under bazel
7 years ago
ZhouyihaiDing
43132b5c6b
php: remove unrelated code from SharedChannelClose test
7 years ago
Adele Zhou
2294031d6a
Fix echo.proto path under bazel
7 years ago
Mehrdad Afshari
9b075f1cc0
Merge pull request #14265 from mehrdada/releasetag
...
Promote v1.9.0-pre3 to v1.9.0
7 years ago
Sree Kuchibhotla
ffa4fbdafa
enable epollex by default
7 years ago