aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end
Commit message (Collapse)AuthorAge
...
* | 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
| |/ /
* | | Merge branch 'master' into server_try_cancel_apiGravatar Sree Kuchibhotla2016-02-01
|\| |
* | | Address code review commentsGravatar Sree Kuchibhotla2016-02-01
| | |
| * | use huffman prefixGravatar yang-g2016-02-01
| | |
* | | Comments and a minor fixGravatar Sree Kuchibhotla2016-01-29
| | |
* | | Use the same completion queue for both client and serverGravatar Sree Kuchibhotla2016-01-29
| | |
* | | Comments and formatGravatar Sree Kuchibhotla2016-01-28
| | |
* | | Sync server end2end and async_end2end testsGravatar Sree Kuchibhotla2016-01-28
|/ /
* | Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfacesGravatar David Garcia Quintas2016-01-27
|\ \
| | * Merge branch 'master' into async_thread_stress_testGravatar Vijay Pai2016-01-27
| | |\ | | |/ | |/|
| * | clang-format codeGravatar Craig Tiller2016-01-27
| | |
| * | Small testing fixesGravatar Craig Tiller2016-01-27
| | | | | | | | | | | | | | | | | | | | | - end2end test deadlines may complete before checking IsCancelled => don't expect it to be false in these cases - add exponential backoff to port_posix - ensure run_tests rebuilds targets with a regex I commonly use
| | * 100->1000Gravatar vjpai2016-01-26
| | |
| | * Make async message match syncGravatar vjpai2016-01-26
| | |
| | * Make TearDown follow typical gtest fixture formatGravatar Vijay Pai2016-01-22
| | |
| | * 100->1000Gravatar Vijay Pai2016-01-22
| | |
| | * Merge async client thread stress test into main thread stress test so as toGravatar Vijay Pai2016-01-22
| | | | | | | | | | | | improve code reuse
| | * Trim some unused code copied from another test.Gravatar Vijay Pai2016-01-21
| | |
| | * Introduce thread stress test using async client. The server is still syncGravatar Vijay Pai2016-01-21
| |/ | | | | | | | | | | | | | | | | for now. This will increase our coverage of concurrent execution cases in C++ since we don't currently have any coverage for multithreaded async execution using a common completion queue. In this test, 100 client threads initiate 1000 RPCs each, then join, and then 100 client threads come along to proces those RPC completion events as they come back.
* | clang-formatGravatar David Garcia Quintas2016-01-20
| |
* | Add tests with a second serviceGravatar yang-g2016-01-15
| |
* | remove outdated apiGravatar yang-g2016-01-15
| |
* | Add a test with two methods genericGravatar yang-g2016-01-15
| |
* | move utilities to a separate fileGravatar yang-g2016-01-15
| |
* | clang-formatGravatar yang-g2016-01-15
| |
* | add generic testGravatar yang-g2016-01-15
| |
* | Merge remote-tracking branch 'upstream/master' into sync_async_mixGravatar yang-g2016-01-15
|\|
* | Add a hybrid end2end test mixing sync and async methodsGravatar yang-g2016-01-14
| |
| * Added back trailing newlinesGravatar David Garcia Quintas2016-01-14
| |
* | working testGravatar yang-g2016-01-14
| |
* | merge with headGravatar yang-g2016-01-14
|\ \
| | * Fix copyrights againGravatar murgatroid992016-01-14
| |/