aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
* Merge pull request #5652 from grpc/revert-5599-revert-5572-srv_ctxGravatar Jan Tattermusch2016-03-15
|\ | | | | Revert "Revert "Properly integrate async API with server-side cancellations.""
* \ Merge pull request #5750 from sreecha/gpr_thd_testGravatar Jan Tattermusch2016-03-15
|\ \ | | | | | | Reduce the number of threads so that this test works on x86 systems
| * | Fix copyrightGravatar Sree Kuchibhotla2016-03-14
| | |
* | | Improve looks_like_ip_address for IPv6 addresses, and add testsGravatar Paul Querna2016-03-14
| | |
* | | Add support for IP Addresses in Subject Alt Names.Gravatar Paul Querna2016-03-14
| | |
| * | Minor code cleanupGravatar Sree Kuchibhotla2016-03-14
| | |
| * | Reduce the number of threads so that this test works on x86 systemsGravatar Sree Kuchibhotla2016-03-14
|/ /
* | Merge pull request #5731 from ctiller/huh_omgGravatar Jan Tattermusch2016-03-14
|\ \ | | | | | | Fix some race conditions
* \ \ Merge pull request #5580 from daniel-j-born/test_credsGravatar Dan Born2016-03-14
|\ \ \ | | | | | | | | Allow use of alternative credential types.
| | | * Merge branch 'master' into revert-5599-revert-5572-srv_ctxGravatar vjpai2016-03-14
| | | |\ | |_|_|/ |/| | |
* | | | Merge pull request #5444 from vjpai/debug_qps_streamGravatar Jan Tattermusch2016-03-14
|\ \ \ \ | | | | | | | | | | Make performance benchmarking code more canonical in structure
| | | * | Fix copyrightGravatar Craig Tiller2016-03-11
| | | | |
| | | * | If we cant check timers due to contention, at least make sure we do a follow ↵Gravatar Craig Tiller2016-03-11
| | | | | | | | | | | | | | | | | | | | up check soon
| | | * | Merge branch 'huh_omg' of github.com:ctiller/grpc into huh_omgGravatar Craig Tiller2016-03-11
| | | |\ \
| | | | * | Expand lockGravatar Craig Tiller2016-03-11
| | | | | |
| | | * | | Fix castGravatar Craig Tiller2016-03-11
| | | |/ /
| | | * | Extend timeoutGravatar Craig Tiller2016-03-11
| | | | |
| | | * | Fail fasterGravatar Craig Tiller2016-03-11
| | | | |
| | | * | Add contributed testGravatar Craig Tiller2016-03-11
| |_|/ / |/| | |
* | | | Add retry for dns resolutionGravatar Craig Tiller2016-03-11
| | | |
* | | | Add failing testGravatar Craig Tiller2016-03-11
| | | |
| * | | Merge branch 'master' into debug_qps_streamGravatar vjpai2016-03-10
| |\ \ \ | |/ / / |/| | |
* | | | Copyright, casting fixesGravatar Craig Tiller2016-03-09
| | | |
* | | | clang-formatGravatar Craig Tiller2016-03-09
| | | |
* | | | Add an additional testGravatar Craig Tiller2016-03-09
| | | |
* | | | Fix timersGravatar Craig Tiller2016-03-08
| | | |
* | | | Fix formattingGravatar Craig Tiller2016-03-07
| | | |
* | | | Disable profiling in qps_worker for nowGravatar Craig Tiller2016-03-07
| | | |
| | | * Revert "Revert "Properly integrate async API with server-side cancellations.""Gravatar Sree Kuchibhotla2016-03-07
| |_|/ |/| |
* | | Revert "Properly integrate async API with server-side cancellations."Gravatar Sree Kuchibhotla2016-03-04
| | |
| | * clang reformat.Gravatar Dan Born2016-03-03
| | |
| | * Allow use of alternative credential types.Gravatar Dan Born2016-03-03
| | |
* | | Better comments.Gravatar Vijay Pai2016-03-03
| | |
* | | clang-formatGravatar Vijay Pai2016-03-03
| | |
* | | Properly integrate async API with server-side cancellations.Gravatar Vijay Pai2016-03-03
| |/ |/| | | | | There is a comment above IsCancelled that says when it is ok to use this.
| * Merge branch 'master' into debug_qps_streamGravatar vjpai2016-03-03
| |\ | |/ |/|
* | Always ref writable streamsGravatar Craig Tiller2016-03-02
| | | | | | | | | | | | | | | | We suffered a bug whereby doing a follow-up write to another write could resurrect a deleted stream, causing all sorts of crash. Fix: when a stream becomes writable (vs when we start writing) take a ref on the stream, and only relinquish it once we're done writing.
* | Revert "Update reconnect_interop_server.cc"Gravatar Craig Tiller2016-03-02
| |
* | Revert "Update reconnect_interop_client.cc"Gravatar Craig Tiller2016-03-02
| |
* | Merge pull request #5539 from grpc/makdharma-commentGravatar Yang Gao2016-03-02
|\ \ | | | | | | Update reconnect_interop_server.cc
| * | Update reconnect_interop_server.ccGravatar makdharma2016-03-02
| | |
* | | Update reconnect_interop_client.ccGravatar makdharma2016-03-02
|/ /
* | Merge pull request #5523 from vjpai/e2e_stcGravatar Yang Gao2016-03-02
|\ \ | | | | | | Fix ServerTryCancel in end2end tests
| * | ServerTryCancel was not actually respecting the API since itGravatar Vijay Pai2016-03-01
| | | | | | | | | | | | | | | could be an arbitrary amount of time between when the cancel is tried and actually observable.
* | | Merge pull request #5493 from sreecha/server_try_cancel_testGravatar Yang Gao2016-03-01
|\ \ \ | | | | | | | | Fix flaky test: End2endServerTryCancelTest.ResponseStreamServerCancelAfter
| * | | Fix clang format issueGravatar Sree Kuchibhotla2016-03-01
| | | |
* | | | Merge pull request #5495 from ctiller/grumpfGravatar Vijay Pai2016-02-29
|\ \ \ \ | | | | | | | | | | clang-format sanity fix
* | | | | Remove broken testGravatar Craig Tiller2016-02-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This test is inherently flaky and I don't see any way to make it not so. Historically this test has not (in my memory) given any signal that something is actually broken. Let's save maintenance and just nuke it.
| * | | | clang-formatGravatar Craig Tiller2016-02-29
|/ / / /
| * / / Fix ResponseStreamServerCancelAfter test flakeGravatar Sree Kuchibhotla2016-02-29
|/ / /