Richard Belleville
d20cebb3b4
Fix some stylistic issues
5 years ago
Donna Dionne
7a146722db
Harded coded a service config to point to xds_routing_experimental
...
With just 1 action, which has 1 child policy: cds_experimental
Basically wrapping the previous cds_experimental config inside the new
xds_routing_experimental
Tested to make sure all current tests still pass.
This is just a skeleton code to allow new parsing code to be added and
tested.
5 years ago
Donna Dionne
0fa6782cb8
Traffic Splitting RDS Policy
...
Copy and pasted WeightedTarget to be the base of RDS.
Commit the original WeightedTarget copy for easy comparison for future
commits.
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
Richard Belleville
c0b9694e4f
Fix windows
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
Karthik Ravi Shankar
4c75b5c06b
Revert "Revert "Revert "Fold opencensus into grpc_impl namespace"""
...
This reverts commit f66b654795
.
5 years ago
Lidi Zheng
b00fc59d29
Link the TODO issue & revert to call_later
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
Zhen Lian
cbc977204b
[ImproveTLS] fix memory leak issue from users' perspective
5 years ago
yang-g
976fff1797
Create a macro to allow custom dualstack socket
5 years ago
Zhanghui Mao
09168c534f
fix type annotation
5 years ago
Richard Belleville
db27226b3f
Don't run under gevent
5 years ago
Richard Belleville
c9d90e5c1b
Use wait_for_ready in tests
5 years ago
Richard Belleville
6b42bcc03d
Sanity tests make me lose my sanity
5 years ago
Richard Belleville
f921f01262
Format
5 years ago
Esun Kim
b308241343
Fix clang-tidy issues
5 years ago
Richard Belleville
b5d69d2cd1
Clean up test
5 years ago
Richard Belleville
0fe463b2d3
Don't run on Python 2
5 years ago
Esun Kim
415d41f9e8
Rerun clang-formatter-7
5 years ago
Donna Dionne
d5689c37ed
Converting AdsServiceImpl to a Fake
...
- Allow Resources to be set
- Allow clients to subscribe/unsubscribe to resources
- Managing, storing, and versioning resources correctly based on updates
- Correct ACK/NACK according to XDS protocol
- Started a separate blocking thread to be used for stream read
- Handling both requests from clients and updates from tests and respond
with the correct version of resource
- Consolidated all 4 resources (LDS, CDS, EDS, RDS) to share common code
- Updated all tests to use the fake properly
- Fixed potential crash cases in the subchannel thread for clean TSAN,
UBSAN runs
5 years ago
Richard Belleville
0fd0948bfa
Generate simple stubs
5 years ago
Mark D. Roth
cce34cd52b
xds: include port in VirtualHost domain matching
5 years ago
Yash Tibrewal
2cdab491a3
Cleanup
5 years ago
Zhanghui Mao
701ec0be20
add type annotation
5 years ago
Muxi Yan
d7d46ed1e1
Have more verbose test failure information
5 years ago
Muxi Yan
b5ea30b7b1
Retry testConcurrentRPCsWithErrors
5 years ago
Matthew Stevenson
caf55b5745
Add comments on the use of TlsFetchKeyMaterials.
5 years ago
Matthew Stevenson
864e232edf
Update TlsServerCredentials to initialize C-core.
5 years ago
Matthew Stevenson
278468db0c
Modify TlsFetchKeyMaterials comments.
5 years ago
Mark D. Roth
19e28b1353
Refactor code for gracefully switching child LB policies.
5 years ago
Matthew Stevenson
8b072eb7ac
Remove comment.
5 years ago
Zhanghui Mao
26985fd722
fix sanity checks
5 years ago
Alexander Polcyn
e482b79ee8
Change grpclb policy to use internal connectivity state watch API
5 years ago