aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_tests_matrix.py
Commit message (Collapse)AuthorAge
* Fix build on Alpine linux + add portability testsGravatar Ken Payson2017-04-06
|
* Turn off c_ares resolver by defaultGravatar Yuchen Zeng2017-03-19
|
* Merge remote-tracking branch 'upstream/master' into cares_bazel_ruleGravatar Yuchen Zeng2017-03-17
|\
* \ Merge remote-tracking branch 'upstream/master' into cares_bazel_ruleGravatar Yuchen Zeng2017-03-17
|\ \
| | * Merge pull request #10115 from ↵Gravatar Nathaniel Manista2017-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.xGravatar Michael Lumish2017-03-13
| | |\ \ | | | | | | | | | | Upmerge v1.2.x
| | | | * Modify shebang on python scriptsGravatar Siddharth Shukla2017-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | Change shebangs to `#!/usr/bin/env python` instead of `#!/usr/bin/env python2.7`.
| | * | | Ignore the number of failed skipped testsGravatar Nathaniel Manista2017-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 compatibleGravatar Siddharth Shukla2017-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_fallbackGravatar Michael Lumish2017-03-10
| | |/| | | | | | | | | Add uv resolver fallback for named ports, fix portability tests
| | | * Add uv resolver fallback for named ports, fix portability testsGravatar murgatroid992017-03-09
| | | |
| | * | make report naming internal-CI compliantGravatar Jan Tattermusch2017-03-08
| | |/
| | * improve script for running windows tests on internal_ciGravatar Jan Tattermusch2017-03-01
| |/
| * Merge remote-tracking branch 'upstream/v1.1.x' into merge_1.1.x_masterGravatar murgatroid992017-02-23
| |\
| | * Improve Node and libuv testing and test coverageGravatar murgatroid992017-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_ruleGravatar Yuchen Zeng2017-02-08
|\| |
| * | add cmake build to portability testsGravatar Jan Tattermusch2017-02-03
| |/
* | Merge remote-tracking branch 'upstream/master' into cares_buildinGravatar Yuchen Zeng2017-01-18
|\|
| * Merge branch 'master' into node_electron_buildGravatar murgatroid992017-01-04
| |\
| | * cleanup tools/run_tests directoryGravatar Jan Tattermusch2016-12-22
| | |
| | * support --exclude in run_tests_matrix.pyGravatar Jan Tattermusch2016-12-20
| | |
| | * enable running many runs per test without flooding the logsGravatar Jan Tattermusch2016-12-19
| | |
| * | Add Electron tests to portability test matrixGravatar murgatroid992016-12-05
| |/
* | Merge remote-tracking branch 'upstream/master' into cares_buildinGravatar Yuchen Zeng2016-11-30
|\|
| * Merge remote-tracking branch 'upstream/v1.0.x' into HEADGravatar Jan Tattermusch2016-11-22
| |\
| * \ Merge pull request #8706 from matt-kwong/pull-request-paramsGravatar matt-kwong2016-11-10
| |\ \ | | | | | | | | Show skipped tests not showing up in Jenkins UI
| | * | Fix skipped tests not showing up in Jenkins UIGravatar Matt Kwong2016-11-09
| | | |
| * | | Merge pull request #8461 from matt-kwong/pull-request-paramsGravatar matt-kwong2016-11-08
| |\| | | | | | | | | | Enable pull request test filtering
* | | | Remove C++ native resolver test on windowsGravatar Yuchen Zeng2016-11-08
| | | |
* | | | Add env variable GRPC_DNS_RESOLVERGravatar Yuchen Zeng2016-11-07
|/ / /
* | | Disable gcc4.4 C++ tests - DO NOT MERGE INTO V1.0.XGravatar Matt Kwong2016-11-01
| | |
| * | Add tests for pull request test filteringGravatar Matt Kwong2016-10-31
| | |
| * | Enable pull request test filteringGravatar Matt Kwong2016-10-31
|/ /
| * Add --inner_jobs args to run_tests_matrix.pyGravatar Matt Kwong2016-10-31
| |
* | Add --inner_jobs args to run_tests_matrix.pyGravatar Matt Kwong2016-10-31
| |
| * Made whitelisting files easier and more intuitiveGravatar Matt Kwong2016-10-20
| |
| * changed filter to be more conservative - any no-whitelisted file runs all testsGravatar Matt Kwong2016-10-20
| |
| * Create filter for pull request testsGravatar Matt Kwong2016-10-20
| |
* | Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-19
|\ \
| * \ Merge pull request #7664 from kpayson64/cv_wakeup_fdGravatar kpayson642016-10-17
| |\ \ | | | | | | | | Add Shim for wakeup_fds with no pipe or
| | * | Timeout increase (again)Gravatar Ken Payson2016-10-17
| | | |
| * | | Merge pull request #8295 from matt-kwong/pull-request-paramsGravatar matt-kwong2016-10-14
| |\ \ \ | | | | | | | | | | Create filter for pull request tests on Jenkins
* | | | | Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-14
|\| | | |
| | | * | Increased timeoutGravatar Ken Payson2016-10-14
| | | | |
| | | | * more flexible test naming in reportsGravatar Jan Tattermusch2016-10-13
| | | | |
| | * | | Made whitelisting files easier and more intuitiveGravatar Matt Kwong2016-10-12
| | | | |
* | | | | Add libuv tests, and installation step in dockerfileGravatar murgatroid992016-10-12
| |_|/ / |/| | |
| * | | more flexible test naming in reportsGravatar Jan Tattermusch2016-10-12
|/ / /
| * | changed filter to be more conservative - any no-whitelisted file runs all testsGravatar Matt Kwong2016-10-07
| | |
| * | Create filter for pull request testsGravatar Matt Kwong2016-10-06
|/ /