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
David Garcia Quintas
249a1d7104
Removed outdated grpclb_test
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
Vijay Pai
c745690caf
Internalize gpr_thd except for id and currentid
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
Muxi Yan
cda058de8e
build projects
7 years ago
Jan Tattermusch
7da82ecefa
fix python windows artifact build
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
Vijay Pai
d8e292f198
Removing ctiller as owner
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
1b0168e207
Add BoringSSL tests
7 years ago
David Garcia Quintas
956fe5e089
Added tests, supporting c-ares as well as std resolver.
7 years ago
Matt Kwong
a110c74c58
Update BoringSSL to latest chromium-stable ref
7 years ago
Mehrdad Afshari
1dd7ebec47
Expand shellcheck enforcement to the entire tools/run_tests
7 years ago
Mehrdad Afshari
6322348107
Fix run_worker_ruby.sh to pass shellcheck
7 years ago
Mehrdad Afshari
c2259b61e3
Fix run_worker_python.sh to pass shellcheck
7 years ago
Mehrdad Afshari
89f5502ea2
Fix run_worker_php.sh to pass shellcheck
7 years ago
Mehrdad Afshari
ab8e86bd3a
Fix run_worker_java.sh to pass shellcheck
7 years ago
Mehrdad Afshari
924df3faf4
Fix run_worker_go.sh to pass shellcheck
7 years ago
Mehrdad Afshari
e3564c0a17
Fix run_worker_csharp.sh to pass shellcheck
7 years ago
Mehrdad Afshari
b97d2a5770
Fix run_qps_driver.sh to pass shellcheck
7 years ago
Mehrdad Afshari
b882cb6b83
Fix run_netperf.sh to pass shellcheck
7 years ago
Mehrdad Afshari
55850b7c13
Fix remote_host_prepare.sh to pass shellcheck (with bugfix)
7 years ago
Mehrdad Afshari
56e2384f0e
Fix remote_host_build.sh to pass shellcheck
7 years ago
Mehrdad Afshari
52391111e3
Fix process_remote_perf_flamegraphs.sh to pass shellcheck
7 years ago
Mehrdad Afshari
9e0cecc6e4
Fix process_local_perf_flamegraphs.sh to pass shellcheck
7 years ago
Mehrdad Afshari
df7bc0ae02
Make kill_workers.sh pass shellcheck (with suppressions)
7 years ago
Mehrdad Afshari
ea2b2e2b13
Fix build_performance.sh to pass shellcheck
7 years ago
Mehrdad Afshari
be4ec7e69f
Fix build_performance_php7.sh to pass shellcheck
7 years ago
Mehrdad Afshari
a957ce2906
Fix build_performance_go.sh to pass shellcheck
7 years ago
Mehrdad Afshari
bddfffa7b3
Fix run_android_tests_on_firebase.sh to pass shellcheck
7 years ago
Mehrdad Afshari
b665fb74bf
Fix android_interop_helper.sh to pass shellcheck
7 years ago
Mehrdad Afshari
d761bf6c70
Fix with_rvm.sh to pass shellcheck
7 years ago
Mehrdad Afshari
bf6b0fb74d
Fix with_nvm.sh to pass shellcheck
7 years ago
Ken Payson
1dc0833bed
Don't segfault on header replay
7 years ago
Vijay Pai
ae376bf9d9
Privatize host_port.h; was not used in any wrapped language implementation
7 years ago
Vijay Pai
b6cf123717
Privatize thread-local storage headers
7 years ago