aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end
Commit message (Collapse)AuthorAge
* Used TYPED_TEST to parametrizeGravatar Vijay Pai2016-03-29
| | | | Include all 4 sync/async client/server combos
* clang-formatGravatar Vijay Pai2016-03-29
|
* Add a concurrent test for sync client, async server caseGravatar Vijay Pai2016-03-29
|
* Fix includesGravatar Craig Tiller2016-03-25
|
* Auto-changesGravatar Craig Tiller2016-03-25
|
* Make a copy of ByteBuffer when writingGravatar yang-g2016-03-21
|
* 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.""
* | Add support for IP Addresses in Subject Alt Names.Gravatar Paul Querna2016-03-14
| |
| * 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 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.
* | Fix ResponseStreamServerCancelAfter test flakeGravatar Sree Kuchibhotla2016-02-29
|/
* SimultaneousReadWritesDone test was not observing the contract on theGravatar Vijay Pai2016-02-25
| | | | | | streaming API. In particular, Finish should not be called until the client is sure that there is no more message to be read (as documented in the comments for ClientStreamingInterface::Finish)
* Discard the read buffer on stream errorGravatar yang-g2016-02-22
|
* Merge pull request #5258 from vjpai/poll_override2Gravatar Craig Tiller2016-02-21
|\ | | | | Avoid a race when overriding default poll function
* | Add a helper to return all the secure typesGravatar yang-g2016-02-19
| |
* | Revert "make an enum"Gravatar yang-g2016-02-19
| | | | | | | | This reverts commit 5152cd29f8541d7600b7ddc3d9db188ad59ea673.
* | make an enumGravatar yang-g2016-02-18
| |
* | Refactor end2end_test. Make the credentials a separate library.Gravatar yang-g2016-02-18
| |
| * Make the poll override function assert on non-zero timeout if invokedGravatar Vijay Pai2016-02-16
| | | | | | | | | | | | from the end2end test thread itself (done by adding a TLS on that thread) Also clang-format
| * Set up poll overridesGravatar Vijay Pai2016-02-16
| |
| * Comment the requirements for changing grpc_poll_function and doGravatar vjpai2016-02-15
| | | | | | | | poll overrides in such a way as to avoid polling races
* | Merge remote-tracking branch 'upstream/master' into inherit_from_grpc_libraryGravatar yang-g2016-02-12
|\|
| * Merge github.com:grpc/grpc into bad_metadataGravatar Craig Tiller2016-02-12
| |\
* | | Provide explicit API for user to set user agent string prefixGravatar yang-g2016-02-10
| |/ |/|
* | Fix sanityGravatar Craig Tiller2016-02-08
| |
* | Modify the test to have large number of threads receiving the RPCs and aGravatar Sree Kuchibhotla2016-02-08
| | | | | | | | | | smaller number of threads sending the RPCs. This increases the likelyhood of race-conditions on receiving threads.
* | Merge pull request #4828 from vjpai/async_thread_stress_testGravatar Craig Tiller2016-02-04
|\ \ | | | | | | Introduce thread stress test for async RPCs
* \ \ Merge pull request #5042 from ctiller/compileGravatar Yang Gao2016-02-04
|\ \ \ | | | | | | | | Fix clang3.7/tsan compile failure
| | * | Give tsan a chanceGravatar Vijay Pai2016-02-04
| | | |
| | * | Merge branch 'master' into async_thread_stress_testGravatar Vijay Pai2016-02-03
| | |\ \ | |_|/ / |/| | |
| | * | clang-formatGravatar Vijay Pai2016-02-03
| | | |
| | | * Properly handle "." in metadataGravatar Craig Tiller2016-02-03
| |_|/ |/| |
| | * Remove the command-line flagsGravatar Vijay Pai2016-02-03
| | |
| | * Fix a typecast...Gravatar Vijay Pai2016-02-03
| | |
| | * Remove some std:: so that grpc:: will be used by default when availableGravatar Vijay Pai2016-02-03
| | |
| | * Generalize namespace for ParseCommandLineFlagsGravatar Vijay Pai2016-02-03
| | |
| | * Refactor to favor composition over inheritanceGravatar Vijay Pai2016-02-03
| | | | | | | | | | | | Also make num_threads and num_rpcs as command-line flags
| * | Fix clang3.7/tsan compile failureGravatar Craig Tiller2016-02-03
| | |
| | * Merge branch 'master' into async_thread_stress_testGravatar Vijay Pai2016-02-03
| | |\
* | | | Run tools/distrib/clang_format_code.shGravatar Sree Kuchibhotla2016-02-03
| | | |
* | | | Merge branch 'master' into server_try_cancel_apiGravatar Sree Kuchibhotla2016-02-03
|\ \ \ \ | | |_|/ | |/| |
| * | | remove duplicate functionsGravatar yang-g2016-02-02
| | | |
| * | | remove the old impl caused by 4921Gravatar yang-g2016-02-02
| |/ /