aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/tests
Commit message (Collapse)AuthorAge
* Merge github.com:grpc/grpc into merge-writeGravatar Craig Tiller2016-09-01
|\
| * Update CQ_EXPECT_COMPLETIONGravatar Yuchen Zeng2016-08-31
| |
| * Merge remote-tracking branch 'upstream/master' into log_testGravatar Yuchen Zeng2016-08-31
| |\
| | * Merge pull request #7858 from markdroth/cq_verifier_file_lineGravatar Craig Tiller2016-08-31
| | |\ | | | | | | | | Change cq_verifier to report file and line number for expectations.
* | | \ Merge branch 'client_crash' of github.com:ctiller/grpc into merge-writeGravatar Craig Tiller2016-08-31
|\ \ \ \ | | |/ / | |/| |
| | * | Add no-logging testGravatar Yuchen Zeng2016-08-30
| | | |
| | | * Fix some more tests that called cq_expect_completion().Gravatar Mark D. Roth2016-08-25
| | | |
| | | * Merge remote-tracking branch 'upstream/master' into cq_verifier_file_lineGravatar Mark D. Roth2016-08-25
| | | |\ | | | |/ | | |/|
| | | * Change cq_verifier to report file and line number for expectations.Gravatar Mark D. Roth2016-08-24
| | | |
* | | | Merge combiner and exec_ctx execution betterGravatar Craig Tiller2016-08-24
| |/ / |/| | | | | | | | | | | | | | | | | 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.
| * | clang-format remove blank linesGravatar Robbie Shade2016-08-23
| | |
| * | Merge branch 'master' into delete_timeout_enumGravatar Robbie Shade2016-08-23
| |\ \ | |/ / |/| |
* | | Fix destroy_call_elem API in test.Gravatar Mark D. Roth2016-08-02
| | |
* | | Merge remote-tracking branch 'upstream/master' into filter_call_init_failureGravatar Mark D. Roth2016-08-02
|\ \ \ | | |/ | |/|
| * | Merge branch 'master' of github.com:grpc/grpc into lr_july_16Gravatar David Garcia Quintas2016-08-01
| |\ \
* | | | Fixed asan failure and some refcounting bugs.Gravatar Mark D. Roth2016-07-27
| | | |
| * | | removed some bits from invalid LR designGravatar David Garcia Quintas2016-07-26
| | | |
* | | | clang-formatGravatar Mark D. Roth2016-07-21
| | | |
* | | | Add test filter right before connected channel filter.Gravatar Mark D. Roth2016-07-19
| | | |
| | | * Merge branch 'master' into delete_timeout_enumGravatar Robbie Shade2016-07-19
| | | |\ | | | |/ | | |/|
* | | | s/MAX_INT/INT_MAX/Gravatar Mark D. Roth2016-07-18
| | | |
* | | | Change priority for adding the filter in the filter_call_init_fails test.Gravatar Mark D. Roth2016-07-15
| | | |
* | | | Merge remote-tracking branch 'upstream/master' into filter_call_init_failureGravatar Mark D. Roth2016-07-15
|\ \ \ \ | | |/ / | |/| |
| | * | Simplified LR filterGravatar David Garcia Quintas2016-07-13
| | | |
| | * | fixed leaks in testGravatar David Garcia Quintas2016-07-12
| | | |
| | * | discount grpc framing bytesGravatar David Garcia Quintas2016-07-11
| | | |
| | * | fixed failures in h2_proxyGravatar David Garcia Quintas2016-07-11
| | | |
| | * | Added new features to load reporting.Gravatar David Garcia Quintas2016-07-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Propagation of (rpc) method name. - Invocation of the hook at (call, channel) x (creation, destruction) - Added enum to identify the source of invocation. - Fixed testing. Went from test fixture to simple test.
| * | | Fix high seqno tests, up runtimes for benchmark tests to flush more bugsGravatar Craig Tiller2016-07-07
| | | |
| * | | Cleanup testGravatar Craig Tiller2016-07-06
| |/ /
* | | Merge branch 'master' into filter_call_init_failureGravatar Mark D. Roth2016-07-01
|\| |
| | * Delete unused TIMEOUT enum in end2end testsGravatar Robbie Shade2016-06-29
| | |
| * | Fix new testGravatar Craig Tiller2016-06-27
| |/
| * Merge pull request #6973 from makdharma/network_status_changeGravatar Jan Tattermusch2016-06-27
| |\ | | | | | | Network status tracking
* | | clang-formatGravatar Mark D. Roth2016-06-23
| | |
* | | Added test for filter whose call initialization fails, and fixed bugsGravatar Mark D. Roth2016-06-23
| | | | | | | | | | | | uncovered by the test.
* | | Change grpc_channel_filter init_call_elem() method to return grpc_error.Gravatar Mark D. Roth2016-06-23
|/ /
| * clang-format fixesGravatar Makarand Dharmapurikar2016-06-22
| |
| * Network status trackingGravatar Makarand Dharmapurikar2016-06-20
| | | | | | | | | | | | | | Recreated the old PR (https://github.com/grpc/grpc/pull/6283) in a new repo since the old repo was destroyed. Removed changes to tcp_posix.c and tpc_windows.c, instead depending on the idempotent endpoint shutdown code from https://github.com/grpc/grpc/pull/6911.
* | Fix copyrightGravatar Craig Tiller2016-06-20
| |
* | Fix errored streams prematurely terminating, add a testGravatar Craig Tiller2016-06-20
|/
* Merge pull request #6958 from ctiller/cpuburnGravatar Jan Tattermusch2016-06-17
|\ | | | | Reduce cost of some heavyweight tests
| * Reduce cost of some heavyweight testsGravatar Craig Tiller2016-06-17
| |
* | Merge branch 'idempotent_endpoint_shutdown' into handshake_timeoutGravatar Craig Tiller2016-06-15
|\|
| * Add format check for gpr_log and gpr_asprintfGravatar Yuchen Zeng2016-06-10
| |
* | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-09
|\|
| * Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bisGravatar David Garcia Quintas2016-06-07
| |\
| * | s/maybe_compression_level.compression_level/maybe_compression_level.levelGravatar David Garcia Quintas2016-06-07
| | |
* | | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-07
|\ \ \ | | |/ | |/|
| * | Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagationGravatar David Garcia Quintas2016-06-06
| |\ \