aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
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
|\|
| * Merge pull request #4006 from dgquintas/fix-lb-testGravatar Craig Tiller2015-10-30
| |\ | | | | | | Fixed potential stack corruption
| | * Fixed potential stack corruptionGravatar David Garcia Quintas2015-10-29
| | |
| * | Merge pull request #3997 from a-veitch/fix_tsan_cpu_testGravatar Nicolas Noble2015-10-29
| |\ \ | | |/ | |/| Fix for long-running tsan test
| | * Fix for long-running tsan testGravatar Alistair Veitch2015-10-29
| | |
* | | 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
| | |
* | | Eliminate qpstest.protoGravatar 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
| | |
| * | Merge pull request #3868 from sreecha/stress_tests_newGravatar David G. Quintas2015-10-22
| |\ \ | | |/ | |/| Interop stress tests
| | * 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
| | |
| * | merge & resolve conflictsGravatar Alistair Veitch2015-10-22
| |\ \
| | | * Address code review commentGravatar Sree Kuchibhotla2015-10-22
| | | |
| | | * Merge branch 'master' into stress_tests_newGravatar Sree Kuchibhotla2015-10-22
| | | |\ | | | |/ | | |/|
| * | | Fix memory leakGravatar Alistair Veitch2015-10-21
| | | |
* | | | Fix more shadow and conversion warnings.Gravatar Vijay Pai2015-10-21
| | | |
* | | | Oops - forgot to add the protos!Gravatar vjpai2015-10-21
| | | |
* | | | 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
* | | | Fix sign conversion issues hereGravatar vjpai2015-10-21
| | | |
| * | | more verbose messageGravatar Alistair Veitch2015-10-20
| | | |
| * | | only print #cores seenGravatar Alistair Veitch2015-10-20
| | | |
| * | | add CPU testsGravatar Alistair Veitch2015-10-20
|/ / /
| | * Add an option to reuse the TestService::Stub in interop client classGravatar Sree Kuchibhotla2015-10-20
| | |
| * | added grpc_client_uchannel_set_subchannel funcGravatar David Garcia Quintas2015-10-19
| | |
| | * 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
| | | |
| * | | Merge branch 'master' of github.com:grpc/grpc into microchannelsGravatar David Garcia Quintas2015-10-19
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #3726 from dgquintas/iomgr_executorGravatar Craig Tiller2015-10-19
|\ \ \ \ | | | | | | | | | | Introducing grpc_executor, for all your threading needs
* | | | | 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 microchannelsGravatar David Garcia Quintas2015-10-13
| | |\
| * | | We need the iomgr_init for winsocks initialization.Gravatar David Garcia Quintas2015-10-13
| | | | | | | | | | | | | | | | Also fixed (thanks @nicolasnoble) wrong construction of error msg.
* | | | 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 branch 'master' of github.com:grpc/grpc into iomgr_executorGravatar 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