Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix creds path | 2016-03-25 | |
| | |||
* | Tweaks | 2016-03-20 | |
| | |||
* | Merge github.com:grpc/grpc into backoff2 | 2016-03-20 | |
|\ | | | | | | | Reintroduce flakiness flag for tests: lb_policies_test is inherently flaky and I don't have time to deflake this week | ||
| * | Fix gcc4.4 tests | 2016-03-18 | |
|/ | |||
* | Fix code coverage. | 2016-03-14 | |
| | |||
* | Merge pull request #5381 from jtattermusch/core_portability_clang | 2016-03-11 | |
|\ | | | | | Add clang3.4 and 3.6 support to run_tests.py | ||
| * | add support for clang3.4 and 3.6 | 2016-03-09 | |
| | | |||
* | | Fix other typo to match previous typo fix | 2016-03-09 | |
|/ | |||
* | Simplify Node Windows tests slightly | 2016-03-04 | |
| | | | | | Simplify command that removes OpenSSL headers and remove now-extraneous post-test script. | ||
* | make python test suites run in parallel | 2016-03-02 | |
| | |||
* | Explicitly delete node_modules directory after running tests on Windows | 2016-02-26 | |
| | |||
* | Fix bug | 2016-02-24 | |
| | |||
* | Add comment | 2016-02-24 | |
| | |||
* | Expand gtest suites into individual run_tests tests | 2016-02-24 | |
| | |||
* | fix ruby | 2016-02-23 | |
| | |||
* | add more compilers | 2016-02-23 | |
| | |||
* | minor refactoring | 2016-02-23 | |
| | |||
* | rename _WINDOWS_CONFIG | 2016-02-23 | |
| | |||
* | compilers for C,C++ | 2016-02-23 | |
| | |||
* | simplify run_tests.py | 2016-02-23 | |
| | |||
* | Build "language" superceded by --build_only flag | 2016-02-23 | |
| | |||
* | Increase Node's per-test timeout and Ruby's overall test timeout | 2016-02-18 | |
| | |||
* | Make Node tests run on Windows | 2016-02-10 | |
| | |||
* | use per-language dockerfiles | 2016-02-08 | |
| | |||
* | make node tests pass on macos | 2016-02-06 | |
| | |||
* | use correct path for C tests on win64 | 2016-01-28 | |
| | |||
* | Generate report.xml report with --build_only too | 2016-01-28 | |
| | |||
* | Merge pull request #4906 from jtattermusch/runtest_more_cleanup | 2016-01-27 | |
|\ | | | | | More cleanup of run_tests.py | ||
* \ | Merge github.com:grpc/grpc into fix-c++ | 2016-01-27 | |
|\ \ | |||
| | * | meaningful name for grpc_jenkins_slave | 2016-01-27 | |
| | | | |||
| | * | cleanup sanity tests | 2016-01-27 | |
| |/ | |||
* | | Small testing fixes | 2016-01-27 | |
| | | | | | | | | | | | | | | - end2end test deadlines may complete before checking IsCancelled => don't expect it to be false in these cases - add exponential backoff to port_posix - ensure run_tests rebuilds targets with a regex I commonly use | ||
| * | fix check_arch_option | 2016-01-27 | |
| | | |||
| * | better architecture check on linux | 2016-01-27 | |
| | | |||
| * | move jenkins_slave dockerfiles under tools/dockerfile | 2016-01-27 | |
| | | |||
| * | refactor make_jobspec | 2016-01-27 | |
| | | |||
| * | better arch support | 2016-01-27 | |
| | | |||
| * | refactor dockerization of run_tests.py | 2016-01-27 | |
| | | |||
| * | Merge pull request #4819 from ctiller/less-cpu-sanity | 2016-01-26 | |
|/| | | | | | Ensure sanity generate projects doesnt eat all available cpu | ||
| * | Command line parsing fix | 2016-01-21 | |
| | | |||
* | | Merge pull request #4791 from ctiller/rtt2 | 2016-01-21 | |
|\ \ | | | | | | | Move build configs into build.yaml | ||
* | | | Make run_tests.py respect job count for compilation | 2016-01-21 | |
| |/ |/| | |||
| * | Fix imports | 2016-01-20 | |
| | | |||
| * | Use ast.literal_eval instead of json.loads to avoid unicode problems on windows | 2016-01-20 | |
| | | |||
| * | Move build configs into build.yaml | 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. | ||
* | | enable running c# tests on mac | 2016-01-20 | |
|/ | |||
* | Merge branch 'cpu-cost' into more-saneness | 2016-01-20 | |
|\ | |||
* | | List Sanity tests in a config file, not a shell script | 2016-01-20 | |
| | | | | | | | | Allows parallelization of sanity tests, and better error reporting | ||
| * | Add CPU cost measurement, tune parameters, decrease default maxjobs | 2016-01-20 | |
| | | |||
| * | Use CPU cost modelling to increase parallelism | 2016-01-20 | |
|/ |