Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #12524 from vjpai/age_filter | Vijay Pai | 2017-09-13 |
|\ | | | | | Enable filter if either AGE or IDLE is specified; don't require both. | ||
* \ | Merge pull request #12187 from AspirinSJL/lb_fallback | Juanli Shen | 2017-09-13 |
|\ \ | | | | | | | Add LB fallback to use when we can't contact any balancer. | ||
* \ \ | Merge pull request #12502 from vjpai/make_spelling_great_again | Vijay Pai | 2017-09-13 |
|\ \ \ | | | | | | | | | I'm sorry, I thought this was America | ||
* \ \ \ | Merge pull request #12508 from matt-kwong/kokoro_mac_bq | Matt Kwong | 2017-09-13 |
|\ \ \ \ | | | | | | | | | | | Enable Kokoro MacOS result uploading | ||
* \ \ \ \ | Merge pull request #12541 from ctiller/qps_fix | Craig Tiller | 2017-09-13 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix qps_test histogram python code | ||
* \ \ \ \ \ | Merge pull request #12540 from ctiller/schema-fix | Craig Tiller | 2017-09-13 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix schema generation for microbenchmarks | ||
* \ \ \ \ \ \ | Merge pull request #12534 from jtattermusch/dont_install_for_mac | Jan Tattermusch | 2017-09-13 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Kokoro: don't install stuff already installed on mac workers | ||
* \ \ \ \ \ \ \ | Merge pull request #12533 from jtattermusch/dont_install_already_installed | Jan Tattermusch | 2017-09-13 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Mingw already installed on win kokoro workers | ||
| | | | | | | | * | Enable filter if either AGE or IDLE is specified; don't require both. | Vijay Pai | 2017-09-13 |
| |_|_|_|_|_|_|/ |/| | | | | | | | |||
| | | | | * | | | Upload Kokoro MacOS master results | Matt Kwong | 2017-09-13 |
| | | | | | | | | |||
| | | | * | | | | Fix qps_test histogram python code | Craig Tiller | 2017-09-13 |
| |_|_|/ / / / |/| | | | | | | |||
| | | * | | | | Fix schema generation | Craig Tiller | 2017-09-13 |
| |_|/ / / / |/| | | | | | |||
* | | | | | | Merge pull request #12537 from grpc/ctiller-patch-1 | Craig Tiller | 2017-09-13 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix case on internal type names | ||
| * | | | | | | Fix case on internal type names | Craig Tiller | 2017-09-13 |
|/ / / / / / | | | | | | | | | | | | | Should allow microbenchmarks to get running again | ||
* | | | | | | Merge pull request #12465 from ctiller/tpcq | Craig Tiller | 2017-09-13 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Switch to three threads per cq for unconstrained benchmarks | ||
| | | * | | | | already installed on mac workers | Jan Tattermusch | 2017-09-13 |
| |_|/ / / / |/| | | | | | |||
| | * | | | | mingw already installed on win kokoro workers | Jan Tattermusch | 2017-09-13 |
| |/ / / / |/| | | | | |||
* | | | | | Merge pull request #12499 from yashykt/ctocc3 | Yash Tibrewal | 2017-09-12 |
|\ \ \ \ \ | | | | | | | | | | | | | Getting files C++ compilable | ||
* \ \ \ \ \ | Merge pull request #12525 from vjpai/fc_limits | Vijay Pai | 2017-09-12 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix headers on flow control | ||
* \ \ \ \ \ \ | Merge pull request #12463 from yashykt/max_concurrent_streams_fix | Yash Tibrewal | 2017-09-12 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix for max_concurrent_streams issue - Call mark_stream_closed before… | ||
* \ \ \ \ \ \ \ | Merge pull request #12492 from nathanielmanistaatgoogle/gitignore | Nathaniel Manista | 2017-09-12 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Ignore all Python 3 virtual environments. | ||
* \ \ \ \ \ \ \ \ | Merge pull request #12521 from ctiller/rtstat | Craig Tiller | 2017-09-12 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Make unmeasured CPU costs be 1, not 0 | ||
* \ \ \ \ \ \ \ \ \ | Merge pull request #12509 from ctiller/stats_json | Craig Tiller | 2017-09-12 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Upload core stats to qps_test | ||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #12512 from apolcyn/fix_cares_mem_leak | apolcyn | 2017-09-12 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix a memory leak in cares wrapper | ||
* \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #12520 from nicolasnoble/buildgen-bubble-break | Nicolas Noble | 2017-09-12 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding --base to generate_projects.py - part 2 | ||
| | | | | | | * | | | | | | Include limits.h since we're using INT_MAX (affects some compilers) | Vijay Pai | 2017-09-12 |
| |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | |||
| | | * | | | | | | | | | Merge github.com:grpc/grpc into stats_json | Craig Tiller | 2017-09-12 |
| | | |\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | | | |||
| | | * | | | | | | | | | Merge branch 'stats_json' of github.com:ctiller/grpc into stats_json | Craig Tiller | 2017-09-12 |
| | | |\ \ \ \ \ \ \ \ \ | |||
| | | | | * | | | | | | | | Make unmeasured CPU costs be 1, not 0 | Craig Tiller | 2017-09-12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows capturing 0 as a CPU cost, which we'll be able to leverage to increase concurrency (once data has caught up in a few days) | ||
| | | | | | | * | | | | | | Remove unnecessary comment | Yash Tibrewal | 2017-09-12 |
| | | | | | | | | | | | | | |||
| | | | | | | * | | | | | | There is no need to remove fail_pending_writes from mark_stream_closed anymore | Yash Tibrewal | 2017-09-12 |
| | | | | | | | | | | | | | |||
| | | | | | | * | | | | | | Fix for max_concurrent_streams issue - Call mark_stream_closed before ↵ | Yash Tibrewal | 2017-09-12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sending trailing metadata | ||
* | | | | | | | | | | | | | Merge pull request #12487 from ctiller/stats_schema | Craig Tiller | 2017-09-12 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatically generate BigQuery schema details for all counters | ||
* \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #12491 from ctiller/ffs | Craig Tiller | 2017-09-12 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | Add a clamp to remove ubsan failure | ||
| | | * | | | | | | | | | | | The input files also need to follow the base argument... | Nicolas "Pixel" Noble | 2017-09-13 |
| | | | | | | | | | | | | | | |||
| | | | | | | | | * | | | | | Renaming pops_tag enum | Yash Tibrewal | 2017-09-12 |
| | | | | | | | | | | | | | | |||
| | | | | | | | | * | | | | | Using already type casted variables | Yash Tibrewal | 2017-09-12 |
| | | | | | | | | | | | | | | |||
| | | | | | | | | * | | | | | Adding pointer conversions. Renaming a few variables and type names to avoid ↵ | Yash Tibrewal | 2017-09-12 |
| |_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | C++ compilation issues | ||
| | | | | | * | | | | | | | Review feedback | Craig Tiller | 2017-09-12 |
| | | | | | | | | | | | | | |||
| | | | | | * | | | | | | | Upload core stats to qps_test | Craig Tiller | 2017-09-12 |
| |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | |||
* | | | | | | | | | | | | Merge pull request #12516 from nicolasnoble/buildgen-bubble-break | Nicolas Noble | 2017-09-12 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | | | Adding --base to generate_projects.py | ||
* | | | | | | | | | | | | Merge pull request #12460 from kpayson64/attempt_bug_fix | kpayson64 | 2017-09-12 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Warm pip cache with libraries used by virtualenv | ||
* \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #12507 from jtattermusch/better_testsuite_timeouts | Jan Tattermusch | 2017-09-12 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Differentiate suite timeouts in run_tests_matrix.py | ||
| | | * | | | | | | | | | | | Adding --base to generate_projects.py | Nicolas "Pixel" Noble | 2017-09-12 |
| | | | | | | | | | | | | | | |||
* | | | | | | | | | | | | | | Merge pull request #12513 from grpc/revert-12289-sig_hand | Nicolas Noble | 2017-09-12 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Let alarms trigger at end of jobset.py instead of clearing them" | ||
| | | | | | | | * \ \ \ \ \ \ | Merge branch 'revert-12289-sig_hand' of github.com:grpc/grpc into stats_json | Craig Tiller | 2017-09-12 |
| | | | | | | | |\ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | |||
| | | | | | | | * | | | | | | | Review feedback | Craig Tiller | 2017-09-12 |
| | | | | | | | | | | | | | | | |||
| * | | | | | | | | | | | | | | Revert "Let alarms trigger at end of jobset.py instead of clearing them" | Craig Tiller | 2017-09-12 |
|/ / / / / / / / / / / / / / | |||
| | | | | | | * | | | | | | | Merge github.com:grpc/grpc into stats_json | Craig Tiller | 2017-09-12 |
| | | | | | | |\ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | |||
* | | | | | | | | | | | | | | Merge pull request #12486 from ctiller/auto-schema | Craig Tiller | 2017-09-12 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatically fetch schema from BigQuery |