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
ncteisen
9d5bd8b0c6
Add TODO
6 years ago
ncteisen
f776ee33c2
clean up channelz URI parsing
6 years ago
Richard Belleville
18cc5f5dbe
Use custom assertions
6 years ago
Richard Belleville
cf624a98e6
Isolate logging in all test cases
6 years ago
Yash Tibrewal
fd88dcaf55
Add cancellation notification
6 years ago
ncteisen
96c77693d5
Uphold default for channel trace max memory
6 years ago
Vijay Pai
eea8a8b826
Remove redunant get on unique_ptr
6 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.
6 years ago
Naresh
e4382abc9c
Bazel rules for Python grpcio_reflection
6 years ago
ncteisen
44b262c361
fix build and sanity
6 years ago
ncteisen
77895eec56
use b64, handle localhost
6 years ago
ncteisen
fa4894e110
Handle uri parsing in channelz module
6 years ago
Richard Belleville
dc05e31ff1
Appease the yapf gods
6 years ago
Richard Belleville
78eae493b4
Add explicit test that user can configure their own handler
6 years ago
Richard Belleville
fec37654fb
Fix splat
6 years ago
Richard Belleville
acc72c0835
Format code
6 years ago
Richard Belleville
79d0424468
Pull out function to patch stderr
6 years ago
Richard Belleville
b7335f5c01
Add test for 'No handlers could be found' problem
6 years ago
Yash Tibrewal
3ece34d45c
Let us clean a few things before getting started
6 years ago
ncteisen
1a3c2d3e3a
Move uri_parser to lib
6 years ago
Richard Belleville
a3ffca1440
Format code
6 years ago
Richard Belleville
db1294dd47
Add logging tests to tests.json
6 years ago
ncteisen
1e64fa629c
Add AddressType
6 years ago
Vijay Pai
932abf48a3
Address reviewer comments.
6 years ago
Jan Tattermusch
185a0a7028
add python monkey-patch for parallel build_ext compilation
6 years ago
Vijay Pai
2f47137a6e
Add support for IsCancelled check
6 years ago
Richard Belleville
4d086ef0f4
Fix various mind-numbing typos
6 years ago
Richard Belleville
fb972c960f
Add basicConfig handler to grpcio_testing
6 years ago
Richard Belleville
240ca50ec2
Add basicConfig handler to unit tests
6 years ago
Richard Belleville
839722adc5
Add NullHandler to avoid warnings about no handler
6 years ago
Richard Belleville
1e05d48d2d
Revert "Configure module level loggers with basicConfig()"
...
This reverts commit a20e2073c1
.
6 years ago
Richard Belleville
ff1c31f47c
Add failing unit test
6 years ago
Vijay Pai
b460622c2d
Address reviewer comments
6 years ago
ncteisen
48c3c964b1
supress errors for uri parser
6 years ago
ncteisen
830c7bb459
Sanity headers
6 years ago
ncteisen
3cb8b0b8cb
Move uri_parser to common spot
6 years ago
ncteisen
c13de2eb1e
Support direct channels peer_string
6 years ago
Lidi Zheng
4e5ee57000
Change flag to `REQUIRE_CUSTOM_LIBRARIES_opt`
6 years ago
ncteisen
d82dff4ea0
reviewer feedback, debuging helper
6 years ago
Daniel Joos
40750ef484
Enable compilation with OpenSSL 1.1 API
...
This adds the possibility to compile the core library against OpenSSL 1.1 without backwards-compatible/deprecated API enabled.
It also adds missing include statements in `jwt_verifier.cc` that are required to build with OpenSSL 1.1 (as the `BN_` and `RSA_` APIs are used there).
6 years ago
Yash Tibrewal
0390b29e15
Register global interceptors functionality
6 years ago
Lidi Zheng
7502a2311a
Try cleaner separation
...
* reduce possible contamination of environment variables
6 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!
6 years ago
ncteisen
ba6f81297c
Socket tracks remote address
6 years ago
Lidi Zheng
9569ebe770
Add reference to the issue
6 years ago
Lidi Zheng
465886533f
Ensure libboringssl.a is always built for Python
6 years ago
ncteisen
e83c873517
reviewer commetns
6 years ago
Mark D. Roth
8352f9d274
Fix handling of call context in health check call batch payload.
6 years ago