Muxi Yan
|
eb7779c20c
|
Revert "Revert "Introduce CFRunLoop based iomgr""
|
5 years ago |
Muxi Yan
|
0e0db09613
|
Revert "Introduce CFRunLoop based iomgr"
|
5 years ago |
Muxi Yan
|
b96895bf9d
|
Add apple_ev iomgr
|
5 years ago |
Mark D. Roth
|
bf6e534714
|
Accept either "" or "/" as the prefix for the default route.
|
5 years ago |
ZhenLian
|
5dfa78b55f
|
[No Review] test MacOS test behaviors
|
5 years ago |
ZhenLian
|
096c276182
|
[4/n] Avoid using hardcoded test credentials
|
5 years ago |
ZhenLian
|
e8d47d31de
|
[3/n] Avoid using hardcoded test credentials
|
5 years ago |
Mark D. Roth
|
d7a62868c8
|
Mark client_channel_stress_test as manual.
|
5 years ago |
Muxi Yan
|
317a55dd7e
|
Use correct status code type
|
5 years ago |
Mark D. Roth
|
dc976d2a77
|
xds: Remove fallback code and support for old xds LB configs.
|
5 years ago |
Jan Tattermusch
|
697f411fef
|
mark client_channel_stress_test as flaky
|
5 years ago |
Jan Tattermusch
|
06c6fa73b0
|
avoid too long name for retry_exceeds_buffer_size_in_initial_batch
|
5 years ago |
ZhenLian
|
e4dcc0319c
|
[2/n] Avoid using hardcoded test credentials
|
5 years ago |
Vijay Pai
|
527509abc4
|
Unmark flaky on streaming_pump
|
5 years ago |
Vijay Pai
|
f1979cece2
|
Disable SockPair fixture
|
5 years ago |
Mark D. Roth
|
c3fc65c9e0
|
Don't NACK EDS updates with no localities, but report TRANSIENT_FAILURE.
|
5 years ago |
Ashitha Santhosh
|
fdbdcb93d2
|
Remove ABSL_CONST_INIT.
|
5 years ago |
Mark D. Roth
|
f8f6034d1a
|
Refactor xds LB policy
|
5 years ago |
Mark D. Roth
|
b518ee3cc8
|
Remove size=large, since it didn't help.
|
5 years ago |
Mark D. Roth
|
14f55eb202
|
Temporarily disable client_channel_stress_test for msan and tsan.
|
5 years ago |
Alexander Polcyn
|
962a8f28f9
|
Add a flag to set a grpclb+pick_first service config in
CreateTestChannel; use CreateTestChannel in qps_json_driver
|
5 years ago |
Jan Tattermusch
|
e4ea74131d
|
add a bug reference
|
5 years ago |
Jan Tattermusch
|
576f79dff0
|
cleanup gen_build_yaml.py for end2end tests
|
5 years ago |
Muxi Yan
|
d18091014c
|
Mark completion_queue_threading_test flaky
|
5 years ago |
Mark D. Roth
|
a483a6320e
|
Fix compression fuzzers.
|
5 years ago |
Mark D. Roth
|
41cfae4234
|
Revert "Merge pull request #19693 from apolcyn/control_plane_creds"
This reverts commit 162fccdb90 , reversing
changes made to 228e7557fa .
|
5 years ago |
jiangtaoli2016
|
1680d41ccd
|
remove hardcoded test credentials
|
5 years ago |
Alexander Polcyn
|
292c07b432
|
Fix link error in address sorting test
|
5 years ago |
Mark D. Roth
|
bac25901d7
|
Fix flakiness in grpclb SingleBalancerWithClientLoadReportingTest.Vanilla test.
|
5 years ago |
Mark D. Roth
|
dcdd04fcaa
|
Fix flakiness in grpclb_end2end_test ReresolveDeadBalancer test case.
|
5 years ago |
Alexander Polcyn
|
aec6be5ec9
|
Include request object in c-ares address sorting trace logs
|
5 years ago |
Mark D. Roth
|
df27e42372
|
Report RPC failures to LB recv_trailing_metadata callbacks.
|
5 years ago |
Mark D. Roth
|
03411d7be7
|
Second attempt: grpclb stabilization
|
5 years ago |
Jan Tattermusch
|
db07f7963e
|
speedup ssl_transport_security_test also on Mac
|
5 years ago |
Mark D. Roth
|
0e1c63a7a1
|
xds: don't report TRANSIENT_FAILURE when we're told to drop all
|
5 years ago |
Vijay Pai
|
32a33ae2b1
|
Properly set thread-local variable indicating nonblocking test
|
5 years ago |
Mark D. Roth
|
fcd8bbd34c
|
minor cleanups in xds_end2end_test
|
5 years ago |
Jan Tattermusch
|
b4c6d34347
|
fix ssl_transport_security_test on x86
|
5 years ago |
Jan Tattermusch
|
423a209f57
|
avoid too long test names on RBE Windows
|
5 years ago |
Mark D. Roth
|
652b5a8673
|
xds: Add tests showing that we do not use localities with no endpoints.
|
5 years ago |
Ashitha Santhosh
|
3cc7aae8ee
|
Fixed memory leak.
|
5 years ago |
Ashitha Santhosh
|
cf19300da2
|
Corrected method name.
|
5 years ago |
Vijay Pai
|
c86cfc305c
|
Remove all std::mem_fn and std::bind from service definitions and setup
|
5 years ago |
Mark D. Roth
|
d4fb5ea436
|
update service config parsing as per recent spec change
|
5 years ago |
Mark D. Roth
|
38f02d8e2b
|
xds: NACK EDS update with sparse priorities
|
5 years ago |
Ashitha Santhosh
|
3651424ea4
|
Moved k[Min/Max]FrameSize variables to header file.
|
5 years ago |
Donna Dionne
|
46439bcb0f
|
Fixing the settings_timeout_test flake by reducing pollset_work deadline
Intermittently (when we run the test 100 times) we see that at times
we are not notified about successful socket connection even within 1
second.
The pollset_work deadline is set to 1 second, so when our connection
timeout is also set to 1 second, we only had 1 poll. And if that poll
didn't let us know about the socket, we didn't get another chance.
Reducing the pollset_work deadline to 100ms, now the test runs faster
and pass consistently:
result for 500 runs:
https://source.cloud.google.com/results/invocations/dd1b38f4-0f28-470b-a78b-b485445e44f2/targets/%2F%2Ftest%2Fcore%2Ftransport%2Fchttp2:settings_timeout_test/tests
|
5 years ago |
Donna Dionne
|
ac79383583
|
Debugging xds_end2endtest DropTest Update by sending more initial
traffic.
|
5 years ago |
jiangtaoli2016
|
f090b04dd4
|
Add NULL-termination to hardcoded test creds string
|
5 years ago |
Mark D. Roth
|
343b5403df
|
xds: Send RDS request when retrying ADS call.
|
5 years ago |