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
Lidi Zheng
7b8ca91178
Increase Python job timeout to deflake build extra job
4 years ago
Jan Tattermusch
fc2ea4d54a
upgrade ruby image in run_tests.py
4 years ago
dapeng-mi
0df5a6007e
Bug fix: decode bytes object to string for subprocess.check_output output.
...
When running test "./tools/run_tests/run_tests.py -l c++ -c dbg" in python3
environment, the following exception is observed.
./tools/run_tests/run_tests.py -l c++ -c dbg
PASSED: make [time=114.9sec, retries=0:0]
Omitting EPOLLEXCLUSIVE tests
2020-12-01 10:45:40,806 detected port server running version 21
2020-12-01 10:45:40,866 my port server is version 21
Traceback (most recent call last):
File "./tools/run_tests/run_tests.py", line 1919, in <module>
build_only=args.build_only)
File "./tools/run_tests/run_tests.py", line 1800, in _build_and_run
one_run = set(spec for language in languages
File "./tools/run_tests/run_tests.py", line 1801, in <genexpr>
for spec in language.test_specs()
File "./tools/run_tests/run_tests.py", line 383, in test_specs
for line in tests.split('\n'):
TypeError: a bytes-like object is required, not 'str'
Signed-off-by: dapeng-mi <clark_mdp@163.com>
4 years ago
yulin-liang
d908f6fc18
Extend the timeout for ios-cpp-test-cronet
4 years ago
yulin-liang
4791f6be68
Extend time out for cfstream-test.
4 years ago
yulin-liang
9ddfc68dec
Attempt to extend timeout for ios-test-cfstream-tests.
4 years ago
root
762a0b83c4
replace php to php7
4 years ago
root
f4a0a9d0ff
del php5 from php_jessie_x64 and run_tests.py
4 years ago
Lidi Zheng
5644879af3
Reduce tested Python version on macOS
4 years ago
Jan Tattermusch
72f2b85f61
support vs2019
4 years ago
Lidi Zheng
f959c12828
Add 3.7 back to macOS and Linux test suite
4 years ago
Lidi Zheng
6a8fa33692
Restrict gevent test on Windows to run on 3.6
4 years ago
Lidi Zheng
e504cf71ff
Update Python default test suite in run_tests.py
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
31fa9a3530
switch run_tests.py C/C++ tests to cmake
4 years ago
Jan Tattermusch
99cfec0034
remove no longer useful cxx_sanitizers_jessie portability test (clang "7.0")
4 years ago
Jan Tattermusch
847a4715e5
remove clang3.4 portability test: ubuntu14.04 is EOL
4 years ago
Jan Tattermusch
4fc875201d
get rid of unused run_tests.py --auto_set_flakes arg
4 years ago
Alexander Polcyn
9b4ef62cb9
Split up run_ruby_end2end_tests.sh into more granular test targets
4 years ago
yulin-liang
317fd2e13f
Objc support PB runtime import override
4 years ago
Richard Belleville
8079de2466
Accidentally a word
5 years ago
Richard Belleville
0aa77e410f
Restrict set of interpreters on MacOS
5 years ago
Richard Belleville
23c32621d6
Fix all_the_cpythons. Add 3.5 to defaults
5 years ago
Jan Tattermusch
2945f9b0a3
fix bazel wrapper download race in sanity tests
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
Yash Tibrewal
72c4b9767b
YAPF formatting
5 years ago
Yash Tibrewal
e0e6e574d1
Reviewer comments
5 years ago
Yash Tibrewal
45501dbbc4
Don't fail on upload_results_to_bq not being defined
5 years ago
Muxi Yan
329fcfd7aa
Update run_tests.py
5 years ago
Lidi Zheng
36e6ee9ac3
Adopt reviewer's advices:
...
* Fix several typos
* Fix a un-revealed segfault
* Fix some documentation
* Polish test assertions
5 years ago
Lidi Zheng
c5d194062c
Attempt to fix all CI failures:
...
* Fixes the Windows Cython obsolate issue
* Fixes the post fork threading issue
5 years ago
Lidi Zheng
160d33076f
Make YAPF happy
5 years ago
Lidi Zheng
6b92b4af05
Attempt to drop support for Python 3.4
5 years ago
Lidi Zheng
bcb870bf20
Make Windows test gRPC with Python 3.6
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
57a0173e5c
Make YAPF and PyLint happy
5 years ago
Lidi Zheng
e7e121fdbd
Allow compiler 'default' for AsyncIO test
5 years ago
Lidi Zheng
14fff13f48
Test AsyncIO only on 3.6
5 years ago
Lidi Zheng
e75376ae60
Make YAPF happy again
5 years ago
Lidi Zheng
81499d3c1b
Make YAPF happy for run_tests.py
5 years ago
Lidi Zheng
5c965fa5a0
Remove PythonAioLanguage from run_tests.py
5 years ago
Lidi Zheng
8261106c4b
Fix misused variable in run_tests.py
5 years ago
Lidi Zheng
0765cf940b
Refactor the way AsyncIO is tested under run_tests.py
5 years ago
chentanjun
4ecc1fe6a4
fix the wrong word
5 years ago
Prashant Jaikumar
807eaa465a
iOS performance test enhancements
5 years ago