aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
Commit message (Collapse)AuthorAge
* Merge pull request #4775 from dgquintas/sync-async-plus-interfacesGravatar Craig Tiller2016-01-28
|\ | | | | Support mixing sync and async method in the same service + Separation of core from proto compiler output
* | Testing scenarios for various performance characteristicsGravatar Vijay Pai2016-01-28
| |
| * sanity fixesGravatar David Garcia Quintas2016-01-27
| |
| * Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfacesGravatar David Garcia Quintas2016-01-27
| |\ | |/ |/|
| * copyrightsGravatar David Garcia Quintas2016-01-27
| |
* | Merge pull request #4918 from vjpai/dynamic_sizing2Gravatar Yang Gao2016-01-27
|\ \ | | | | | | Allow dynamic sizing of async test thread pools (to core count) and number of client workers
* | | clang-format codeGravatar Craig Tiller2016-01-27
| | |
| * | clang-formatGravatar Vijay Pai2016-01-27
| | |
* | | Merge github.com:grpc/grpc into fix-c++Gravatar Craig Tiller2016-01-27
|\ \ \
| | * \ Merge branch 'generic_qps' into dynamic_sizing2Gravatar Vijay Pai2016-01-27
| | |\ \ | | |/ / | |/| |
| * | | Merge branch 'master' into generic_qpsGravatar Vijay Pai2016-01-27
| |\ \ \
| | | * | Don't log newlinesGravatar Vijay Pai2016-01-27
| | | | |
| | | * | CopyrightGravatar Vijay Pai2016-01-27
| | | | |
| | | * | Also dynamic sizing for num_clients on performance testsGravatar Vijay Pai2016-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
| | | * | Allow dynamic sizing of async client and server thread poolsGravatar Vijay Pai2016-01-27
| | |/ / | |/| |
| * | | Sanity checks and asan fixGravatar vjpai2016-01-27
| | | |
| | * | Sanity failures (copyright, clang-format)Gravatar vjpai2016-01-27
| | | |
| | * | clang-formatGravatar vjpai2016-01-26
| | | |
| | * | Fix copyrightGravatar vjpai2016-01-26
| | | |
| | * | No need to put \n at end of a log messageGravatar vjpai2016-01-26
| | | |
| * | | Actually create async generic serverGravatar vjpai2016-01-26
| | | |
| | * | Properly state client nameGravatar Vijay Pai2016-01-26
| | | |
| | * | Improve logging for testGravatar Vijay Pai2016-01-26
| |/ /
| * | clang-formatGravatar Vijay Pai2016-01-26
| | |
| * | localhost -> wildcard addressGravatar Vijay Pai2016-01-26
|/ /
| * pre sync_stream.cc creation. Does not compileGravatar David Garcia Quintas2016-01-25
| |
| * Further work. Compiles. WIPGravatar David Garcia Quintas2016-01-25
| |
| * Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfacesGravatar David Garcia Quintas2016-01-21
| |\ | |/ |/|
| * fixed copyrightsGravatar David Garcia Quintas2016-01-21
| |
| * Made "codedgen" directories closed over #includesGravatar David Garcia Quintas2016-01-21
| |
| * clang-formatGravatar David Garcia Quintas2016-01-20
| |
| * updated copyrightsGravatar David Garcia Quintas2016-01-20
| |
| * Merge branch 'proto_interfaces' into yang-g-sync_async_mixGravatar David Garcia Quintas2016-01-19
| |\
| * \ Merge branch 'sync_async_mix' of https://github.com/yang-g/grpc into ↵Gravatar David Garcia Quintas2016-01-19
| |\ \ | | | | | | | | | | | | yang-g-sync_async_mix
* | | | Copyright fixes for sanityGravatar vjpai2016-01-19
| | | |
* | | | Dealt with a nitGravatar vjpai2016-01-19
| | | |
| | | * regenerated projectsGravatar David Garcia Quintas2016-01-19
| | |/ | |/|
* / | Re-enable explicit specification of server port for qps worker. AlsoGravatar Vijay Pai2016-01-19
|/ / | | | | | | add in a check that we don't try to use generic testing for sync or unary.
* | Fix asan error caused by mismatch in alloc/dealloc between new[] andGravatar vjpai2016-01-18
| | | | | | | | regular delete...
| * Add tests with a second serviceGravatar yang-g2016-01-15
| |
| * Merge remote-tracking branch 'upstream/master' into sync_async_mixGravatar 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
| |
* | Updated copyrights...Gravatar David Garcia Quintas2016-01-15
| |
* | Merge branch 'master' of github.com:grpc/grpc into check_newlinesGravatar David Garcia Quintas2016-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
| | |\ | | |/ | |/|