Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | |||
* | Rollback Dockerfile changes | Ken Payson | 2017-06-02 |
| | |||
* | Remove gcc-4.4 and 4.6 from portability tests since core now accepts C++11. | Vijay Pai | 2017-05-10 |
| | |||
* | Merge pull request #10967 from matt-kwong/upload_results2 | Matt Kwong | 2017-05-09 |
|\ | | | | | Add option to upload Jenkins test result to BQ | ||
* \ | Merge pull request #10995 from kpayson64/upgrade_protobuf | kpayson64 | 2017-05-09 |
|\ \ | | | | | | | Upgrade protobuf to 3.3.0 | ||
| | * | Add option to upload Jenkins test result to BQ | Matt Kwong | 2017-05-08 |
| |/ |/| | |||
| * | Upgrade protobuf to 3.3.0 | Ken Payson | 2017-05-08 |
| | | |||
* | | Add UBSan to list of tests generated | Matt Kwong | 2017-05-04 |
|/ | |||
* | Merge pull request #10912 from dgquintas/trying-to-fix-stuff | David G. Quintas | 2017-05-04 |
|\ | | | | | Upmerge from 1.3.0 to master | ||
* | | reports can create subdirs | Jan Tattermusch | 2017-04-29 |
| | | |||
| * | Merge remote-tracking branch 'upstream/v1.3.x' into node_only_uv | murgatroid99 | 2017-04-25 |
| |\ | |/ |/| | |||
| * | Remove non-libuv code from Node extension | murgatroid99 | 2017-04-24 |
| | | |||
* | | Extend time capping to run_tests_matrix scripts | Craig Tiller | 2017-04-21 |
| | | |||
* | | Merge remote-tracking branch 'upstream/v1.3.x' into upmerge_v1.3.x | murgatroid99 | 2017-04-19 |
|\ \ | |||
| | * | Fix PHP interop tests | Ken Payson | 2017-04-19 |
| |/ | |||
* | | Fix PHP interop tests | Ken Payson | 2017-04-18 |
| | | |||
| * | Build for more versions of electron, restrict when a Windows warning is shown | murgatroid99 | 2017-04-13 |
|/ | |||
* | Fix build on Alpine linux + add portability tests | Ken Payson | 2017-04-06 |
| | |||
* | Turn off c_ares resolver by default | Yuchen Zeng | 2017-03-19 |
| | |||
* | Merge remote-tracking branch 'upstream/master' into cares_bazel_rule | Yuchen Zeng | 2017-03-17 |
|\ | |||
* \ | Merge remote-tracking branch 'upstream/master' into cares_bazel_rule | Yuchen Zeng | 2017-03-17 |
|\ \ | |||
| | * | Merge pull request #10115 from ↵ | Nathaniel Manista | 2017-03-13 |
| | |\ | | | | | | | | | | | | | | | | | thunderboltsid/update-run-tests-scripts-to-python3.x Make testing scripts python3.x compatible. | ||
| | * \ | Merge pull request #10105 from murgatroid99/upmerge_v1.2.x | Michael Lumish | 2017-03-13 |
| | |\ \ | | | | | | | | | | | Upmerge v1.2.x | ||
| | | | * | Modify shebang on python scripts | Siddharth Shukla | 2017-03-12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Change shebangs to `#!/usr/bin/env python` instead of `#!/usr/bin/env python2.7`. | ||
| | * | | | Ignore the number of failed skipped tests | Nathaniel Manista | 2017-03-12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jobset.run was changed on 16 October 2015 in e4c3561074ca27fc4bdf1a6bf to return the number of failures and the result set. On 20 October 2016 in 5c691c634de144b50fc1f2e166303219721c19d0 jobset.run was changed to allow jobs to be skipped, but the introduced code path only returned the result set, giving jobset.run inconsistent return value semantics. On 24 October 2016 7e9bd6ca9a2e167dcb6133c78c05cf27584ee062 introduced a use of jobset.run's "skip_jobs" return value semantics, and on 8 March 2017 d159af31fcf300cfe2d7b9b41d789cd664ee4f1b resolved jobset.run's inconsistent return value semantics but failed to correct run_tests_matrix's use of the inconsistent "skip_jobs" return value semantics. | ||
| | | | * | Make testing scripts python3.x compatible | Siddharth Shukla | 2017-03-12 |
| | | |/ | | |/| | | | | | | | | | | | | | Update run_tests/*.py to use six based isomorphisms and print function from __future__ module. | ||
| | | * | Merge pull request #10054 from murgatroid99/uv_resolver_fallback | Michael Lumish | 2017-03-10 |
| | |/| | | | | | | | | | Add uv resolver fallback for named ports, fix portability tests | ||
| | | * | Add uv resolver fallback for named ports, fix portability tests | murgatroid99 | 2017-03-09 |
| | | | | |||
| | * | | make report naming internal-CI compliant | Jan Tattermusch | 2017-03-08 |
| | |/ | |||
| | * | improve script for running windows tests on internal_ci | Jan Tattermusch | 2017-03-01 |
| |/ | |||
| * | Merge remote-tracking branch 'upstream/v1.1.x' into merge_1.1.x_master | murgatroid99 | 2017-02-23 |
| |\ | |||
| | * | Improve Node and libuv testing and test coverage | murgatroid99 | 2017-02-17 |
| | | | | | | | | | | | | Allow Node tests to run with or without UV, change default version to 7, add some portability tests. Also make some more core tests work with libuv | ||
* | | | Merge remote-tracking branch 'upstream/master' into cares_bazel_rule | Yuchen Zeng | 2017-02-08 |
|\| | | |||
| * | | add cmake build to portability tests | Jan Tattermusch | 2017-02-03 |
| |/ | |||
* | | Merge remote-tracking branch 'upstream/master' into cares_buildin | Yuchen Zeng | 2017-01-18 |
|\| | |||
| * | Merge branch 'master' into node_electron_build | murgatroid99 | 2017-01-04 |
| |\ | |||
| | * | cleanup tools/run_tests directory | Jan Tattermusch | 2016-12-22 |
| | | | |||
| | * | support --exclude in run_tests_matrix.py | Jan Tattermusch | 2016-12-20 |
| | | | |||
| | * | enable running many runs per test without flooding the logs | Jan Tattermusch | 2016-12-19 |
| | | | |||
| * | | Add Electron tests to portability test matrix | murgatroid99 | 2016-12-05 |
| |/ | |||
* | | Merge remote-tracking branch 'upstream/master' into cares_buildin | Yuchen Zeng | 2016-11-30 |
|\| | |||
| * | Merge remote-tracking branch 'upstream/v1.0.x' into HEAD | Jan Tattermusch | 2016-11-22 |
| |\ | |||
| * \ | Merge pull request #8706 from matt-kwong/pull-request-params | matt-kwong | 2016-11-10 |
| |\ \ | | | | | | | | | Show skipped tests not showing up in Jenkins UI | ||
| | * | | Fix skipped tests not showing up in Jenkins UI | Matt Kwong | 2016-11-09 |
| | | | | |||
| * | | | Merge pull request #8461 from matt-kwong/pull-request-params | matt-kwong | 2016-11-08 |
| |\| | | | | | | | | | | Enable pull request test filtering | ||
* | | | | Remove C++ native resolver test on windows | Yuchen Zeng | 2016-11-08 |
| | | | | |||
* | | | | Add env variable GRPC_DNS_RESOLVER | Yuchen Zeng | 2016-11-07 |
|/ / / | |||
* | | | Disable gcc4.4 C++ tests - DO NOT MERGE INTO V1.0.X | Matt Kwong | 2016-11-01 |
| | | | |||
| * | | Add tests for pull request test filtering | Matt Kwong | 2016-10-31 |
| | | | |||
| * | | Enable pull request test filtering | Matt Kwong | 2016-10-31 |
|/ / |