yang-g
704009a198
Enable check for use-after-dtor
7 years ago
Mark D. Roth
b9f34acfe5
Add test for handshake timeout.
7 years ago
ncteisen
aa3b19741f
Rename tracer_peer to tracer_util
7 years ago
ncteisen
90ffc3a6f7
Add tracer peer to keep set_enabled private()
7 years ago
Juanli Shen
e5d2139e1e
Add client channel stress test
7 years ago
Alexander Polcyn
f51b7e16ee
Fix missing copyright, fix merge conflict in updated BUILD
7 years ago
Alexander Polcyn
3f6b10afba
Use existing read buffer in security handshaker if present
7 years ago
Craig Tiller
348b334f4b
Back-out absl dependency for now
7 years ago
ncteisen
4d9c98b146
split POC into real test
7 years ago
ncteisen
f9d7c278be
Add no-rtti to all of core
7 years ago
ncteisen
e66ad3b3cb
Add GRPC_ABSTRACT_BASE_CLASS
7 years ago
ncteisen
dd34f3caf6
Inline closure
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
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
Jan Tattermusch
b559d860cf
thread_stress_test: default timeout is sufficient
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
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
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
David Garcia Quintas
40b8cbec06
Disable epollex for LB tests while failures are investigated
7 years ago
ncteisen
bbf6ed2f5b
Regenerate projects
7 years ago
ncteisen
0f088538a8
Disable trickle
7 years ago
Justin Burke
9b9a44e4dd
Expose conversion of grpc to tsi cert pairs
7 years ago
Vizerai
ee8eb727ea
update
7 years ago
Vizerai
bb7d088ed2
Cleaning up census code.
7 years ago
Nicolas "Pixel" Noble
863a0500df
Flagging 1.7.0
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
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
Craig Tiller
5f7ec2b019
Exclude stats_test from tsan
7 years ago
Craig Tiller
19b334286b
Turn benchmark failures into test failures
7 years ago
Craig Tiller
48bed5ec63
Fix merge
7 years ago
Craig Tiller
fdfab883c3
Fix merge
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
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
Muxi Yan
f7a97e19cf
build_project
7 years ago
Craig Tiller
6f2b5f0d22
Fix sanity
7 years ago
Vijay Pai
fed13916b0
Move h2_ssl_cert_test out of end2end fixtures, use gtest
7 years ago
Craig Tiller
247b23114d
C++ize PidController
7 years ago
Craig Tiller
50ca35e3e6
Fix test
7 years ago
Craig Tiller
922260656a
C++ize BDP estimator, introduce ManualConstructor
7 years ago
Craig Tiller
3cf8d50d1e
accurate, exhaustive "fast" version of this test
7 years ago
Craig Tiller
c5fb7e5b73
Use a mutex for an exact test
7 years ago
Mark D. Roth
5e9848e7b0
Refactor subchannel_list code out of RR and use it in PF.
7 years ago
Craig Tiller
d48bd078d7
Fixes
7 years ago