aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
Commit message (Collapse)AuthorAge
* Merge github.com:grpc/grpc into fix-proto-dockerGravatar Craig Tiller2016-02-18
|\
| * clang formatGravatar David Garcia Quintas2016-02-17
| |
| * Fixed refactoring of grpc_arg pointer vtableGravatar David Garcia Quintas2016-02-17
| |
| * Merge pull request #5186 from yang-g/inherit_from_grpc_libraryGravatar Sree Kuchibhotla2016-02-17
| |\ | | | | | | Provide explicit API for user to set user agent string prefix
| * | Document variable namesGravatar Vijay Pai2016-02-17
| | |
| * | Use more variables for better explanationsGravatar Vijay Pai2016-02-17
| | |
| * | Use three different load-factors and document load-factor variableGravatar Vijay Pai2016-02-17
| | |
| * | Merge branch 'master' into loadedGravatar Vijay Pai2016-02-16
| |\ \
| | * | Fix the timeoutGravatar Vijay Pai2016-02-13
| | | |
| | * | use timeouts with proper fixture multipliers rather than raw,Gravatar Vijay Pai2016-02-13
| | | | | | | | | | | | | | | | | | | | since tsan slows things down a lot and may complicate issues such as shutdown.
| | * | Merge branch 'master' into alarm_openloopGravatar Vijay Pai2016-02-12
| | |\ \
| * | | | Add 70% load scenario for testing with open-loopGravatar Vijay Pai2016-02-12
| | | | |
| * | | | Merge branch 'alarm_openloop' into loadedGravatar Vijay Pai2016-02-12
| |\| | | | | |/ / | |/| |
| | * | clang-formatGravatar Vijay Pai2016-02-12
| | | |
| | * | Attack of the const police.Gravatar vjpai2016-02-12
| | | | | | | | | | | | | | | | I also added some unrequested const's
| | | * 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
| |\ \ \
* | | | | Revert "Revert "Proto API for LB request/responses""Gravatar Craig Tiller2016-02-11
| |/ / / |/| | |
* | | | Revert "Proto API for LB request/responses"Gravatar Craig Tiller2016-02-11
| | | |
* | | | Merge pull request #4038 from dgquintas/grpclb_apiGravatar Craig Tiller2016-02-11
|\ \ \ \ | | | | | | | | | | Proto API for LB request/responses
| | | * | Cleanup to make it work with clang buildGravatar Vijay Pai2016-02-11
| | | | |
| | | * | Sanity (clang-format and copyright)Gravatar Vijay Pai2016-02-11
| | | | |
| | | * | Simplify and properly implement openloop testing.Gravatar Vijay Pai2016-02-11
| | | | | | | | | | | | | | | | | | | | Revive it in tests as well
| | | * | Merge branch 'alarm_mods' into alarm_openloopGravatar Vijay Pai2016-02-11
| | | |\ \ | |_|_|/ / |/| | | |
* | | | | init testGravatar vjpai2016-02-11
| | | | |
* | | | | tag fed in by user should be any arbitrary tag, not a CompletionQueueTagGravatar vjpai2016-02-10
| | | | | | | | | | | | | | | | | | | | type
* | | | | Make C++ alarm class usable and testable - there were some build issues andGravatar vjpai2016-02-10
| | | | | | | | | | | | | | | | | | | | it was not actually even included in the library or the test suite.
| | | * | Fix random number generators and improve code style (stop usingGravatar Vijay Pai2016-02-10
| |_|/ / |/| | | | | | | | | | | operator overloads)
| | | * Fix copyrightGravatar yang-g2016-02-10
| | | |
| | | * Provide explicit API for user to set user agent string prefixGravatar yang-g2016-02-10
| |_|/ |/| |
| * | Merge branch 'master' of github.com:grpc/grpc into grpclb_apiGravatar David Garcia Quintas2016-02-08
| |\ \ | |/ / |/| |
* | | 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.
* | | Clang format and fix copyrightsGravatar murgatroid992016-02-05
| | |
* | | Replace 'long' with 'int64_t' in public core headersGravatar murgatroid992016-02-05
| | |
* | | Merge pull request #5008 from vjpai/worker_quitGravatar Michael Lumish2016-02-04
|\ \ \ | | | | | | | | Provide an RPC to quit the performance benchmarking workers
* \ \ \ Merge pull request #5013 from a-veitch/tag_set_to_contextGravatar Bogdan Drutu2016-02-04
|\ \ \ \ | | | | | | | | | | Change all instances of census_tag_set to census_context
| | * \ \ Merge branch 'master' into worker_quitGravatar vjpai2016-02-04
| | |\ \ \ | |_|/ / / |/| | | |
* | | | | 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
| | | | | |
* | | | | | Merge pull request #4958 from sreecha/server_try_cancel_apiGravatar Yang Gao2016-02-03
|\ \ \ \ \ \ | | | | | | | | | | | | | | Implement a TryCancel() API on ServerContext to cancel the API from the server side
| | | * | | | 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