Muxi Yan
618a0078ae
Check sanity of src directory
7 years ago
Yihua Zhang
75f0a9fbd2
place security_connector in its own subdirectory
7 years ago
Mark D. Roth
c887549f92
Convert LB policy API to C++.
7 years ago
Vijay Pai
da69355f30
C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)
7 years ago
Vijay Pai
58a62755fc
Remove support for detached threads. All threads must be joined.
7 years ago
David Garcia Quintas
249a1d7104
Removed outdated grpclb_test
7 years ago
Eric Gribkoff
6dc65d9f51
Add grpc-java 1.10.0 to interop matrix
7 years ago
Eric Gribkoff
ca45554f1c
fix github uri in client_matrix.py
7 years ago
Menghan Li
ea1fefed97
Add go release versions to client_matrix.py
7 years ago
Muxi Yan
0e00c43082
Move headers from grpc++ to grpcpp
7 years ago
Alex Polcyn
aa56034b58
Add python bazel deps needed to run resolver component tests
7 years ago
Noah Eisen
68c0020709
Re gen projects
7 years ago
Noah Eisen
9f3f4837af
Add repro
7 years ago
Noah Eisen
b5aec72e7d
Add fuzz repro
7 years ago
Noah Eisen
2ee8cb998b
Add fuzz repro
7 years ago
Noah Eisen
c7f026142d
Add repro
7 years ago
Mehrdad Afshari
a35b9bdd54
Enforce shellcheck on tools/gce
7 years ago
Mehrdad Afshari
d398870d26
Fix create_linux_performance_worker.sh to pass shellcheck
7 years ago
Mehrdad Afshari
4bbbfe9f76
Fix linux_performance_worker_init.sh to pass shellcheck
7 years ago
Mehrdad Afshari
893ca2de0b
Fix linux_kokoro_performance_worker_init.sh to pass shellcheck
7 years ago
Mehrdad Afshari
cace2fc612
Fix create_windows_debug_worker.sh to pass shellcheck
7 years ago
Mehrdad Afshari
364158574f
Fix create_linux_kokoro_performace_worker.sh to pass shellcheck
7 years ago
Mehrdad Afshari
83172f55e8
Fix linux_worker_init.sh to pass shellcheck
7 years ago
Mehrdad Afshari
26583a2618
Fix create_linux_worker.sh to pass shellcheck
7 years ago
Mehrdad Afshari
5ffb196c82
Fix create_interop_worker.sh to pass shellcheck
7 years ago
Adele Zhou
3e13d123b7
Pin bazel to 0.9.0
7 years ago
Mehrdad Afshari
2de1195da6
Add 1.9.1 to interop matrix
7 years ago
Vijay Pai
c745690caf
Internalize gpr_thd except for id and currentid
7 years ago
Eric Anderson
540a1046c4
Add grpc-java 1.9.1 to interop matrix
7 years ago
Vijay Pai
132efa0c9b
Add non-blocking test
7 years ago
Yash Tibrewal
ba1c614500
running generate_projects script
7 years ago
Mark D. Roth
209f644f04
Convert resolver API to C++.
7 years ago
Vijay Pai
8f4fbb1c55
Move avl to its own directory and rename it to grpc_avl
7 years ago
Mehrdad Afshari
35bace9b62
Enforce shellcheck on shellscripts under test/
7 years ago
Mehrdad Afshari
37629bacf5
Regenerate projects
7 years ago
Muxi Yan
cda058de8e
build projects
7 years ago
Muxi Yan
3db2caaf2e
Replace message/deflate,gzip with deflate,gzip
7 years ago
Muxi Yan
d5696eb7d6
Revert "Partial revert PR#14042"
7 years ago
Ken Payson
1a8565d379
Bump version to 1.9.1
7 years ago
Muxi Yan
3cb1b0aa2f
Partial revert PR#14042
7 years ago
Jan Tattermusch
7da82ecefa
fix python windows artifact build
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
a300764d14
clang format and tidy shouldnt change file ownership
7 years ago
Vijay Pai
d8e292f198
Removing ctiller as owner
7 years ago
Matt Kwong
4146b2a05d
Fix testing submodules at head
7 years ago
Vijay Pai
d4d0a30c6f
Privatize useful.h and avl.h
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