Juanli Shen
cbdb5174ca
Remove duplicate message member in test
7 years ago
Craig Tiller
8c96701cf5
Ensure that we respect requested channel args in all cases
7 years ago
yang-g
83085aa74f
Add a microbm, seeing 195ns with current impl and 162ns with new impl
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
25b037fe9d
Fix benchmark crash
7 years ago
Craig Tiller
f83b6ce151
Fix compilation
7 years ago
yang-g
c010d1d18a
Update benchmark according to new encoding method
7 years ago
yang-g
c94c7cc5b5
restore existing fixtures
7 years ago
yang-g
377636f4d2
Make hpack micro bm more representative
7 years ago
Alexander Polcyn
7a57b0c4a1
explicitly recycle every port after every test run
7 years ago
Craig Tiller
3273648a87
flow control fixes
7 years ago
Craig Tiller
2145d2cee4
clang-format
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
Craig Tiller
4048569477
Fix compilation
7 years ago
Craig Tiller
99fafa17a3
Fix compilation
7 years ago
Vijay Pai
07165cbaf2
Only put server to sleep when explicitly requested
7 years ago
Vijay Pai
a6294056c8
Run ProxyEnd2End tests (without proxy) for inproc transport
7 years ago
Vijay Pai
9f10a587a9
Make short deadlines actually expire
7 years ago
Jan Tattermusch
779ae6f8b7
cap json_run_localhost to 10 mins under sanitizers
7 years ago
Craig Tiller
c18ad11837
Wait until all clients connected before starting streams
7 years ago
Craig Tiller
f6cd77c48d
Stability fixes
7 years ago
Vijay Pai
156e8bf617
Make sure to accept expected tags exactly once
7 years ago
Vijay Pai
f063f7951f
Add some const that is now allowed
7 years ago
Vijay Pai
541974a709
Eliminate magic #s, follow API
7 years ago
Vijay Pai
c4afc644f7
Reduce # of message sizes used in each scenario
7 years ago
Jan Tattermusch
768c894519
reduce timeout for json_run_localhost
7 years ago
yang-g
53a64b9936
Properly clean up stress test clients
7 years ago
Yuchen Zeng
5dd2f48e24
Fix windows build
7 years ago
Yuchen Zeng
b5eaf7734c
gRPC CLI batch mode
7 years ago
yang-g
3c00328b62
Add a simple test
7 years ago
Alexander Polcyn
9e3a76ba71
Add c-ares resolver tests against GCE DNS, using the unit test.
7 years ago
Juanli Shen
fe40815682
Readd grpclb fallback
7 years ago
Craig Tiller
710334577c
Fix sanity
7 years ago
Vijay Pai
2046d0b3c5
Add unary call mode to GenericStub to allow generic RPC with 1 CQ trip
7 years ago
Craig Tiller
f7225eb5f6
Fix some stalling in bm_fullstack_trickle, also switch to synthetic time
7 years ago
Vijay Pai
efce6e1e50
Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer""
7 years ago
Craig Tiller
ff58b27696
Make generic_test tolerant of encoding
7 years ago
Craig Tiller
1a8f1e831d
Make alarm_test tolerant of threading
7 years ago
Craig Tiller
c1f288dedb
Bug fixes, remove async e2e dependence on flow control size
7 years ago
Yuchen Zeng
46c821fe81
Remove extra record_to_resolve
7 years ago
Yuchen Zeng
79c12b9dc0
Drain readable fd
7 years ago
Craig Tiller
d0ceb377a4
clang-format
7 years ago
Craig Tiller
4aa2331958
Fix compile
7 years ago
Vijay Pai
43b55221e4
Cancel outstanding streams when shutting down the client
7 years ago
Craig Tiller
350a4239fe
Fix compile error
7 years ago
David Garcia Quintas
588e36a3e3
Get rid of magic numbers
7 years ago
David Garcia Quintas
7d764673ef
Backends must be up before some grpclb tests start.
7 years ago
Vijay Pai
4b047a3bff
Construction of streams shouldn't require triggering async ops
7 years ago
Alexander Polcyn
27bf05d003
Add tests for c-ares wrapper using a local DNS server.
7 years ago