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
Muxi Yan
951f3d9603
Temporarily disable watchOS support for !ProtoCompiler-gRPCPlugin
5 years ago
Muxi Yan
9754150b1f
Temporarily disable watchOS support for !ProtoCompiler-gRPCPlugin
5 years ago
Pau Freixes
a44e6d76b7
[Aio] Unary unary client call barebones implementation
...
Implement the minimal stuff for making a unary call with the new
experimental gRPC Python implementation for Asyncio, called Aio.
What has been added:
- Minimal iomgr code for performing the required network and timer
calls.
- Minimal Cython code implementing the channel, call and the callback
context.
- Minimal Python code that mimics the synchronous implementation but
designed to be asynchronous.
Testing considerations:
Tests have to be executed using the `GRPC_ENABLE_FORK_SUPPORT=0`
environment variable for skipping the fork handles installed by
the core library. This is due to the usage of a syncrhonous server
used as a fixture executed in another process.
Co-authored-by: Manuel Miranda <manuel.miranda@skyscanner.net>
Co-authored-by: Mariano Anaya <mariano.anaya@skyscanner.net>
Co-authored-by: Zhanghui Mao <zhanghui.mao@skyscanner.net>
Co-authored-by: Lidi Zheng <lidiz@google.com>
5 years ago
Jan Tattermusch
f268db6f33
yapf format code
5 years ago
Jan Tattermusch
11222b78c2
only use multi_target report for selected languages
5 years ago
Jan Tattermusch
9e0eb19ca4
generate separate sponge target for each test suite
5 years ago
Lidi Zheng
8b91cdbf6d
Add a default Dockerfile for Python testing
5 years ago
Lidi Zheng
04dd147b41
Add Python 3.6 to default gRPC Python test environments
5 years ago