Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add a grpclb-in-DNS interop test suite | Alex Polcyn | 2018-10-23 |
| | |||
* | Merge branch 'speedup-test-infra' of github.com:ncteisen/grpc into tfix | Craig Tiller | 2017-10-16 |
|\ | |||
* | | Set gpr_mpscq_test to not use polling, make that bit work again | Craig Tiller | 2017-10-06 |
| | | |||
| * | Upate test.json template | ncteisen | 2017-09-20 |
|/ | |||
* | trial and error | Mahak Mukhi | 2017-04-18 |
| | |||
* | Exclude poll, poll-cv for bm_fullstack (its not interesting) | Craig Tiller | 2017-02-22 |
| | |||
* | Increase timeout for bm_fullstack | Craig Tiller | 2017-02-16 |
| | |||
* | Speed up bm_fullstack test | Craig Tiller | 2017-02-03 |
| | |||
* | cleanup tools/run_tests directory | Jan Tattermusch | 2016-12-22 |
| | |||
* | Merge branch 'master' into uv_core_transport | murgatroid99 | 2016-10-03 |
|\ | |||
* | | Compile and link core tests with libuv | murgatroid99 | 2016-10-03 |
| | | |||
| * | Disabling header check for filegroups. | Nicolas "Pixel" Noble | 2016-09-21 |
|/ | |||
* | Getting dependencies fixed up | Craig Tiller | 2016-04-05 |
| | |||
* | Expand gtest suites into individual run_tests tests | Craig Tiller | 2016-02-24 |
| | |||
* | Merge github.com:grpc/grpc into naming-crisis | Craig Tiller | 2016-02-23 |
|\ | |||
* | | Add a sanity test for name aliasing | Craig Tiller | 2016-02-22 |
| | | |||
| * | Revert "Revert "Proto API for LB request/responses"" | Craig Tiller | 2016-02-11 |
|/ | |||
* | Revert "Proto API for LB request/responses" | Craig Tiller | 2016-02-11 |
| | |||
* | Merge branch 'master' of github.com:grpc/grpc into grpclb_api | David Garcia Quintas | 2016-01-28 |
|\ | |||
| * | Merge pull request #4812 from ctiller/integrate-zlib | Jan Tattermusch | 2016-01-22 |
| |\ | | | | | | | Make zlib a first class build citizen | ||
| | * | Fix sanity | Craig Tiller | 2016-01-21 |
| | | | |||
| * | | Move build configs into build.yaml | Craig Tiller | 2016-01-20 |
| |/ | | | | | | | | | | | | | | | | | | | Importantly: - allows matching timeout values between makefile and run_tests without repeating ourselves - allows borrowing of compiler flags by other build systems There's still a little too much build configuration built into our Makefile, but we can start attacking that over time. | ||
* | | Merge branch 'master' of github.com:grpc/grpc into grpclb_api | David Garcia Quintas | 2016-01-20 |
|\| | |||
| * | Use CPU cost modelling to increase parallelism | Craig Tiller | 2016-01-20 |
| | | |||
* | | Srcs and hdrs sanity checks skip third_party | David Garcia Quintas | 2016-01-11 |
|/ | |||
* | BoringSSL integration: non-vsprojects changes | Craig Tiller | 2015-12-22 |
| | |||
* | Hand-written changes | Craig Tiller | 2015-08-31 |
| | |||
* | Exclude qps_test from tsan runs | Craig Tiller | 2015-08-19 |
| | | | | | | | The TSAN deadlock detector has some problems that prevents this test from running successfully. Issue #2994 has been filed to re-enable these in the future. | ||
* | Reduce mac CI load | Craig Tiller | 2015-08-07 |
| | |||
* | Add proxy tests to end2end suite | Craig Tiller | 2015-08-04 |
| | | | | | Currently the oauth2 variant of these tests is disabled. Will work with @jboeuf to figure out how to turn them on. | ||
* | Make this more robust against merges | Craig Tiller | 2015-06-25 |
| | |||
* | Add a test that headers are properly in build.json | Craig Tiller | 2015-06-25 |
| | | | | Clean up anything that failed | ||
* | Better defaulting of attributes | Craig Tiller | 2015-04-08 |
| | |||
* | Allow restricting platforms for certain tests | Craig Tiller | 2015-04-08 |
| | |||
* | Adding flaky attribute for tests. | Nicolas "Pixel" Noble | 2015-02-27 |
| | |||
* | Also check build=test | Craig Tiller | 2015-02-20 |
| | |||
* | Make run_tests.py respect the run= attribute | Craig Tiller | 2015-02-20 |
| | |||
* | Googlify indentation | Craig Tiller | 2015-01-18 |
| | |||
* | Pretty print tests.json | Craig Tiller | 2015-01-18 |
| | |||
* | Only run language specified tests | Craig Tiller | 2015-01-18 |
Add a template to generate a complete list of tests for C/C++, and use it to generate the list of binaries to run tests for. |