Craig Tiller
69a1f66005
Complete integration test for buffer pools
9 years ago
Craig Tiller
bb1d72d570
Better debugging
9 years ago
Craig Tiller
ef6b97659e
Add tracing, fix some transport bugs wrt buffer_pools
9 years ago
Craig Tiller
82509936ae
Stub out end2end tests
9 years ago
murgatroid99
dedb923b6e
Clang format
9 years ago
Michael Lumish
77c6ccef18
Updated changes for Windows, removed unistd.h from test files
9 years ago
Craig Tiller
af76e6523a
Fixes
9 years ago
Craig Tiller
012372f044
Cleanup test, check fail fast or not
9 years ago
Vincent van Dam
4e9a404456
Add connection refused test
9 years ago
Craig Tiller
d1253a3ae4
Tests pass with buffer pools plumbed in
9 years ago
Craig Tiller
30ff60ec36
Tests compile
9 years ago
murgatroid99
7871f736ce
Remove sockaddr type structs and socklen_t from internal core APIs, update POSIX tests
9 years ago
Craig Tiller
76b3e26d93
Add fuzzer detected failure
9 years ago
Craig Tiller
3f665f5fef
Add fuzzer detected failure
9 years ago
Sree Kuchibhotla
aabada97a1
One RPCMgr instance per CQ
9 years ago
Muxi Yan
6d68645162
Update unit tests and fixtures with AUTHORITY_HEADER support option
9 years ago
Mark D. Roth
8ce02afd0b
Fix portability problem.
9 years ago
Mark D. Roth
cf218fb748
Fix tsan failure in no_logging test.
9 years ago
Mark D. Roth
0e256107e8
Code review changes.
9 years ago
Mark D. Roth
f28763c68c
Pass deadline into filters via grpc_call_element_args, so that we can
...
start the timer before the first op is sent down.
9 years ago
David Garcia Quintas
98d5f5cb3f
Renamed grpc-census-bin to grpc-stats-bin
9 years ago
Mark D. Roth
2137cd8e9b
Rename client_config directory to client_channel.
9 years ago
Craig Tiller
fc2636d7a6
Fix resource leak
9 years ago
Mark D. Roth
cd5f7ede27
Fix bug from previous commit.
9 years ago
Mark D. Roth
9717e5fe93
Fix test broken by merge.
9 years ago
Mark D. Roth
a587b41369
Update some tests.
9 years ago
Mark D. Roth
0209f675c4
Fix HTTP proxy code to avoid having multiple outstanding writes.
9 years ago
Mark D. Roth
f168234310
Initialize is_balancer field in various tests.
9 years ago
Mark D. Roth
39b5871d7b
Use http_proxy environment variable instead of URI query param.
9 years ago
Craig Tiller
ecb12511ed
Fix fuzzing detected failure
9 years ago
Mark D. Roth
b3a4f906af
Fix a couple of tests.
9 years ago
Makarand Dharmapurikar
7c29c57a60
Fixed compile error introduced after merge
9 years ago
Craig Tiller
02b87cdacb
Small fixes
9 years ago
Craig Tiller
cd6add3022
Spam cleanup
9 years ago
Makarand Dharmapurikar
57bdc96aa9
clang-format fix
9 years ago
Yuchen Zeng
5c51aadf57
Update CQ_EXPECT_COMPLETION
9 years ago
Mark D. Roth
ed4605b71c
Change error messages to include actual values and limits.
9 years ago
Craig Tiller
b85448407e
Fuzzer found crash
9 years ago
Yuchen Zeng
916079de1b
Add no-logging test
9 years ago
Makarand Dharmapurikar
1251ae2e9c
disable cacheability assert for proxy
...
Disable the check for GET request if we're running behind a proxy.
9 years ago
murgatroid99
b61fd86985
Also fix minor error in end2end gen_build_yaml script
9 years ago
Makarand Dharmapurikar
f1e079377b
test that cacheable flag is set
9 years ago
Makarand Dharmapurikar
015180a8f4
end-to-end test for cacheable requests.
9 years ago
Mark D. Roth
661408c4d1
clang-format
9 years ago
Mark D. Roth
7f9bba8ce1
Fix some more tests that called cq_expect_completion().
9 years ago
Craig Tiller
24096ce7be
Support >16kib frame sizes in core
9 years ago
Makdharma
178f4bc24d
prep work for enabling caching
...
Added new header grpc-payload-bin
Added new channel arg for setting max payload size
Ability to create a GET request in client filter
Ability to parse the payload from header in server filter.
9 years ago
Mark D. Roth
7187ab9866
Change cq_verifier to report file and line number for expectations.
9 years ago
Craig Tiller
dfd3a8f7a5
Merge combiner and exec_ctx execution better
...
Allows exec_ctx callbacks to be called while a combiner is executing.
Also allows guaranteeing direct execution of callbacks from combiners,
which should allow reducing cpu burn for up/down stack interactions in
the future.
9 years ago
Mark D. Roth
af00d8bfb2
Add channel arg for max send message size and add message size filter.
9 years ago