aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
* Clang format.Gravatar Nicolas "Pixel" Noble2015-12-01
|
* Cpp example of how the plugins can be done.Gravatar Julien Boeuf2015-11-19
|
* Fixing implementations.Gravatar Julien Boeuf2015-11-18
|
* Merge branch 'master' of https://github.com/grpc/grpc into core_creds_api_changeGravatar Julien Boeuf2015-11-17
|\
| * Fixing NULL terminator for test cert.Gravatar Julien Boeuf2015-11-17
| | | | | | | | | | Forgot to do that when I replaced the cert in #4096. Thanks asan for catching that!
* | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_changeGravatar Julien Boeuf2015-11-17
|\|
| * Merge branch 'master' of https://github.com/grpc/grpc into update_ssl_certGravatar Julien Boeuf2015-11-17
| |\
* | | More C++ fixes (the merge did not quite work...).Gravatar Julien Boeuf2015-11-17
| | |
* | | Forgot to fix driver.cc somehow...Gravatar Julien Boeuf2015-11-17
| | |
* | | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_changeGravatar Julien Boeuf2015-11-17
|\ \ \
| | | * Handle cancel before start caseGravatar yang-g2015-11-17
| | |/ | |/|
| * | CommentsGravatar David Garcia Quintas2015-11-17
| | |
| * | Fix naming issue in stress_testGravatar David Garcia Quintas2015-11-17
| | | | | | | | | | | | | | | | | | | | | | | | (via ahh@google.com) Under some configurations gRPC includes google3 base headers. google3 has a namespace "thread" which mixes poorly with unqualified use of the type std::thread; adding that namespace to various google3 headers breaks this test.
| | * Updating the server1 cert so that it can be used with Go.Gravatar Julien Boeuf2015-11-09
| |/ | | | | | | | | | | | | | | The encoding of the issuer field in this cert is now a PRINTABLESTRING as opposed to UTF8STRING in the previous server1.pem which was causing the Go issue. Fixes #4086.
| * Merge pull request #3905 from vjpai/protosplitGravatar Jan Tattermusch2015-11-05
| |\ | | | | | | Overhaul benchmark control protos and tests themselves
| * | Removed consts to make MSVC happyGravatar David Garcia Quintas2015-11-04
| | |
| | * Address some review comments about signal and restoring qps_test_with_pollGravatar vjpai2015-11-04
| | | | | | | | | | | | Make payloads respect the new defaults
| | * Merge branch 'master' into protosplitGravatar vjpai2015-11-04
| | |\ | | |/ | |/|
| | * Add secure testing to sweepGravatar vjpai2015-11-04
| | |
| | * Secure performance testing for C++ is in the hizzouse!Gravatar vjpai2015-11-04
| | |
| * | Merge pull request #4013 from dgquintas/bb_readallGravatar Craig Tiller2015-11-04
| |\ \ | | | | | | | | Added grpc_byte_buffer_reader_readall
| | | * Better reasonable defaultGravatar vjpai2015-11-04
| | | |
| | | * Fix up single run testGravatar vjpai2015-11-04
| | | | | | | | | | | | | | | | Enable reasonable default if resp size not specified
| | | * clang-formatGravatar Vijay Pai2015-11-04
| | | |
| | | * 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
| | | |\ | | |_|/ | |/| |
| | * | Added grpc_byte_buffer_reader_readallGravatar David Garcia Quintas2015-10-30
| |/ /
| * | 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
| | | | |