aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
Commit message (Collapse)AuthorAge
* Merge branch 'master' of github.com:grpc/grpc into qps_reporter_refactoringGravatar David Garcia Quintas2015-05-27
|\
| * Add a check against potential failure to bring up client binaryGravatar Yang Gao2015-05-26
| |
* | Merge branch 'master' of github.com:grpc/grpc into qps_reporter_refactoringGravatar David Garcia Quintas2015-05-26
|\ \
| | * Correct the test request/response size, to be consistent with the test ↵Gravatar Xudong Ma2015-05-26
| |/ | | | | | | spec:https://github.com/grpc/grpc/blob/master/doc/interop-test-descriptions.md
| * Merge pull request #1706 from ctiller/streaming-crash-boom-bangGravatar Nicolas Noble2015-05-22
| |\ | | | | | | Fix shutdown crash in async streaming test
* | | Merge branch 'master' of github.com:grpc/grpc into qps_reporter_refactoringGravatar David Garcia Quintas2015-05-22
|\| |
* | | Fixed typoGravatar David Garcia Quintas2015-05-22
| | |
| * | Merge pull request #1703 from ctiller/fuglyGravatar Vijay Pai2015-05-22
| |\ \ | | | | | | | | clang-format qps code - it was getting out of hand
| * \ \ Merge pull request #1625 from ctiller/mmm-mmm-mmm-mmmGravatar Yang Gao2015-05-21
| |\ \ \ | | | | | | | | | | Add a test of crashing servers and clients
| * \ \ \ Merge pull request #1693 from dgquintas/fix_sleep_forGravatar Vijay Pai2015-05-21
| |\ \ \ \ | | | | | | | | | | | | Replaced std::this_thread::sleep_for for gpr_sleep_until.
* | | | | | Merge branch 'master' of github.com:grpc/grpc into qps_reporter_refactoringGravatar David Garcia Quintas2015-05-21
|\| | | | |
| | | * | | Merge github.com:grpc/grpc into mmm-mmm-mmm-mmmGravatar Craig Tiller2015-05-21
| | | |\ \ \ | | |_|/ / / | |/| | | |
| * | | | | Add missing copyright noticesGravatar Craig Tiller2015-05-21
| | | | | |
| | | * | | Merge github.com:grpc/grpc into mmm-mmm-mmm-mmmGravatar Craig Tiller2015-05-21
| | | |\ \ \ | | |_|/ / / | |/| | | |
| | | | | * clang-formatGravatar Craig Tiller2015-05-21
| | | | | |
| | | | | * Fix shutdown crash in async streaming testGravatar Craig Tiller2015-05-21
| | | | |/
| | | | * clang-format qps code - it was getting out of handGravatar Craig Tiller2015-05-21
| | |_|/ | |/| |
| * | | Merge pull request #1669 from dgquintas/benchmark_hosts_infoGravatar Vijay Pai2015-05-21
| |\ \ \ | | | | | | | | | | Added the client and server configurations to the bench results proto.
| | | * | Replaced std::this_thread::sleep_for for gpr_sleep_until.Gravatar David Garcia Quintas2015-05-20
| | |/ / | |/| | | | | | | | | | | | | | std::this_thread::sleep_for isn't available in gcc <= 4.6 (4.7?) nor VS2010.
* | | | Return shared_ptr by value plus minor dependency fixGravatar David Garcia Quintas2015-05-20
| | | |
* | | | Improvements to reporting mechanism based on comments.Gravatar David Garcia Quintas2015-05-20
| | | | | | | | | | | | | | | | Turned the reporter into a composite, much cleaner arch.
* | | | Simplified code based on comments and fixed build.jsonGravatar David Garcia Quintas2015-05-20
| | | |
* | | | Added missing benchmark_config.* filesGravatar David Garcia Quintas2015-05-20
| | | |
* | | | Removed registry for benchmark reports & introduced benchmark_config.{h,cc} ↵Gravatar David Garcia Quintas2015-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | in the spirit of test_config.{h,cc}. The purpose of benchmark_config is to allow for different behaviors to be decided at compile-time.
* | | | Refactored benchmark reporting mechanism.Gravatar David Garcia Quintas2015-05-20
|/ / / | | | | | | | | | | | | It now allows pluggging in "reporter" instances to process the benchmark results arbitrarily. This would allow, for example, to send results to a leaderboard and/or other systems for tracking performance metrics.
| * | Fix to work around the fact that Histogram isn't copyable.Gravatar David Garcia Quintas2015-05-20
| | |
| * | Added the client and server configurations to the bench results proto.Gravatar David Garcia Quintas2015-05-19
| | | | | | | | | | | | | | | The added configurations also include the host of both parties. This is useful for reporting.
| | * Add response streams to server crash test, fix themGravatar Craig Tiller2015-05-19
| | |
| | * Add crashing client testGravatar Craig Tiller2015-05-19
| | |
* | | Compile fixGravatar Craig Tiller2015-05-19
| | |
| | * Merge github.com:grpc/grpc into mmm-mmm-mmm-mmmGravatar Craig Tiller2015-05-19
| | |\ | | |/ | |/| | | | | | | | | | Conflicts: Makefile build.json
* | | Better RNG seeding portabilityGravatar Craig Tiller2015-05-19
| | |
* | | Cheesy attempt to get this working on TravisGravatar Craig Tiller2015-05-18
|/ /
* | resolve commentsGravatar Yang Gao2015-05-17
| |
* | Add fake credentials to the test and verify it actually worksGravatar Yang Gao2015-05-15
| |
| * Compile fixGravatar Craig Tiller2015-05-15
| |
| * Compile fixGravatar Craig Tiller2015-05-15
| |
| * clang-formatGravatar Craig Tiller2015-05-15
| |
| * Sleep a little after server death to allow TCP time to catch upGravatar Craig Tiller2015-05-15
| |
| * Crash handling testGravatar Craig Tiller2015-05-15
| |
* | resolve commentsGravatar Yang Gao2015-05-15
| |
* | support per call credentials in c++Gravatar Yang Gao2015-05-14
|/
* Merge pull request #1493 from ↵Gravatar Yang Gao2015-05-12
|\ | | | | | | | | ctiller/churn-churn-churn-the-api-gently-down-the-stream Completion queue binding for new requests API change
* | Added async streaming ping pong testGravatar Siddharth Rakesh2015-05-11
| |
* | Merge pull request #1494 from ctiller/the-churneningGravatar Yang Gao2015-05-11
|\ \ | | | | | | Lose redundant tag on unary calls
* \ \ Merge pull request #1489 from ctiller/all-the-small-thingsGravatar Yang Gao2015-05-11
|\ \ \ | | | | | | | | Split thread stress from end2end to improve parallelism
| | | * Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-streamGravatar Craig Tiller2015-05-08
| | | |\ | |_|_|/ |/| | | | | | | | | | | Conflicts: test/cpp/end2end/async_end2end_test.cc
* | | | Merge pull request #1530 from ctiller/async-failGravatar Vijay Pai2015-05-08
|\ \ \ \ | | | | | | | | | | Increase test timeout
| | | * \ Merge github.com:grpc/grpc into the-churneningGravatar Craig Tiller2015-05-08
| | | |\ \ | |_|_|/ / |/| | | |
| | * | | Merge github.com:grpc/grpc into all-the-small-thingsGravatar Craig Tiller2015-05-08
| | |\ \ \ | |_|/ / / |/| | | |