Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #12596 from matt-kwong/node-testing | Michael Lumish | 2017-09-28 |
|\ | | | | | Add testing of grpc-node for Linux and MacOS | ||
| * | Add testing of grpc-node for Linux and MacOS | Matt Kwong | 2017-09-20 |
| | | |||
* | | adjust sanitizer timeouts | Jan Tattermusch | 2017-09-19 |
|/ | |||
* | differentiate run_tests suite runtime | Jan Tattermusch | 2017-09-12 |
| | |||
* | adjust run_tests_matrix.py windows portability suites | Jan Tattermusch | 2017-08-23 |
| | |||
* | adjust run tests matrix | Jan Tattermusch | 2017-08-23 |
| | |||
* | Don't rerun flakes when uploading results to BQ | Matt Kwong | 2017-08-16 |
| | |||
* | shard basictests | Jan Tattermusch | 2017-07-13 |
| | |||
* | Merge pull request #11516 from murgatroid99/upmerge_1.4.x | Michael Lumish | 2017-06-19 |
|\ | | | | | Upmerge 1.4.x into Master | ||
| * | Merge remote-tracking branch 'upstream/v1.4.x' into upmerge_1.4.x | murgatroid99 | 2017-06-15 |
| |\ | |||
* | | | make use of --build_only apparent | Jan Tattermusch | 2017-06-13 |
|/ / | |||
* | | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | | |||
* | | Rollback Dockerfile changes | Ken Payson | 2017-06-02 |
| | | |||
| * | Run tests on Node 8 by default, add Node 7 to portability suite | murgatroid99 | 2017-05-30 |
|/ | |||
* | 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 |
| | | |