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
Craig Tiller
e5b11c26af
Fix sanity
7 years ago
Craig Tiller
77013000e7
Working benchmark parallelization
7 years ago
Matt Kwong
b95aa40ede
Add setup scripts for performance worker in Kokoro
7 years ago
Craig Tiller
48bed5ec63
Fix merge
7 years ago
Craig Tiller
fdfab883c3
Fix merge
7 years ago
ncteisen
3ea4e5158a
Add copyright and usage
7 years ago
ncteisen
58b2d85a21
Checking in tools
7 years ago
Muxi Yan
7e006735da
generate_projects.sh
7 years ago
Craig Tiller
2ac2d393eb
Tune benchmark for epollexclusive
7 years ago
Jan Tattermusch
3d1b6c1035
explain retries and jobset.max_time setting
7 years ago
Jan Tattermusch
376dc34d78
adjust number of retries
7 years ago
Craig Tiller
742ca09819
Generated code
7 years ago
Craig Tiller
4079520eaa
Fix scenario_config:
...
- don't force all scenarios to be run on only one machine
- allow client count to scale as # of clients configured
7 years ago
Craig Tiller
e544ff0ff8
Revert bad fix
7 years ago
Vijay Pai
58f38f5435
Use non-polling on appropriate tests to reduce use of polling engines
7 years ago
Craig Tiller
3273648a87
flow control fixes
7 years ago
Adele Zhou
c9b945d23f
Turn on allow_flakes
7 years ago
Yuchen Zeng
4581816115
Add cpp_protobuf_async_unary_75Kqps_600channel_60Krpcs_300Breq_50Bresp
7 years ago
Mehrdad Afshari
451c02b8bf
Fix FreeBSD Ruby and Python build
7 years ago
Frank Groeneveld
fbf8128da8
Add OpenBSD support
7 years ago
Ken Payson
9714e0376a
Add thread pool reset on fork with FORKING_SUPPORT_ENABLED
7 years ago
Craig Tiller
7befe5d8e5
Add counters
7 years ago
Craig Tiller
fa7ae246ca
Add call combiner stats
7 years ago
Craig Tiller
cec780ed04
Fix sanity
7 years ago
Craig Tiller
4e95766631
Fix sanity
7 years ago
Vijay Pai
4f0cd0e82c
Add flow control to inproc transport so send needs a matching recv; fix
...
some tests that assumed some sends could always go out
7 years ago
Adele Zhou
091c3ebba8
Add suite name, client lang, server name to shortname for displaying on Sponge and being able to use upload_interop_results_to_bq func
7 years ago
Adele Zhou
1dcc10359c
Make cloud_to_prod test shortname format consistent with cloud_to_cloud
7 years ago
Adele Zhou
10ab806d28
record results to bq
7 years ago
Vijay Pai
1ba537069c
Sanity check that tests declared non-polling actually don't poll
7 years ago
Craig Tiller
f4db2ea2a2
Fix sanity
7 years ago
Craig Tiller
6f2b5f0d22
Fix sanity
7 years ago