Esun Kim
5690ea0106
Added gcc11 and clang12 tests ( #27190 )
3 years ago
AJ Heller
2d16865693
Delete libuv-iomgr implementation and GRPC_UV build option ( #27188 )
...
This has been unmaintained for years, last supported in gRPC-core v1.24.
3 years ago
Lidi Zheng
2231c2ba77
Introduce Python import sorting to our sanity test suite ( #26768 )
...
* Add isort_code.sh to sanity tests
* Run tools/distrib/isort_code.sh
* Fine tune the import order for relative imports
* Make pylint and project generation happy
* Fix a few corner cases
* Use --check instead of --diff
* The import order impacts test result somehow
* Make isort print diff and check output at the same time
* Let tools/run_tests/python_utils be firstparty library
* Run isort against latest HEAD
3 years ago
Esun Kim
83681f2721
Revert "Revert "Added portability test with openssl 1.0.2 ( #25770 )" ( #25812 )" ( #25860 )
...
This reverts commit b55fba3382
.
3 years ago
Esun Kim
b55fba3382
Revert "Added portability test with openssl 1.0.2 ( #25770 )" ( #25812 )
...
This reverts commit 0147d99c41
.
4 years ago
Esun Kim
0147d99c41
Added portability test with openssl 1.0.2 ( #25770 )
...
* Added openssl102 test to portability
* Update by review
4 years ago
Lidi Zheng
8be2ac94a8
Bump up minimum supported clang to 4.0
4 years ago
Sergii Tkachenko
8db79e2e71
Python style: reformat code using updated yapf 0.30.0
4 years ago
root
60b5d06ec1
replace to php7
4 years ago
Jan Tattermusch
2c95b8f6fb
yapf code
4 years ago
Jan Tattermusch
fcc679a692
remove clang3.5 from portability (>5years old compiler)
4 years ago
Jan Tattermusch
31e2ecc1ba
c-ares is already the default resolver on windows
4 years ago
Jan Tattermusch
8a2e1b82dc
no need for linux cmake portability tests: cmake is already the default
4 years ago
Jan Tattermusch
99cfec0034
remove no longer useful cxx_sanitizers_jessie portability test (clang "7.0")
4 years ago
Jan Tattermusch
1316ae2d30
remove run_tests.py sanitizers from run_tests_matrix.py
5 years ago
Esun Kim
7dac73264b
Bump the version of gcc to 4.9
5 years ago
Esun Kim
7be821ac47
Yapf all target python sources
5 years ago
Esun Kim
b7ac4d6611
Increase timeout for windows portability tests
5 years ago
Jan Tattermusch
9586644ea0
add gcc8.3 portability test
5 years ago
Jan Tattermusch
92fa3c3d4e
replace ubuntu1710 image by ubuntu1804
5 years ago
Lidi Zheng
0765cf940b
Refactor the way AsyncIO is tested under run_tests.py
5 years ago
Esun Kim
ac4e858731
Only dbg for sanity test
5 years ago
Jan Tattermusch
0bbfc4568b
remove spurious print from run_tests_matrix.py
5 years ago
Jan Tattermusch
f268db6f33
yapf format code
5 years ago
Jan Tattermusch
5207c148ff
more readable test target ordering
5 years ago
Jan Tattermusch
2381d693b8
preserve the run_tests.py logs in sponge
5 years ago
Jan Tattermusch
11222b78c2
only use multi_target report for selected languages
5 years ago
Jan Tattermusch
902094f9f2
rename to run_tests_matrix_jobs
5 years ago
Jan Tattermusch
218e7b0c54
split run_tests_invocations to separate targets
5 years ago
Jan Tattermusch
243b43d6cc
better run_tests prefix
5 years ago
Jan Tattermusch
6b44344161
use run_tests_invocations instead of aggregate tests
5 years ago
Jan Tattermusch
42da891714
include run_tests in target name
5 years ago
Jan Tattermusch
3869f43953
only run libuv portability tests as build-only
5 years ago
Muxi Yan
5a354d79ef
fix cannot find tests
6 years ago
Muxi Yan
1f1eff115a
Split extra arguments
6 years ago
Muxi Yan
7b239a287e
Move extra args into RUN_TESTS_FLAGS
6 years ago
Muxi Yan
04a3d9c2aa
build failure fix
6 years ago
Muxi Yan
285cea16b3
Reorganize tests
6 years ago
Jan Tattermusch
2fd2ee2289
test C# on .NET core by default too
6 years ago
Jan Tattermusch
2b87b4ff07
run_tests_matrix.py should log run_tests commands
6 years ago
Jan Tattermusch
2488dff74b
address comments
6 years ago
Jan Tattermusch
f952579464
make logs available by run_tests_matrix.py suites
6 years ago
Jan Tattermusch
ee69685f79
yapf code
6 years ago
Jan Tattermusch
bfcde072c9
run_tests_matrix: everything runs on kokoro
6 years ago
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