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
Tony Lu
f037eac0a9
Small fixes
5 years ago
Tony Lu
0ad64536ed
Added some comments and TODOs
5 years ago
Muxi Yan
d091480eef
Remove unused code as comment
5 years ago
Tony Lu
e00d7fc179
Run executable from bazel instead of bazel run (which did not seem to work)
...
Increased timout limit because no interop_server was make'd b4 hand
5 years ago
Tony Lu
4be53843d3
Use bazel to run interop server
...
Removed commented tests
5 years ago
Tony Lu
d2ce6e707c
Isolated test-specific build steps so that unrelated tasks don't run them
...
Move interop making back to run_tests.py
5 years ago
Tony Lu
ddf3f7ffb1
Experimentally changed non-framework builds to bazel build
...
Experimentally run Unit/MacTests with Bazel
5 years ago
Tony Lu
08795cd206
Removed framework tests for tv and watch examples
5 years ago
Tony Lu
28ed900adc
Increased timeout limit
5 years ago
Tony Lu
efa43e1bb3
Modified scripts to run builds correct schemes on correct platforms
5 years ago
Tony Lu
5be988f412
Adapted samples to new imports & added experimental kokoro jobs
5 years ago
Tony Lu
63e6329c65
Added Kokoro jobs for tvos unit tests
5 years ago
Prashant Jaikumar
232725b99a
Add C++ Cronet end2end tests
5 years ago
Tony Lu
6b99f47bbf
Try modifying kokoro job because Sample's default FRAMEWORK is set to
...
YES now
5 years ago
Muxi Yan
7eb8bac696
Resolve xcodebuild issue on Mac
6 years ago
Muxi Yan
8a11a8120a
More run_tests.py script fix
6 years ago
Muxi Yan
8cc3457776
fix tests so that they run
6 years ago
Muxi Yan
3931c0bcd2
yapf_codes
6 years ago
Richard Belleville
385beb95ce
Yapf
6 years ago
Richard Belleville
79ffaced7d
Add python 3.8 test
6 years ago
Muxi Yan
285cea16b3
Reorganize tests
6 years ago
Muxi Yan
3473788621
Remove example build tests that do not depend on changes in a PR or master branch
6 years ago
Jan Tattermusch
c586eea27e
adjust run_*tests.py
6 years ago
Yash Tibrewal
620d80d817
Remove poll-cv references from bazel and run_tests.py
6 years ago
Yash Tibrewal
abcd5861eb
Nuking the poll-cv polling engine
6 years ago
Jan Tattermusch
921df1c923
run_tests.py: increase timeout for pre-build step
6 years ago
Muxi Yan
1124c4edd9
increase timeout of cfstream-tests
6 years ago
Jan Tattermusch
f596b95710
cleanup references to removed multilang docker image
6 years ago
Jan Tattermusch
7b9e0db9be
update test exec scripts
6 years ago
Jan Tattermusch
19bc2c2937
switch C# docker images to debian stretch
6 years ago
Jan Tattermusch
51e238c2ed
run_tests.py cleanup: nits in PythonLanguage
6 years ago
Jan Tattermusch
667a17c1f3
split up coverage runs by language
6 years ago
Lidi Zheng
8a0b08b574
Migrate tests from Python 3.4 to Python 3.7
6 years ago