Donna Dionne
e2178cc1ff
Merged and addressed code review comments.
5 years ago
yang-g
976fff1797
Create a macro to allow custom dualstack socket
5 years ago
donnadionne
1f08157cc9
Merge pull request #22228 from donnadionne/failover_test
...
Making ClingTidy changes
5 years ago
Eric Gribkoff
8562a13fab
fix line
5 years ago
Eric Gribkoff
58bdf6995c
typo
5 years ago
Esun Kim
0e2373551c
Merge pull request #22149 from veblush/upb-del-build
...
Remove third_party/upb/BUILD
5 years ago
Eric Gribkoff
033695da8b
reviewer comments
5 years ago
Eric Gribkoff
49ede8e078
Merge pull request #22226 from ericgribkoff/async_xds_interop-client
...
xds interop client: use async api and initialize an int
5 years ago
Zhanghui Mao
09168c534f
fix type annotation
5 years ago
Mark D. Roth
dc58caabc0
Merge pull request #22221 from markdroth/service_config_doc_update
...
service config doc update
5 years ago
Donna Dionne
854ebff0c3
Making ClingTidy changes
...
https://critique-ng.corp.google.com/cl/298652594/analysis
5 years ago
Eric Gribkoff
627f5d5f47
xds interop client: use async api and initialize an int
...
fixes two bugs with the client, with an uninitialized int and where the
"timer" used to approximate a QPS would block waiting for a synchronous
RPC to timeout, which dramatically limited the QPS.
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
Esun Kim
1adb077815
Changed gen_upb_api.h to use root BUILD file
5 years ago
Esun Kim
ce1c0b8743
Remove upb/BUILD
5 years ago
Esun Kim
30f88e8b76
Merge pull request #22210 from veblush/docker-for-sanity
...
Docker for sanity
5 years ago
Richard Belleville
f921f01262
Format
5 years ago
matthewstevenson88
b47e0e51c5
Merge pull request #22168 from matthewstevenson88/tls-documentation-1
...
Add comments to TlsFetchKeyMaterials API and add test file for C-core TLS credentials options.
5 years ago
Mark D. Roth
9c2f219c6d
add example
5 years ago
Mark D. Roth
08a42364a3
Merge pull request #22204 from markdroth/xds_virtual_domain_matching_fix
...
xds: include port in VirtualHost domain matching
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
donnadionne
49d211ac33
Merge pull request #21882 from donnadionne/fake_impl4
...
Converting AdsServiceImpl to a fake
5 years ago
Esun Kim
e019f18707
Fix C2196: egrep is non-standard and deprecated.
5 years ago
Esun Kim
415d41f9e8
Rerun clang-formatter-7
5 years ago
Esun Kim
1a4c8df9b0
Clean up clang-format
5 years ago
Esun Kim
128c8eaacf
Upgrade sanity docker
5 years ago
Muxi Yan
2175daa0c7
Merge pull request #22189 from muxi/test-timeout-flake
...
Have more verbose test failure information in testTimeout
5 years ago
Mark D. Roth
aa5bb8e422
service config doc update
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
Eric Gribkoff
0ddf5565e3
yapf
5 years ago
matthewstevenson88
27c8e2751d
Merge pull request #22187 from matthewstevenson88/tls-updates-1
...
Update TlsServerCredentials to initialize C-core
5 years ago
Eric Gribkoff
c1677cd8a4
try-finally
5 years ago
Yash Tibrewal
1a2291783e
Merge pull request #22207 from yashykt/repomanagertoesun
...
Pass C repo manager to Esun
5 years ago
Eric Gribkoff
1cec654ac1
wait longer for deletion
5 years ago
apolcyn
897c5e5e8b
Merge pull request #22195 from apolcyn/add_2_7_to_mac_binary_pkgs
...
Add ruby 2.7 to mac binary packages
5 years ago
Yash Tibrewal
23187fb518
Pass C repo manager to Esun
5 years ago
Vijay Pai
be3bbd25e7
Merge pull request #22202 from grpc/vjpai-patch-1
...
Explain that this has Chinese comments with English translation
5 years ago
Vijay Pai
717a29d096
Fix formatting
5 years ago
Mark D. Roth
cce34cd52b
xds: include port in VirtualHost domain matching
5 years ago
Yash Tibrewal
a4a30b815e
Merge pull request #22175 from yashykt/apifuzzclean
...
Delete api_fuzzer.cc
5 years ago
Jan Tattermusch
d11e2b39ae
Merge pull request #22197 from jtattermusch/grpclb_flaky
...
mark grpclb_end2end_test as flaky
5 years ago
Vijay Pai
b3bca043b2
Explain that this has Chinese comments with English translation
5 years ago
Alexander Polcyn
09bc1eebe4
Add ruby 2.7 to mac binary packages
5 years ago
Jan Tattermusch
e00bec7bbb
mark grpclb_end2end_test as flaky
5 years ago
Zhanghui Mao
701ec0be20
add type annotation
5 years ago