Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #4631 from sreecha/stress_test_logging | 2016-01-06 | |
|\ | | | | | Add ability to control the verbosity of stress test logs | ||
| * | Adjust the log levels in interop tests and stress tests | 2016-01-06 | |
| | | |||
| * | Ability to filter log messages based on log level | 2016-01-06 | |
| | | |||
* | | Eliminate gpr_ int types - and insist on C99 variants instead | 2015-12-22 | |
|/ | |||
* | Removed compression checks from vanilla large unary | 2015-12-15 | |
| | |||
* | Fix for when grpc::string is not the same type as FLAGS_... | 2015-12-03 | |
| | |||
* | merge with head | 2015-11-24 | |
|\ | |||
* \ | merge with head | 2015-11-20 | |
|\ \ | |||
| | * | Add multiple channels to each server | 2015-11-20 | |
| |/ | |||
| * | Address code review comments | 2015-11-19 | |
| | | |||
| * | Merge branch 'master' into stress_tests_metrics | 2015-11-19 | |
| |\ | |||
* | \ | merge with head | 2015-11-18 | |
|\ \ \ | | |/ | |/| | |||
| * | | Merge pull request #3993 from ctiller/new_op | 2015-11-18 | |
| |\ \ | | | | | | | | | Core transport & call cleanup | ||
| * | | | More C++ fixes (the merge did not quite work...). | 2015-11-17 | |
| | | | | |||
| * | | | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change | 2015-11-17 | |
| |\ \ \ | |||
| | * | | | Comments | 2015-11-17 | |
| | | | | | |||
| | * | | | Fix naming issue in stress_test | 2015-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. | ||
| | | | * | Address code review comments | 2015-11-16 | |
| | | | | | |||
* | | | | | refacto of the reconnect tcp server to a general purpose test tcp server to ↵ | 2015-11-06 | |
| |/ / / |/| | | | | | | | | | | | be reused by the set_initial_string_test | ||
| | | * | Fix a small error | 2015-11-04 | |
| | | | | |||
| | | * | Fix typo in my previous commit. %s/guage/gauge/g | 2015-11-03 | |
| | | | | |||
| | | * | Make number of stubs per channel configurable and expose metrics from | 2015-11-03 | |
| |_|/ |/| | | | | | | | | client | ||
| | * | stream_op cleanup: test fixes and updates | 2015-11-02 | |
| |/ |/| | |||
* | | Merge pull request #3962 from sreecha/skip_stress_tests | 2015-10-26 | |
|\ \ | | | | | | | Skip running stress_tests on jenkins by run_tests.py | ||
* | | | Explicitly use grpc::string instead of std::string to be consistent with ↵ | 2015-10-26 | |
| | | | | | | | | | | | | other test code | ||
| * | | Skip running stress_tests on jenkins by run_tests.py (This will fix the | 2015-10-26 | |
|/ / | | | | | | | issue addressed by commit: e6cd0e70a9c8, the right way) | ||
* | | Removed 'using' conflicting with import | 2015-10-23 | |
| | | |||
* | | Return success if there are no test cases to run | 2015-10-22 | |
| | | |||
* | | Fix the error reported by tools/run_tests/check_sources_and_headers.py | 2015-10-22 | |
| | | |||
* | | Address code review comment | 2015-10-22 | |
| | | |||
* | | Add an option to reuse the TestService::Stub in interop client class | 2015-10-20 | |
| | | |||
* | | Merge branch 'stress_tests_new' of github.com:sreecha/grpc into stress_tests_new | 2015-10-19 | |
|\ \ | |||
* | | | Interop stress tests | 2015-10-19 | |
| | | | |||
| * | | Interop stress tests | 2015-10-16 | |
|/ / | |||
| * | Fixing Cpp tests. | 2015-10-12 | |
|/ | |||
* | Merge pull request #3692 from dgquintas/inspector_fail | 2015-10-09 | |
|\ | | | | | Fixed unprotected access to call field | ||
| * | Hid test-only functions from surface/call.h | 2015-10-08 | |
| | | |||
* | | change default value of use_test_ca | 2015-10-07 | |
| | | |||
* | | remove flag use_prod_roots in interop test and add use_test_ca per the ↵ | 2015-10-06 | |
|/ | | | | interop test spec | ||
* | Merge pull request #3386 from yang-g/enable_ssl | 2015-10-02 | |
|\ | | | | | enable_ssl to use_tls | ||
| * | enable_ssl to use_tls | 2015-10-01 | |
| | | |||
* | | Fix clang-format script | 2015-09-28 | |
|/ | |||
* | Add clang-format to sanity | 2015-09-24 | |
| | |||
* | Add empty_stream test case | 2015-09-21 | |
| | |||
* | more changes | 2015-09-02 | |
| | |||
* | Fix auth tests | 2015-09-02 | |
| | |||
* | Fixing headers and paths after merge with upstream. | 2015-08-30 | |
| | |||
* | Shuffling headers around. | 2015-08-28 | |
| | |||
* | Addressing comments, round 2. | 2015-08-27 | |
| | |||
* | Merge branch 'credentials_naming_and_cleanup' of github.com:jboeuf/grpc into ↵ | 2015-08-27 | |
|\ | | | | | | | credentials_naming_and_cleanup |