Matt Kwong
528775db08
Add Jessie Dockerfile using RBE's base
7 years ago
Jan Tattermusch
5947d337fd
run_tests.py --auto_set_flakes should be disabled by default
7 years ago
Jan Tattermusch
39d8973473
cleanup configuration for linux sanity tests
7 years ago
Jan Tattermusch
ba5c7a5034
cleanup configuration for linux sanity tests
7 years ago
kpayson64
1bfff8eec0
Initial gevent support
...
Because some cpp code ends up leaking into cython, we change
the cython generator to generate cpp code.
7 years ago
Muxi Yan
b94f3b3784
Use higher timeout for objc tests
7 years ago
Jan Tattermusch
0614a68a0b
add portability test for gcc7.2
7 years ago
Jan Tattermusch
41d220eb4f
make c++ reports display correctly in resultstore
7 years ago
Vijay Pai
9d2d84382e
Add portability tests on Linux to make sure that build with -fno-exceptions
...
continues to work
7 years ago
Mehrdad Afshari
87cd994b04
Upgrade yapf to 0.20.0
...
Upgrade yapf version to 0.20.0 and reformat Python files.
7 years ago
ncteisen
888093c6ed
yapf run_tests
7 years ago
murgatroid99
38007753b0
Remove src/node and references to it
...
This removes all of the node code and tests from the repo, along with the
scripts for running Node unit tests, performance tests, and artifact builds.
The scripts for running tests from the grpc-node repository are untouched.
7 years ago
Matt Kwong
e2e7cf42a4
Add testing of grpc-node for Linux and MacOS
7 years ago
Jan Tattermusch
67cd21e6c7
adjust sanitizer timeouts
7 years ago
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