ncteisen
1b8bf9f190
Add blank line
6 years ago
Richard Belleville
666fb1c5ee
Make run_tests.py python-version agnostic
6 years ago
ncteisen
e7d59f718f
clang format
6 years ago
ncteisen
131eedaa40
Add test
6 years ago
ncteisen
c8ee12c0f5
Reset json pointer
6 years ago
Noah Eisen
fe11db0957
Merge pull request #17084 from ncteisen/double-oops
...
Use correct macro
6 years ago
Mark D. Roth
cbf94de90f
Record subchannel calls started as part of creating subchannel call.
6 years ago
Yash Tibrewal
6faa17c6ca
s/new/post-1.0
6 years ago
ncteisen
069909ccf4
Use correct macro
6 years ago
Yash Tibrewal
7a08e3b679
Merge pull request #17083 from yashykt/tcpusertimeout
...
Do not make TCP_USER_TIMEOUT failure an error
6 years ago
yihuaz
5e9c9792b5
Merge pull request #16773 from yihuazhang/alts_tsi_handshaker_use_pollset_set
...
Use gRPC thread model (i.e., pollset_set) in ALTS TSI implementation
6 years ago
Srini Polavarapu
f00af6d1ab
Merge pull request #17081 from nathanielmanistaatgoogle/restore-python-bazel
...
Restore reverted Python Bazel work
6 years ago
Yash Tibrewal
24ca03dad7
Do not make TCP_USER_TIMEOUT failure an error
6 years ago
Yash Tibrewal
3ac7f2d24c
Merge pull request #17053 from yashykt/global_interceptor
...
Add global client interceptor factory
6 years ago
kkm
f438d7c727
Merge branch master into package-grpc-tools-doc
6 years ago
kkm
4912fb2d04
Address review comments
...
* Fix typos.
* Correct pointers to example files.
* Refer to v1.17 or 1.17.0 throughout.
* Change wording where requested, remove trailer.
* Rename INTEGRATION.md -> BUILD-INTEGRATION.md.
* Change a pointer in README.md to point to the new name.
6 years ago
Noah Eisen
53657b5de3
Merge pull request #17050 from ncteisen/channelz-sockets
...
Channelz: Socket Tracks Addresses
6 years ago
Yash Tibrewal
ded9434e4c
Add array header for complaining compiler
6 years ago
Yash Tibrewal
382fe4b475
Add override back to GetInterceptedChannel
6 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.
6 years ago
Yihua Zhang
cd768ec12a
use gRPC thread model
6 years ago
Yash Tibrewal
ddcadad5b5
Add note on hijacking
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
Richard Belleville
b741454fe4
Merge pull request #17064 from gnossen/fix-logging
...
Fix logging
6 years ago
ncteisen
9d5bd8b0c6
Add TODO
6 years ago
Lidi Zheng
f091ba1b66
Merge pull request #17008 from stub42/yay_destructors
...
Handle missing globals in Python Channel destructors
6 years ago
Yash Tibrewal
e2361a4751
Add server interceptors in end2end_test
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
Noah Eisen
70bef67c16
Merge pull request #17078 from ncteisen/channel-trace
...
Uphold Default for Channel Trace Max Memory
6 years ago
Yash Tibrewal
d736b1d309
Refactor tests slightly
6 years ago
Yash Tibrewal
fd88dcaf55
Add cancellation notification
6 years ago
Vijay Pai
ca32d42741
Merge pull request #17077 from vjpai/tidier
...
Remove redundant get on unique_ptr
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
Vijay Pai
d35a7c42dc
Merge pull request #16988 from vjpai/server_callback
...
C++: Experimental server callback unary API
6 years ago
ncteisen
580216da82
remove debugging output
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
Lidi Zheng
5a8b5e8dc6
Merge pull request #17049 from lidizheng/issue-17002
...
Ensure `libboringssl.a` is always built for Python
6 years ago