Mark D. Roth
|
9e841d1aff
|
Backport pick_first fix to v1.20.x
|
6 years ago |
Mark D. Roth
|
ee4e4bead3
|
pick_first: don't go into TRANSIENT_FAILURE upon empty update when in IDLE.
|
6 years ago |
Mark D. Roth
|
ce2af3b958
|
Remove noisy log message.
|
6 years ago |
Juanli Shen
|
1979edd03c
|
Fix BackendsRestart test
|
6 years ago |
Prashant Jaikumar
|
4e9e662729
|
Fixed bug in CFStream endpoint.
We were failing to return an error when the transport tried to write to an endpoint that was in an errored state.
|
6 years ago |
Mark D. Roth
|
206592ce9c
|
Restructure how addresses and service config are passed from resolver to LB policy.
|
6 years ago |
Karthik Ravi Shankar
|
8dbaa13f52
|
Fix more grpc namespace issues
|
6 years ago |
Karthik Ravi Shankar
|
92bde3922f
|
Fix tests to use grpc namespace.
|
6 years ago |
Karthik Ravi Shankar
|
b25f6da3f0
|
Make changes to fix test failures
|
6 years ago |
yang-g
|
621840900f
|
Fully log test scenario
|
6 years ago |
Bill Feng
|
d93959853f
|
Enabled Windows Bazel build for cpp tests
|
6 years ago |
Hope Casey-Allen
|
6ecf74f641
|
Increase timeout for test
|
6 years ago |
Vijay Pai
|
7b3a120295
|
Address reviewer comments
|
6 years ago |
Vijay Pai
|
f12f862d28
|
Strengthen test
|
6 years ago |
Vijay Pai
|
0cb0cdb7e3
|
Address reviewer comments on test
|
6 years ago |
Vijay Pai
|
93f0a3f653
|
Address reviewer comments
|
6 years ago |
Mark D. Roth
|
233d3e27ff
|
grpclb fallback-at-startup improvements
|
6 years ago |
Vijay Pai
|
04a6b8467c
|
Support callback on cancellation of server-side unary RPCs
|
6 years ago |
Mark D. Roth
|
adc2163038
|
Go into fallback mode when losing contact with balancer and backends.
|
6 years ago |
Karthik Ravi Shankar
|
0692dcc16a
|
Fix tests namespaces
|
6 years ago |
Vijay Pai
|
48ce4ca939
|
Add support for extra-reaction operations via Holds
|
6 years ago |
Karthik Ravi Shankar
|
5906b86119
|
Fix tests to use grpc namespace
|
6 years ago |
Mark D. Roth
|
b0ad6ac3ae
|
Clean up grpclb and xds end2end tests.
|
6 years ago |
Jan Tattermusch
|
cf6a311761
|
Revert "Windows builds for gRPC C++ tests"
|
6 years ago |
Karthik Ravi Shankar
|
d8d8bec7c8
|
Moving ::grpc::ResourceQuota to ::grpc_impl::ResouceQuota
This change moves ResourceQuota class fron grpc namespace to grpc_impl
namespace.
Signed-off-by: Karthik Ravi Shankar <karthikrs@google.com>
|
6 years ago |
Karthik Ravi Shankar
|
82c6e012d8
|
Revert "Revert "Moving ::grpc::ResourceQuota to ::grpc_impl::ResouceQuota""
|
6 years ago |
Mark D. Roth
|
c9421eeb85
|
Fix state reported by pick_first when we receive a GOAWAY with a pending subchannel list.
|
6 years ago |
Karthik Ravi Shankar
|
b3889585a1
|
Revert "Moving ::grpc::ResourceQuota to ::grpc_impl::ResouceQuota"
|
6 years ago |
Yash Tibrewal
|
6b45cea2f0
|
Remove from poll-cv comments too
|
6 years ago |
billfeng327
|
4241edeaa4
|
renamed tag to no_windows in conformation with Bazel and TensorFlow
|
6 years ago |
Mark D. Roth
|
827c77bd24
|
Use fallback before timeout if balancer channel reports TRANSIENT_FAILURE.
|
6 years ago |
Vijay Pai
|
240bf86760
|
Add unimplemented RPC test
|
6 years ago |
billfeng327
|
ab06853fc9
|
C++ Windows test builds
|
6 years ago |
Mark D. Roth
|
d85e6f4e94
|
Make grpclb work when selected via service config with no balancer addresses.
|
6 years ago |
Karthik Ravi Shankar
|
f7dd48b2b6
|
Moving ::grpc::ResourceQuota to ::grpc_impl::ResouceQuota
This change moves ResourceQuota class fron grpc namespace to grpc_impl
namespace.
|
6 years ago |
Mark D. Roth
|
6d75cfe426
|
Revert "Merge pull request #18254 from grpc/revert-18078-grpclb_child_policy_configurable"
This reverts commit 6dcf6d1645 , reversing
changes made to a2f1e924de .
|
6 years ago |
Juanli Shen
|
e889fda482
|
Use real resolver in xds lb channel
|
6 years ago |
Mark D. Roth
|
9febbf2d92
|
Revert "Make grpclb child policy configurable"
|
6 years ago |
Mark D. Roth
|
762676249e
|
Make grpclb child policy configurable.
|
6 years ago |
Mark D. Roth
|
a04b0646de
|
Don't use a separate call context for subchannel calls.
|
6 years ago |
Vijay Pai
|
397bdd6b7b
|
Fix a bug that was exposed but unrelated...
|
6 years ago |
Prashant Jaikumar
|
ede3e61acb
|
Try to fix FlakyNetworkTest.ServerRestartKeepaliveDisabled flake
Set channel arg for max connect time.
|
6 years ago |
Vijay Pai
|
05d8ddfc6e
|
Support callback-based generic service
|
6 years ago |
Alex Polcyn
|
9644e588f6
|
Build c-ares bazel lib with alwayslink=1
|
6 years ago |
Prashant Jaikumar
|
7f37d1cb0e
|
Fix test flakes in flaky_network_test
- Set channel arg for maximum time between reconnection attempts.
- Don't check status of RPCs that can fail due to network flakiness.
|
6 years ago |
Vijay Pai
|
2a80f0edc7
|
Support use of ByteBuffer for request-side of code-gen unary
|
6 years ago |
yang-g
|
5480dc5cd6
|
fix client_lb_e2e_test
|
6 years ago |
Vijay Pai
|
8feb16171a
|
Add an expectation and fix a ServerContext bug
|
6 years ago |
Vijay Pai
|
5f8fe7d5cc
|
Test for simultaneous Read and WritesDone
|
6 years ago |
Vijay Pai
|
ac5f5c4fe2
|
Add ClientCancelsRequestStream test
|
6 years ago |