aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
Commit message (Collapse)AuthorAge
* Add in security support, make payload protos configurableGravatar vjpai2015-11-04
| | | | Have not yet added tests with security support, coming soon
* Cleanup some namesGravatar vjpai2015-11-02
| | | | | Remove some unused options and make server_threads relevant Start stubbing out better qps/core calculations
* Merge commit '6bf1de9' into protosplitGravatar vjpai2015-11-02
|\
| * Mark a method with GRPC_OVERRIDE to avoid compiler warningGravatar vjpai2015-11-02
| |
* | Cleanup directory and make minor changesGravatar vjpai2015-11-02
| |
* | Merge remote-tracking branch 'upstream/master' into protosplitGravatar vjpai2015-11-02
|\|
* | QPS worker no longer needs to specify server port on command line. This is partGravatar vjpai2015-10-29
| | | | | | | | | | of the proto if desired, or just goes to pick_unused_port_or_die if not specified
* | Split up into a new service proto, use proper service suffix, add aGravatar vjpai2015-10-29
| | | | | | | | | | reset option to the mark, create a closed loop config params (empty message) for consistency with other tests.
* | Numerous proto changes to make things more sane and fix some outstanding issuesGravatar vjpai2015-10-28
| |
| * Merge pull request #3962 from sreecha/skip_stress_testsGravatar Nicolas Noble2015-10-26
| |\ | | | | | | Skip running stress_tests on jenkins by run_tests.py
| * | Explicitly use grpc::string instead of std::string to be consistent with ↵Gravatar Sree Kuchibhotla2015-10-26
| | | | | | | | | | | | other test code
| | * Skip running stress_tests on jenkins by run_tests.py (This will fix theGravatar Sree Kuchibhotla2015-10-26
| |/ | | | | | | issue addressed by commit: e6cd0e70a9c8, the right way)
| * Removed 'using' conflicting with importGravatar David Garcia Quintas2015-10-23
| |
| * Return success if there are no test cases to runGravatar Sree Kuchibhotla2015-10-22
| |
| * Fix the error reported by tools/run_tests/check_sources_and_headers.pyGravatar Sree Kuchibhotla2015-10-22
| |
| * Address code review commentGravatar Sree Kuchibhotla2015-10-22
| |
| * Merge branch 'master' into stress_tests_newGravatar Sree Kuchibhotla2015-10-22
| |\
* | | Split qpstest.proto into two parts - one for performance stats andGravatar vjpai2015-10-21
| |/ |/| | | | | | | | | one for control. Eliminate the use of our own SimpleRequest and SimpleResponse and instead share the one from end2end testing
| * Add an option to reuse the TestService::Stub in interop client classGravatar Sree Kuchibhotla2015-10-20
| |
| * Merge branch 'stress_tests_new' of github.com:sreecha/grpc into stress_tests_newGravatar Sree Kuchibhotla2015-10-19
| |\
| * | Interop stress testsGravatar Sree Kuchibhotla2015-10-19
| | |
* | | Move qpstest.proto to a common area (test/proto) instead of test/cpp/qpsGravatar vjpai2015-10-19
|/ /
| * Interop stress testsGravatar Sree Kuchibhotla2015-10-16
|/
* Merge branch 'master' of github.com:grpc/grpc into cq_alarmGravatar David Garcia Quintas2015-10-13
|\
* \ Merge branch 'master' of github.com:grpc/grpc into cq_alarmGravatar David Garcia Quintas2015-10-12
|\ \
| | * Merge github.com:grpc/grpc into latent-seeGravatar Craig Tiller2015-10-09
| | |\ | | |/ | |/|
| | * Move profiling system to gprGravatar Craig Tiller2015-10-09
| | |
| | * Simplify adding annotations, annotate more thingsGravatar Craig Tiller2015-10-09
| | |
| * | Merge pull request #3692 from dgquintas/inspector_failGravatar Sree Kuchibhotla2015-10-09
| |\ \ | | | | | | | | Fixed unprotected access to call field
| * \ \ Merge pull request #3698 from ctiller/qps_test_be_lockyGravatar Vijay Pai2015-10-08
| |\ \ \ | | | | | | | | | | Add a timeout to benchmark test runs
| | | * | Hid test-only functions from surface/call.hGravatar David Garcia Quintas2015-10-08
| | | | |
| | | | * Merge github.com:grpc/grpc into latent-seeGravatar Craig Tiller2015-10-08
| | | | |\ | | |_|_|/ | |/| | |
* | | | | Merge branch 'master' of github.com:grpc/grpc into cq_alarmGravatar David Garcia Quintas2015-10-08
|\| | | |
| | | | * Latency tracesGravatar Craig Tiller2015-10-08
| | | |/
* | | / C++ Alarm implementation (with tests).Gravatar David Garcia Quintas2015-10-07
| |_|/ |/| |
| * | change default value of use_test_caGravatar yang-g2015-10-07
| | |
| | * Add a timeout to benchmark test runsGravatar Craig Tiller2015-10-07
| |/ |/|
| * remove flag use_prod_roots in interop test and add use_test_ca per the ↵Gravatar yang-g2015-10-06
|/ | | | interop test spec
* Merge pull request #3627 from yang-g/flake2Gravatar Craig Tiller2015-10-05
|\ | | | | Deflake end2end_test
| * The Writes may return false after the server cancels the streamGravatar yang-g2015-10-02
| |
* | Merge pull request #3386 from yang-g/enable_sslGravatar Jan Tattermusch2015-10-02
|\ \ | | | | | | enable_ssl to use_tls
* \ \ Merge pull request #3556 from ctiller/clangfGravatar Vijay Pai2015-10-01
|\ \ \ | |_|/ |/| | Fix clang-format script
| | * enable_ssl to use_tlsGravatar yang-g2015-10-01
| | |
* | | Maybe it is already ready when we call getstatusGravatar yang-g2015-10-01
| |/ |/|
| * Merge github.com:grpc/grpc into clangfGravatar Craig Tiller2015-10-01
| |\ | |/ |/|
* | Merge pull request #3565 from yang-g/end2end_testGravatar Vijay Pai2015-09-30
|\ \ | | | | | | Add more test cases to end2end test.
* | | For compatibility with gcc-4.4, eliminate use of sleep_for andGravatar Vijay Pai2015-09-29
| | | | | | | | | | | | std::atomic
| * | remove anonymous namespace in anonymous namespaceGravatar yang-g2015-09-29
| | |
| * | add tls and proxy as dimensions of end2end testGravatar yang-g2015-09-29
|/ /
| * Fix clang-format scriptGravatar Craig Tiller2015-09-28
| |