aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools/run_tests
Commit message (Collapse)AuthorAge
* Add a grpclb-in-DNS interop test suiteGravatar Alex Polcyn2018-10-23
|
* Merge branch 'speedup-test-infra' of github.com:ncteisen/grpc into tfixGravatar Craig Tiller2017-10-16
|\
* | Set gpr_mpscq_test to not use polling, make that bit work againGravatar Craig Tiller2017-10-06
| |
| * Upate test.json templateGravatar ncteisen2017-09-20
|/
* trial and errorGravatar Mahak Mukhi2017-04-18
|
* Exclude poll, poll-cv for bm_fullstack (its not interesting)Gravatar Craig Tiller2017-02-22
|
* Increase timeout for bm_fullstackGravatar Craig Tiller2017-02-16
|
* Speed up bm_fullstack testGravatar Craig Tiller2017-02-03
|
* cleanup tools/run_tests directoryGravatar Jan Tattermusch2016-12-22
|
* Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-03
|\
* | Compile and link core tests with libuvGravatar murgatroid992016-10-03
| |
| * Disabling header check for filegroups.Gravatar Nicolas "Pixel" Noble2016-09-21
|/
* Getting dependencies fixed upGravatar Craig Tiller2016-04-05
|
* Expand gtest suites into individual run_tests testsGravatar Craig Tiller2016-02-24
|
* Merge github.com:grpc/grpc into naming-crisisGravatar Craig Tiller2016-02-23
|\
* | Add a sanity test for name aliasingGravatar Craig Tiller2016-02-22
| |
| * Revert "Revert "Proto API for LB request/responses""Gravatar Craig Tiller2016-02-11
|/
* Revert "Proto API for LB request/responses"Gravatar Craig Tiller2016-02-11
|
* Merge branch 'master' of github.com:grpc/grpc into grpclb_apiGravatar David Garcia Quintas2016-01-28
|\
| * Merge pull request #4812 from ctiller/integrate-zlibGravatar Jan Tattermusch2016-01-22
| |\ | | | | | | Make zlib a first class build citizen
| | * Fix sanityGravatar Craig Tiller2016-01-21
| | |
| * | Move build configs into build.yamlGravatar Craig Tiller2016-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_apiGravatar David Garcia Quintas2016-01-20
|\|
| * Use CPU cost modelling to increase parallelismGravatar Craig Tiller2016-01-20
| |
* | Srcs and hdrs sanity checks skip third_partyGravatar David Garcia Quintas2016-01-11
|/
* BoringSSL integration: non-vsprojects changesGravatar Craig Tiller2015-12-22
|
* Hand-written changesGravatar Craig Tiller2015-08-31
|
* Exclude qps_test from tsan runsGravatar Craig Tiller2015-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 loadGravatar Craig Tiller2015-08-07
|
* Add proxy tests to end2end suiteGravatar Craig Tiller2015-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 mergesGravatar Craig Tiller2015-06-25
|
* Add a test that headers are properly in build.jsonGravatar Craig Tiller2015-06-25
| | | | Clean up anything that failed
* Better defaulting of attributesGravatar Craig Tiller2015-04-08
|
* Allow restricting platforms for certain testsGravatar Craig Tiller2015-04-08
|
* Adding flaky attribute for tests.Gravatar Nicolas "Pixel" Noble2015-02-27
|
* Also check build=testGravatar Craig Tiller2015-02-20
|
* Make run_tests.py respect the run= attributeGravatar Craig Tiller2015-02-20
|
* Googlify indentationGravatar Craig Tiller2015-01-18
|
* Pretty print tests.jsonGravatar Craig Tiller2015-01-18
|
* Only run language specified testsGravatar Craig Tiller2015-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.