Ken Payson
975b5103e5
Fix build on Alpine linux + add portability tests
8 years ago
Yuchen Zeng
15618625ed
Turn off c_ares resolver by default
8 years ago
Siddharth Shukla
8e64d901fd
Modify shebang on python scripts
...
Change shebangs to `#!/usr/bin/env python` instead of
`#!/usr/bin/env python2.7`.
8 years ago
Nathaniel Manista
21e7dfc712
Ignore the number of failed skipped tests
...
jobset.run was changed on 16 October 2015 in e4c3561074
to return the number of failures and the result set. On 20 October 2016
in 5c691c634d
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 7e9bd6ca9a
introduced
a use of jobset.run's "skip_jobs" return value semantics, and on 8
March 2017 d159af31fc
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.
8 years ago
Siddharth Shukla
d194f59939
Make testing scripts python3.x compatible
...
Update run_tests/*.py to use six based isomorphisms and print function
from __future__ module.
8 years ago
murgatroid99
d0cda5c40b
Add uv resolver fallback for named ports, fix portability tests
8 years ago
Jan Tattermusch
5a59c43e7a
make report naming internal-CI compliant
8 years ago
Jan Tattermusch
ff61b8c114
improve script for running windows tests on internal_ci
8 years ago
murgatroid99
1191b7202d
Improve Node and libuv testing and test coverage
...
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
8 years ago
Jan Tattermusch
dfb03bb94e
add cmake build to portability tests
8 years ago
Jan Tattermusch
5c79a3199c
cleanup tools/run_tests directory
8 years ago
Jan Tattermusch
6a85129d1a
support --exclude in run_tests_matrix.py
8 years ago
Jan Tattermusch
68e27bfef3
enable running many runs per test without flooding the logs
8 years ago
murgatroid99
804c9e90fc
Add Electron tests to portability test matrix
8 years ago
Matt Kwong
aa6c94cb26
Fix skipped tests not showing up in Jenkins UI
8 years ago
Yuchen Zeng
87b5910345
Remove C++ native resolver test on windows
8 years ago
Yuchen Zeng
fdae4bdea5
Add env variable GRPC_DNS_RESOLVER
8 years ago
Matt Kwong
e3beac9eeb
Disable gcc4.4 C++ tests - DO NOT MERGE INTO V1.0.X
8 years ago
Matt Kwong
7e9bd6ca9a
Add tests for pull request test filtering
8 years ago
Matt Kwong
5c691c634d
Enable pull request test filtering
8 years ago
Matt Kwong
f964e772af
Add --inner_jobs args to run_tests_matrix.py
8 years ago
Matt Kwong
fef9896c82
Add --inner_jobs args to run_tests_matrix.py
8 years ago
Matt Kwong
3020bb792c
Made whitelisting files easier and more intuitive
8 years ago
Matt Kwong
0f546b6f32
changed filter to be more conservative - any no-whitelisted file runs all tests
8 years ago
Matt Kwong
18d5fa5ebd
Create filter for pull request tests
8 years ago
Ken Payson
97e6920e44
Timeout increase (again)
8 years ago
Ken Payson
67c73e14b8
Increased timeout
8 years ago
Jan Tattermusch
19a4121e73
more flexible test naming in reports
8 years ago
Matt Kwong
f01122c092
Made whitelisting files easier and more intuitive
8 years ago
murgatroid99
1687cab9ed
Add libuv tests, and installation step in dockerfile
8 years ago
Jan Tattermusch
cfcc0755a0
more flexible test naming in reports
8 years ago
Matt Kwong
f3f2872483
changed filter to be more conservative - any no-whitelisted file runs all tests
8 years ago
Matt Kwong
e9163f04c3
Create filter for pull request tests
8 years ago
Jan Tattermusch
ad666a9414
remove node portability targets
8 years ago
Jan Tattermusch
b6b4f8759b
better --dry_run printouts
8 years ago
Jan Tattermusch
e922d7702e
support --dry_run flag
8 years ago
Jan Tattermusch
f098c753ba
node6 portability test not yet implemented
8 years ago
Jan Tattermusch
7a6c2235d5
support passing extra args to run_tests.py
8 years ago
Jan Tattermusch
5b34c4fc09
address some TODOs
8 years ago
Jan Tattermusch
7a7792a9de
run matrix improvements
8 years ago
Jan Tattermusch
3b0d092e22
add matrix run script
8 years ago
Jan Tattermusch
0b6d72c296
remove node portability targets
8 years ago
Jan Tattermusch
7b9c21ab2c
better --dry_run printouts
8 years ago
Jan Tattermusch
c1e44906f8
support --dry_run flag
8 years ago
Jan Tattermusch
1c037a3044
node6 portability test not yet implemented
8 years ago
Jan Tattermusch
6d7c6ef332
support passing extra args to run_tests.py
8 years ago
Jan Tattermusch
060eb8794a
address some TODOs
8 years ago
Jan Tattermusch
a1906d5ea7
run matrix improvements
8 years ago
Jan Tattermusch
9c79e8de96
add matrix run script
8 years ago