josh
bd42ca1110
Adding check_bazel_workspace.py to perform a sanity check that the external repo dependencies expressed via git submodules and those expressed as Bazel WORKSPACE rules agree exactly.
7 years ago
Yash Tibrewal
cd987a0b2f
Adding public_headers_must_be_c89 as a clang exception
7 years ago
Jan Tattermusch
e9874c950b
shard windows basictests on master
7 years ago
Jan Tattermusch
4160ec4dc0
simplify create windows debug worker script
7 years ago
Jan Tattermusch
2152b6c368
script for creating windows debug worker
7 years ago
David Garcia Quintas
69f3767a3e
Many improvements to detect flakes script
7 years ago
Alexander Polcyn
9f5163eb85
Bump v1.7.x branch to 1.7.2
7 years ago
David Garcia Quintas
4b6f3b8c4f
Re-enabled all polling engines for LB tests
7 years ago
Yash Tibrewal
d89c202dca
solve benchmark issue
7 years ago
Yash Tibrewal
77532036b6
BUILD changes. test languauge to C++
7 years ago
Matt Kwong
3133ebe765
Update brew before using it
7 years ago
Yuchen Zeng
0bad30a244
Use backup pollser instead of connectivity watcher
7 years ago
Yuchen Zeng
f8ed4fa7f4
convert connectivity_watcher to cpp file
7 years ago
Yuchen Zeng
7269667f9e
Add client channel connectivity watcher
7 years ago
Jan Tattermusch
b559d860cf
thread_stress_test: default timeout is sufficient
7 years ago
Jan Tattermusch
eaf2bf569f
use reasonable multiplier values
7 years ago
Ken Payson
667aa2b990
Add call size bm_diff
7 years ago
Alexander Polcyn
40ba62f2a2
Bump v1.7.x branch to 1.7.1
7 years ago
Yash Tibrewal
1cf9992ce2
Removing a few build.yaml errors
7 years ago
Jan Tattermusch
f568c0a07e
use GCR mirror for pulling images
7 years ago
Jan Tattermusch
69bd8f2d5d
print timing for docker pull
7 years ago
Jan Tattermusch
a5113563df
limit concurrent jobs for build_only on linux
7 years ago
Yash Tibrewal
af922468dd
ssl_credentials_tests C++ized
7 years ago
Yash Tibrewal
34a57d0346
rename all test core files to cc and a lot of C++ style conversions
7 years ago
Matt Kwong
c91983d456
Fix brew install issue; enable MacOS test filtering
7 years ago
Matt Kwong
e18928a029
Use Ruby 2.3 for Brew
7 years ago
murgatroid99
38007753b0
Remove src/node and references to it
...
This removes all of the node code and tests from the repo, along with the
scripts for running Node unit tests, performance tests, and artifact builds.
The scripts for running tests from the grpc-node repository are untouched.
7 years ago
Matt Kwong
01f0733618
Increase sanity build timeout
7 years ago
David Garcia Quintas
40b8cbec06
Disable epollex for LB tests while failures are investigated
7 years ago
ncteisen
4c9fa854f6
Add debugging prints
7 years ago
ncteisen
bbf6ed2f5b
Regenerate projects
7 years ago
ncteisen
6bf4bcef04
Fix bm_diff
7 years ago
Justin Burke
9b9a44e4dd
Expose conversion of grpc to tsi cert pairs
7 years ago
Vizerai
bb7d088ed2
Cleaning up census code.
7 years ago
Nicolas "Pixel" Noble
863a0500df
Flagging 1.7.0
7 years ago
Adele Zhou
0c4e14f0d4
Do not reuse job_specs now that we incorporate release info in the shortname
7 years ago
Matt Kwong
31738815d7
Fix brew install issue; enable MacOS test filtering
7 years ago
Vijay Pai
088112fea1
Create inproc version of QPS test and add a few simple tests of this to standard testing suite.
7 years ago
Adele Zhou
39cfd8d77a
update readme
7 years ago
Adele Zhou
1751af1743
Add newer versions
7 years ago
Yash Tibrewal
0ee7574732
Removing instances of exec_ctx being passed around in functions in
...
src/core. exec_ctx is now a thread_local pointer of type ExecCtx instead of
grpc_exec_ctx which is initialized whenever ExecCtx is instantiated. ExecCtx
also keeps track of the previous exec_ctx so that nesting of exec_ctx is
allowed. This means that there is only one exec_ctx being used at any
time. Also, grpc_exec_ctx_finish is called in the destructor of the
object, and the previous exec_ctx is restored to avoid breaking current
functionality. The code still explicitly calls grpc_exec_ctx_finish
because removing all such instances causes the code to break.
7 years ago
Alexander Polcyn
5b76eb9824
Use prebuilt ruby artifact docker image from dockerhub
7 years ago
Yash Tibrewal
af6bb8515f
Disabling large_metadata_bad_client_test as per #11745
7 years ago
Craig Tiller
5f7ec2b019
Exclude stats_test from tsan
7 years ago
Craig Tiller
be6141dc91
Fix merge
7 years ago
ncteisen
1f062ad9ec
Standardize shortname
7 years ago
murgatroid99
fbc182e125
Switch Node interop tests to use grpc-node repo
7 years ago
Jan Tattermusch
1bbf36d817
point custom report to kokoro2
7 years ago
ncteisen
d392c7d8d1
Remove full benchmark run since we split it out now
7 years ago
Craig Tiller
19b334286b
Turn benchmark failures into test failures
7 years ago