Jan Tattermusch
29828c58d3
differentiate run_tests suite runtime
7 years ago
Jan Tattermusch
a8003e8b96
adjust run_tests_matrix.py windows portability suites
7 years ago
Jan Tattermusch
add32254eb
adjust run tests matrix
7 years ago
Matt Kwong
c5fd890b13
Don't rerun flakes when uploading results to BQ
7 years ago
Jan Tattermusch
a3899426fe
shard basictests
7 years ago
Jan Tattermusch
0b0d9d47a6
make use of --build_only apparent
8 years ago
Jan Tattermusch
7897ae9308
auto-fix most of licenses
8 years ago
Ken Payson
1b0661bfd7
Rollback Dockerfile changes
8 years ago
murgatroid99
4bea5b9866
Run tests on Node 8 by default, add Node 7 to portability suite
8 years ago
Vijay Pai
add2e4da2d
Remove gcc-4.4 and 4.6 from portability tests since core now accepts C++11.
8 years ago
Matt Kwong
52ff986f94
Add option to upload Jenkins test result to BQ
8 years ago
Ken Payson
029090628d
Upgrade protobuf to 3.3.0
8 years ago
Matt Kwong
d42f55bd90
Add UBSan to list of tests generated
8 years ago
Jan Tattermusch
ac9c9f93b9
reports can create subdirs
8 years ago
Craig Tiller
e3229fe7c6
Extend time capping to run_tests_matrix scripts
8 years ago
Alexander Polcyn
f5521c33f9
Revert "Merge branch 'master' into v1.3.x"
...
This reverts commit 79759fea1a
, reversing
changes made to dc36f4df6a
.
8 years ago
murgatroid99
f94f64fc12
Remove non-libuv code from Node extension
8 years ago
Craig Tiller
ceea969146
Extend time capping to run_tests_matrix scripts
8 years ago
Ken Payson
8ab2df145d
Fix PHP interop tests
8 years ago
Ken Payson
b702ce2117
Fix PHP interop tests
8 years ago
murgatroid99
f25f50511e
Build for more versions of electron, restrict when a Windows warning is shown
8 years ago
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