Jan Tattermusch
b30218b6e0
C#: use netcoreapp1.1 qps worker
6 years ago
Nicolas "Pixel" Noble
237cc52ffd
Fix sanity checker.
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
Lidi Zheng
53476eced4
Adopt reviewer's suggestions
...
* Correct the StatusCode
* Format code
* Use @staticmethod
* Fix typo
6 years ago
Vishal Powar
f614fa5947
Adding upb as submodule
...
upb will be used for codegen of xDS protos.
6 years ago
Lidi Zheng
43599facf4
Channelz Python wrapper implementation
...
* Expose the C-Core API in Cython layer
* Handle the object translation
* Create a separate package for Channelz specifically
* Handle nullptr and raise exception if seen one
* Translate C++ Channelz unit tests
* Adding 5 more invalid query unit tests
Adding peripheral utility for grpcio-channelz package
* Add to `pylint_code.sh`
* Add to Python build script
* Add to artifact build script
* Add to Bazel
* Add to Sphinx module list
6 years ago
Jan Tattermusch
422fdbfd6c
run python interop tests with python3.7
6 years ago
Jan Tattermusch
5a0f722590
run interop tests using python3.4
6 years ago
Yash Tibrewal
c7e92f26eb
Reviewer comments
6 years ago
Jan Tattermusch
3ce9b4fc43
remove remnants of ccache with --use_docker
...
using ccache when building under a docker image isn't useful when
building on kokoro as each build runs on a fresh VM.
Originally ccache builds were used to speed up jenkins builds,
now removing to guarantee build isolation and simplify stuff.
6 years ago
Jan Tattermusch
51e238c2ed
run_tests.py cleanup: nits in PythonLanguage
6 years ago
Jan Tattermusch
3543b1b151
remove broken toplevel index.html file
6 years ago
Jan Tattermusch
3a0c72ff6b
remove an unneeded shell script
6 years ago
Jan Tattermusch
667a17c1f3
split up coverage runs by language
6 years ago
Yash Tibrewal
bab043e865
Cleanup
6 years ago
Juanli Shen
8a880801ae
Add support for LB config in service config
6 years ago
Vishal Powar
862bba6fb4
Updating sanity check for submodules
6 years ago
Yihua Zhang
3fefdde3cc
remove ALTS shared resources
6 years ago
Yihua Zhang
99d8216d06
create internal version of grpc_call_cancel.
6 years ago
Jan Tattermusch
15451b5951
fix linux_extra python artifacts
6 years ago
Jan Tattermusch
14d0dff09f
make client_channel_stress_test run exclusively
6 years ago
Lidi Zheng
c6471a7f85
Only install virtualenv if not inside of virtualenv already
6 years ago
Moiz Haidry
1303ec7b53
Added benchmarks for Callback based Unary server
6 years ago
Jan Tattermusch
2b87b4ff07
run_tests_matrix.py should log run_tests commands
6 years ago
Lidi Zheng
8a0b08b574
Migrate tests from Python 3.4 to Python 3.7
6 years ago
Jan Tattermusch
6645845658
run_interop_tests.py cleanup
6 years ago
Richard Belleville
762b269525
Retain compatiblity with python2
6 years ago
Yash Tibrewal
4cc3717e15
move client_interceptor.cc from src/cpp/codegen to src/cpp/client
6 years ago
Lidi Zheng
b8a9989005
Add support for utf-8 error messages
...
* Both server and client should be fine with utf-8 error messages now
* Adding an interop test: special status message
6 years ago
Richard Belleville
96b9538e4e
Yapf all the things
6 years ago
Richard Belleville
35c6e5541b
Restore unnecessary 2to3 change
6 years ago
Richard Belleville
ac0904b569
Remove unnecessary list conversion
6 years ago
Richard Belleville
666fb1c5ee
Make run_tests.py python-version agnostic
6 years ago
Yihua Zhang
cd768ec12a
use gRPC thread model
6 years ago
Yash Tibrewal
b732e9c403
Make client interceptors see notification even if Cancel was done before the RPC was issued. Also add tests
6 years ago
Yash Tibrewal
e2361a4751
Add server interceptors in end2end_test
6 years ago
Yash Tibrewal
d736b1d309
Refactor tests slightly
6 years ago
ncteisen
44b262c361
fix build and sanity
6 years ago
ncteisen
1a3c2d3e3a
Move uri_parser to lib
6 years ago
Jan Tattermusch
185a0a7028
add python monkey-patch for parallel build_ext compilation
6 years ago
Jan Tattermusch
e573316ec3
TODO about removing realpath dependency
6 years ago
ncteisen
3cb8b0b8cb
Move uri_parser to common spot
6 years ago
Yash Tibrewal
0390b29e15
Register global interceptors functionality
6 years ago
Vijay Pai
84e763f10a
Experimental C++ server callback unary API
6 years ago
Vijay Pai
ac10426163
Add server_interceptors_end2end_test to build.yaml
6 years ago
Jan Tattermusch
0685b80683
upgrade third_party/boringssl-with-bazel to latest chromium-stable-with-bazel
6 years ago
Yash Tibrewal
6a5f39db3c
Separate out interceptorbatchmethodimpl to a different file
6 years ago
Yash Tibrewal
c2e3fde9b5
Rename call.h to call_op_set.h and call_wrapper.h to call.h
6 years ago