Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add test behavior to yapf_code.sh | Nathaniel Manista | 2017-03-10 |
| | | | | | With this change yapf_code no longer changes the code under test when executed from within the sanity tests. | ||
* | Remove grpc.beta._connectivity_channel | Nathaniel Manista | 2017-03-02 |
| | | | | | This should have been removed in, and has done anything but fail on import since, 4d425522bffc9c616872d672bb58c993c3ac4c6a. | ||
* | Add missing unittest.main call | Nathaniel Manista | 2017-02-28 |
| | | | | This should have been included in 48226a2f1f14b555505e39c322141e74aed9. | ||
* | Merge pull request #9812 from dgquintas/timestamp_logs | David G. Quintas | 2017-02-28 |
|\ | | | | | Timestamp test logs | ||
* \ | Merge pull request #9773 from dgquintas/build_files | David G. Quintas | 2017-02-28 |
|\ \ | | | | | | | Test BUILD file assortment | ||
* \ \ | Merge pull request #9819 from yang-g/xtra_header | Yang Gao | 2017-02-28 |
|\ \ \ | | | | | | | | | Remove redundant header | ||
* \ \ \ | Merge pull request #9881 from ctiller/spinlock | Craig Tiller | 2017-02-28 |
|\ \ \ \ | | | | | | | | | | | Add a spinlock type. | ||
* \ \ \ \ | Merge pull request #9785 from stanley-cheung/php-update-doc | Stanley Cheung | 2017-02-28 |
|\ \ \ \ \ | | | | | | | | | | | | | PHP: added README notes for RHEL 6/7 users | ||
* \ \ \ \ \ | Merge pull request #9901 from ↵ | Noah Eisen | 2017-02-28 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ncteisen/wherever-you-golang-golang-with-all-your-heart Enable Go Negative HTTP2 Interop Test | ||
| | | * | | | | Fix include guards | Craig Tiller | 2017-02-28 |
| | | | | | | | |||
| * | | | | | | Enable Go negative http2 interop test | Noah Eisen | 2017-02-27 |
|/ / / / / / | |||
* | | | | | | Merge pull request #9753 from ctiller/zalloc | Craig Tiller | 2017-02-27 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add zalloc, convert a bunch of files to use it | ||
| | | * | | | | Fix memory leak | Craig Tiller | 2017-02-27 |
| | | | | | | | |||
| | | * | | | | Merge github.com:grpc/grpc into spinlock | Craig Tiller | 2017-02-27 |
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | | | |||
* | | | | | | | Merge pull request #9882 from ctiller/cqbm | Craig Tiller | 2017-02-27 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add more cq benchmarks | ||
* \ \ \ \ \ \ \ | Merge pull request #9468 from y-zeng/p2p_client | Yuchen Zeng | 2017-02-27 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Client-side keepalive pings | ||
* \ \ \ \ \ \ \ \ | Merge pull request #9876 from matt-kwong/filter-intern | matt-kwong | 2017-02-27 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Make portability tests pull images from Dockerhub and add test filter | ||
* \ \ \ \ \ \ \ \ \ | Merge pull request #9846 from yang-g/max_message_size | Yang Gao | 2017-02-27 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Stop receiving and add an error to batch when there is an error from lower level. | ||
| | | * | | | | | | | | Address review comments | Yuchen Zeng | 2017-02-27 |
| | | | | | | | | | | | |||
* | | | | | | | | | | | Merge pull request #9857 from murgatroid99/merge_1.1.x_master | Michael Lumish | 2017-02-27 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Upmerge 1.1.x into master | ||
| | | | | * | | | | | | | Add more cq benchmarks | Craig Tiller | 2017-02-27 |
| |_|_|_|/ / / / / / / |/| | | | | | | | | | | |||
| | | | | | | * | | | | Fix compile | Craig Tiller | 2017-02-27 |
| | | | | | | | | | | | |||
| | | | | | | * | | | | Add a spinlock type. | Craig Tiller | 2017-02-27 |
| |_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Useful for situations where we need to repeatedly trylock, not useful for cases where we need to lock (due to spinning). Add a variant of sync_test to test it (with the same tests we run for gpr_mu). Add a benchmark to bm_closure to demonstrate single threaded performance. | ||
* | | | | | | | | | | Merge pull request #9868 from jtattermusch/csharp_more_interop_logging | Jan Tattermusch | 2017-02-27 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Display logs when running interop based tests | ||
| | | | | * | | | | | | Add more closures | Yuchen Zeng | 2017-02-27 |
| | | | | | | | | | | | |||
| | | | * | | | | | | | Make portability tests pull Docker images from Dockerhub | Matt Kwong | 2017-02-27 |
| | | | | | | | | | | | |||
| | | | * | | | | | | | Add tools/internal_ci/ to test filter | Matt Kwong | 2017-02-27 |
| |_|_|/ / / / / / / |/| | | | | | | | | | |||
| | | | * | | | | | | Update with the new ping implementation | Yuchen Zeng | 2017-02-26 |
| | | | | | | | | | | |||
| | | | * | | | | | | Client-side keepalive ping | Yuchen Zeng | 2017-02-26 |
| |_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Based on soltanmm-google's #9114 | ||
* | | | | | | | | | Merge pull request #9871 from ctiller/fix-bm | Craig Tiller | 2017-02-25 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix uploader | ||
| * | | | | | | | | | Fix uploader | Craig Tiller | 2017-02-25 |
|/ / / / / / / / / | |||
* | | | | | | | | | Merge pull request #9757 from ctiller/bm_meta | Craig Tiller | 2017-02-24 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add benchmarks for metadata operations | ||
| * | | | | | | | | | Fix submodule | Craig Tiller | 2017-02-24 |
| | | | | | | | | | | |||
| * | | | | | | | | | Merge github.com:grpc/grpc into bm_meta | Craig Tiller | 2017-02-24 |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | |||
| * | | | | | | | | | Merge github.com:grpc/grpc into bm_meta | Craig Tiller | 2017-02-24 |
| |\ \ \ \ \ \ \ \ \ | |||
* | \ \ \ \ \ \ \ \ \ | Merge pull request #9849 from ctiller/bm_chttp2 | Craig Tiller | 2017-02-24 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | Add benchmarks for HTTP2 HPACK encoding | ||
| | * | | | | | | | | | Merge branch 'bm_meta' of github.com:ctiller/grpc into bm_meta | Craig Tiller | 2017-02-24 |
| | |\ \ \ \ \ \ \ \ \ | |||
| | * \ \ \ \ \ \ \ \ \ | Merge branch 'bm_chttp2' into bm_meta | Craig Tiller | 2017-02-24 |
| | |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | | | |||
| * | | | | | | | | | | | Fix submodule | Craig Tiller | 2017-02-24 |
| | | | | | | | | | | | | |||
| | | | | | | * | | | | | Use zalloc in completion queue | Craig Tiller | 2017-02-24 |
| | | | | | | | | | | | | |||
* | | | | | | | | | | | | Merge pull request #9747 from ctiller/splitsies | Craig Tiller | 2017-02-24 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Increase timeout for bm_fullstack | ||
| | | | | | | | * \ \ \ \ | Merge github.com:grpc/grpc into zalloc | Craig Tiller | 2017-02-24 |
| | | | | | | | |\ \ \ \ \ | |||
* | | | | | | | | \ \ \ \ \ | Merge pull request #9870 from ncteisen/if-opportunity-doesnt-knock-fix-the-build | Noah Eisen | 2017-02-24 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | Add grpc_load_reporting to grpc_cronet | ||
* | | | | | | | | | | | | | | Merge pull request #9858 from ctiller/cb | Craig Tiller | 2017-02-24 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix closure running: current code is unsafe | ||
| | * | | | | | | | | | | | | | Fix load_reporting linker error | ncteisen | 2017-02-24 |
| | | | | | | | | | | | | | | | |||
* | | | | | | | | | | | | | | | Merge pull request #9614 from adelez/fix_interop_report2 | adelez | 2017-02-24 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix interop HTML report | ||
| * | | | | | | | | | | | | | | | Only run bad http2 server tests with supported client/server pairs. | Adele Zhou | 2017-02-24 |
| | | | | | | | | | | | | | | | | |||
| * | | | | | | | | | | | | | | | comment out python temporarily | Adele Zhou | 2017-02-24 |
| | | | | | | | | | | | | | | | | |||
| * | | | | | | | | | | | | | | | Fix interop HTML report. | Adele Zhou | 2017-02-24 |
|/ / / / / / / / / / / / / / / | |||
* | | | | | | | | | | | | | | | Merge pull request #9774 from sreecha/surface_test_bazel | Sree Kuchibhotla | 2017-02-24 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | Bazel BUILD files tests under `test/core/surface` and `test/cpp/end2end` |