58 Commits (d20e8d141bc4b197bf04094e061f902f3ba12cb9)

Author SHA1 Message Date
Craig Tiller d8f3dab96c
[end2end] Binary & fuzzer per test .cc (#33374) 2 years ago
Craig Tiller ea58add8bf
[end2end] Fix fuzzer found memory leak (#33264) 2 years ago
Craig Tiller 4674f2ccf7
[fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
AJ Heller a9afd1cde8
[test] Re-land: Enable EventEngine experiments for Posix end2end tests (#32948) 2 years ago
Craig Tiller 1f0630fd91
[core-test] Ensure grpc is fully shutdown between e2e tests (#32797) 2 years ago
Craig Tiller 724441d85b
[tests] Convert core e2e tests to gtest (#32603) 2 years ago
Craig Tiller 62bb99d163
[e2e] c++-ify core e2e test fixtures (#32550) 2 years ago
Craig Tiller 67f364e23e
[cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2 years ago
Yijie Ma f99b8b5bc4
Convert c-style comments to C++-style comments (#31923) 2 years ago
Esun Kim 32923ac191
Removed no_error_on_hotpath (#31225) 2 years ago
Yash Tibrewal 9796969b0c
Filter content-length metadata (#29295) 3 years ago
Mark D. Roth e8c5c39143
retry: fix bug where we incorrectly replayed a completed send_message op (#29025) 3 years ago
Craig Tiller fe913387da
Remove idempotent/cacheable requests (#28922) 3 years ago
Mark D. Roth c27f8f1505
Fourth attempt: Implement transparent retries (#28943) 3 years ago
Mark D. Roth 3d4433beb2
retry: always free cached send op data (#28956) 3 years ago
Mark D. Roth 9498843a18
Revert "retry: fix memory leak due to not freeing cached send ops upon cancellation (#28945)" (#28954) 3 years ago
Mark D. Roth f48c4f1f4b
retry: fix memory leak due to not freeing cached send ops upon cancellation (#28945) 3 years ago
Mark D. Roth be70a8676c
Revert "Third attempt: Implement transparent retries (#28925)" (#28942) 3 years ago
Mark D. Roth 9e7453409a
Third attempt: Implement transparent retries (#28925) 3 years ago
Mark D. Roth 25aa80966a
retry: fix memory leak if call is unreffed without starting recv_trailing_metadata (#28913) 3 years ago
Mark D. Roth 23da14c1a7
Revert "Revert "Revert "Implement transparent retries (#28548)" (#28888)" (#28890)" (#28909) 3 years ago
Mark D. Roth 9f90e6d906
Revert "Revert "Implement transparent retries (#28548)" (#28888)" (#28890) 3 years ago
Mark D. Roth 35708ff6b4
Revert "Implement transparent retries (#28548)" (#28888) 3 years ago
Ashitha Santhosh 1fee3d72be
remove SDK term from gRPC authz (#28843) 3 years ago
Mark D. Roth 7f8f3dc001
Implement transparent retries (#28548) 3 years ago
Mark D. Roth 2c4ae04e06
retry: fix memory leak caused by incorrectly replaying recv_message ops (#28718) 3 years ago
Craig Tiller 264c321d83
Move compression related metadata to the new system (#28223) 3 years ago
Craig Tiller 98cf516874
Remove old backwards compatibility cronet compression workaround code (#27701) 3 years ago
Mark D. Roth d0cbf169bc
Fix retry code to hold refs to send_initial_metadata slices (#27205) 3 years ago
Ashitha Santhosh 1ff1f8fd83
SDK authorization filter. (#26468) 3 years ago
Mark D. Roth c9149526a6
fix retry handling of callbacks for pending batches (#26803) 3 years ago
Mark D. Roth d19802d42c
fix retry cancellation when a batch fails on call attempt (#26789) 3 years ago
Mark D. Roth 1f8aaf0e6a
fix handling of retry perAttemptRecvTimeout exceeded on last attempt (#26737) 3 years ago
Mark D. Roth 7172b00a96
Add perAttemptRecvTimeout to retryPolicy (#26540) 3 years ago
Mark D. Roth 62bfefae17
fix retry code to properly propagate recv_trailing_metadata_ready error (#26485) 4 years ago
Mark D. Roth 1e2f19b286
fix retry code to handle failed send ops (#26418) 4 years ago
Mark D. Roth 6a014496b7
add test for exceeding retry buffer size during backoff delay (#26384) 4 years ago
Mark D. Roth d017ce5f25
Cancel retry timer on call cancellation (#25890) 4 years ago
Mark D. Roth 21e25a03d0
Don't retry when LB policy drops the call (#25846) 4 years ago
yang-g c1df3bcbcf Do not crash if server filter fails at ChannelData::Init 4 years ago
Yash Tibrewal 4331328fc2 Don't consider receiving non-OK status as an error for HTTP2 4 years ago
Yash Tibrewal 2723a1bae6 Add a new type of error, GRPC_ERROR_EOS for failing writes when end of stream has been received 5 years ago
Yash Tibrewal 2cdab491a3 Cleanup 5 years ago
Yash Tibrewal c6fa7eefb9 testing with locks in ws 5 years ago
Prashant Jaikumar 1ac1ab7396 Flaky network test enhancements and cleanups 6 years ago
Mark D. Roth a04b0646de Don't use a separate call context for subchannel calls. 6 years ago
Prashant Jaikumar 95965f71d3 Remove network_status_tracker 6 years ago
Juanli Shen f5f1d57d7a Add load reporting filter 7 years ago
ncteisen b8a52e0cf3 Add new end2end test for channelz 7 years ago
ncteisen a94896ffea Add no_error_on_hotpath test 7 years ago