Lidi Zheng
cabe8d8f10
New Python documentation generation
...
* Use templates instead of generating them every time
* Theme changed
* Add grpc_* modules
* APIs grouped
* No documentation for class members without docstring
* Add docstring for status code
7 years ago
Lidi Zheng
4821221e3a
Add wait-for-ready semantics
...
* Include unit tests to test default behaviour, disable behaviour, enable behaviour of the wait-for-ready mechanism
* Import flags constants from grpc_types.h
* Use WaitGroup to wait for TRANSIENT_FAILURE state in unit test
7 years ago
Lidi Zheng
03841be6ce
Add background about the special condition
7 years ago
Srini Polavarapu
1bf93a76f5
Regenerate projects
7 years ago
Lidi Zheng
8a0b08b574
Migrate tests from Python 3.4 to Python 3.7
7 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
7 years ago
Richard Belleville
3c0c4fc1fd
Use custom assertions
7 years ago
Richard Belleville
056a1a8ea4
Isolate logging in all test cases
7 years ago
Richard Belleville
a8d6e14721
Appease the yapf gods
7 years ago
Richard Belleville
0139d8777d
Add explicit test that user can configure their own handler
7 years ago
Richard Belleville
9aed6c8f8e
Fix splat
7 years ago
Richard Belleville
a56a30f5a1
Format code
7 years ago
Richard Belleville
e4b4f3131b
Pull out function to patch stderr
7 years ago
Richard Belleville
2acb85006a
Add test for 'No handlers could be found' problem
7 years ago
Richard Belleville
17dc8d3083
Format code
7 years ago
Richard Belleville
7c3c8323cd
Add logging tests to tests.json
7 years ago
Richard Belleville
916681911d
Fix various mind-numbing typos
7 years ago
Richard Belleville
61011a3af4
Add basicConfig handler to grpcio_testing
7 years ago
Richard Belleville
619f7e767b
Add basicConfig handler to unit tests
7 years ago
Richard Belleville
e57c10d9f0
Add NullHandler to avoid warnings about no handler
7 years ago
Richard Belleville
3990ff1dcf
Revert "Configure module level loggers with basicConfig()"
...
This reverts commit a20e2073c1
.
7 years ago
Richard Belleville
1ef01a1c29
Add failing unit test
7 years ago
Benjamin Peterson
187f7e4e4c
Replace pkg_resources with pkgutil.
...
pkg_resources (part of setuptools) is overkill for reading resource files. The standard library module pkgutil can do that just fine.
7 years ago
Yihua Zhang
cd768ec12a
use gRPC thread model
7 years ago
Richard Belleville
18cc5f5dbe
Use custom assertions
7 years ago
Richard Belleville
cf624a98e6
Isolate logging in all test cases
7 years ago
Naresh
cd931752ca
Bazel rules for gRPC Python interop tests
...
Add interop tests for gRPC Python. py_proto_library rules are added to
src/proto/grpc/testing/BUILD since grpc_proto_library is not compatible
with py_* rules.
'requests' python module is added to requirements.bazel.txt as it is a
dependency for google-auth. Previously, this was installed through
tools/run_tests/helper_scripts/build_python.sh before running tests.
7 years ago
Naresh
e4382abc9c
Bazel rules for Python grpcio_reflection
7 years ago
ncteisen
44b262c361
fix build and sanity
7 years ago
Richard Belleville
dc05e31ff1
Appease the yapf gods
7 years ago
Richard Belleville
78eae493b4
Add explicit test that user can configure their own handler
7 years ago
Richard Belleville
fec37654fb
Fix splat
7 years ago
Richard Belleville
acc72c0835
Format code
7 years ago
Richard Belleville
79d0424468
Pull out function to patch stderr
7 years ago
Richard Belleville
b7335f5c01
Add test for 'No handlers could be found' problem
7 years ago
ncteisen
1a3c2d3e3a
Move uri_parser to lib
7 years ago
Richard Belleville
a3ffca1440
Format code
7 years ago
Richard Belleville
db1294dd47
Add logging tests to tests.json
7 years ago
Jan Tattermusch
185a0a7028
add python monkey-patch for parallel build_ext compilation
7 years ago
Richard Belleville
4d086ef0f4
Fix various mind-numbing typos
7 years ago
Richard Belleville
fb972c960f
Add basicConfig handler to grpcio_testing
7 years ago
Richard Belleville
240ca50ec2
Add basicConfig handler to unit tests
7 years ago
Richard Belleville
839722adc5
Add NullHandler to avoid warnings about no handler
7 years ago
Richard Belleville
1e05d48d2d
Revert "Configure module level loggers with basicConfig()"
...
This reverts commit a20e2073c1
.
7 years ago
Richard Belleville
ff1c31f47c
Add failing unit test
7 years ago
ncteisen
3cb8b0b8cb
Move uri_parser to common spot
7 years ago
Lidi Zheng
4e5ee57000
Change flag to `REQUIRE_CUSTOM_LIBRARIES_opt`
7 years ago
Lidi Zheng
7502a2311a
Try cleaner separation
...
* reduce possible contamination of environment variables
7 years ago
Lidi Zheng
688db0ec5b
Remove the environment variable changing line
...
* This commit failed `tools/run_tests/artifacts/build_artifact_csharp.sh`
* It doesn't make any sense!
7 years ago
Lidi Zheng
9569ebe770
Add reference to the issue
7 years ago