Lidi Zheng
|
2c783d7905
|
Fix the test_time_remaining test
|
5 years ago |
Mark D. Roth
|
46b4414655
|
change logic to send empty response when resources go away
|
5 years ago |
Mark D. Roth
|
c306d7940f
|
add test for changing clusters
|
5 years ago |
Mark D. Roth
|
b4d5901b5e
|
clean up test code
|
5 years ago |
Lidi Zheng
|
4741da3a11
|
Remove unused variable
|
5 years ago |
Matthew Stevenson
|
5c8f4f97b7
|
Add TSI_CLOSE_NOTIFY result.
|
5 years ago |
Eric Gribkoff
|
50619a562f
|
Merge pull request #22193 from ericgribkoff/remaining_xds_tests
Remaining xds tests
|
5 years ago |
Eric Gribkoff
|
203f197730
|
Merge pull request #22239 from ericgribkoff/set_context
Properly set context on async call
|
5 years ago |
Richard Belleville
|
df1761ce50
|
Merge pull request #22218 from gnossen/simple_stubs_codegen
Generate simple stubs code
|
5 years ago |
Richard Belleville
|
f27b7fea21
|
Format
|
5 years ago |
Richard Belleville
|
4e2ad2444d
|
Remove the default value for simple stubs
|
5 years ago |
Richard Belleville
|
d20cebb3b4
|
Fix some stylistic issues
|
5 years ago |
Lidi Zheng
|
5b1ecef47f
|
Simplify the Cython code
|
5 years ago |
Lidi Zheng
|
5246a7c8ff
|
Link to a TODO issue
|
5 years ago |
Lidi Zheng
|
231f9c0c94
|
Improve readability
|
5 years ago |
Lidi Zheng
|
ce68d53dd1
|
Make pytype happy
|
5 years ago |
Lidi Zheng
|
57fa6ce33c
|
Make pylint happy
|
5 years ago |
Lidi Zheng
|
7b7c0ba5fc
|
Fix the SEGFAULT caused by initialization ordering
|
5 years ago |
Lidi Zheng
|
0ee33a4762
|
Confusing
|
5 years ago |
Lidi Zheng
|
1d13ec88de
|
Segfault while shutting down
|
5 years ago |
Lidi Zheng
|
221a50bf87
|
Allow multiple asyncio engine
|
5 years ago |
Lidi Zheng
|
efd483311c
|
Remove loggings
|
5 years ago |
Lidi Zheng
|
b2839c2bae
|
Add assertion in grpc_call_soon_threadsafe
|
5 years ago |
Lidi Zheng
|
464d41f4b8
|
Great. Everything seems working.
|
5 years ago |
Lidi Zheng
|
e00f8b3492
|
Use a poller thread to replace custom IO manager
|
5 years ago |
Esun Kim
|
eae488fc66
|
Update abseil to get the recent patch on LTS 2020_20_25
|
5 years ago |
Lidi Zheng
|
d9c55675c4
|
Merge pull request #22234 from lidizheng/aio-iomgr-op
[Aio] Optimize some details of AsyncIO IO manager
|
5 years ago |
Eric Gribkoff
|
1816401abf
|
remove unused param
|
5 years ago |
Esun Kim
|
be7df211f9
|
Merge pull request #22253 from veblush/move-to-karthikravis
Repo manager to karthikravis
|
5 years ago |
Eric Gribkoff
|
d8623ba548
|
Merge pull request #22245 from ericgribkoff/readd_to_build_file
Re-add xds interop client and server build rules
|
5 years ago |
Richard Belleville
|
c0b9694e4f
|
Fix windows
|
5 years ago |
Lidi Zheng
|
25ad5c4afa
|
Merge pull request #22255 from lidizheng/aio-hack-bpo-39764
[Aio] Resolve AttributeError from bpo-39764
|
5 years ago |
Lidi Zheng
|
a05abc0939
|
Mark it correctly with a TODO
|
5 years ago |
Lidi Zheng
|
08b028ab82
|
Update the comment about the expect life span of the hack
|
5 years ago |
Lidi Zheng
|
0d785bf22a
|
Resolve AttributeError from bpo-39764
|
5 years ago |
Esun Kim
|
3ad0f520e5
|
Repo manager to karthikravis
|
5 years ago |
Karthik Ravi Shankar
|
3e631d0e97
|
Fix build error
|
5 years ago |
Karthik Ravi Shankar
|
162d3d76cb
|
Fix build error due to remaining ::grpc_impl references
|
5 years ago |
Karthik Ravi Shankar
|
4c75b5c06b
|
Revert "Revert "Revert "Fold opencensus into grpc_impl namespace"""
This reverts commit f66b654795 .
|
5 years ago |
Eric Gribkoff
|
d19c10ff16
|
build: re-add xds interop client and server
|
5 years ago |
Lidi Zheng
|
b00fc59d29
|
Link the TODO issue & revert to call_later
|
5 years ago |
donnadionne
|
cca89309a2
|
Merge pull request #22233 from donnadionne/example4
Add Health Check and Proto Reflection to basic C++ example server.
|
5 years ago |
Donna Dionne
|
ca8ba90292
|
Adding Proto Reflection and Health Check to basic C++ example server
And ensuring the example can be built and ran via
bazel, make, and cmake.
|
5 years ago |
Lidi Zheng
|
33a406e6a8
|
Restore 3.6 compatibility
|
5 years ago |
Lidi Zheng
|
f87149c967
|
Destroy server without gil
|
5 years ago |
Lidi Zheng
|
43fe171683
|
Optimize some implementation of IO manager
|
5 years ago |
Lidi Zheng
|
87d01bf9e5
|
Merge pull request #22032 from ZHmao/implement-server-interceptor-for-unary-unary-call
[Aio] Implement server interceptor for unary unary call
|
5 years ago |
Yang Gao
|
29dd5f5f97
|
Merge pull request #22235 from yang-g/dualstack
Create a macro to allow custom dualstack socket
|
5 years ago |
donnadionne
|
73f713320d
|
Merge pull request #22229 from donnadionne/failover_test2
Fix failover tests to use the correct failover timeout value
|
5 years ago |
Eric Gribkoff
|
db2edf9737
|
Properly set context on async call
|
5 years ago |