Juanli Shen
7be5d098cf
Tune xds test
6 years ago
Mark D. Roth
01eeec72c6
Change RR to consider a subchannel in TF if it has failed since it was READY.
6 years ago
Yash Tibrewal
a4cf948b2f
Experimental method to get a debugging only view into credentials
6 years ago
Yash Tibrewal
aa84ceb38e
Add another test for when the credentials were previously set
6 years ago
Yash Tibrewal
361a902262
Reviewer comments
6 years ago
Yash Tibrewal
97f1f57dab
Allow call credentials to be set even after the call is created but before initial metadata is sent
6 years ago
Prashant Jaikumar
9f02fc7f91
Enable end2end C++ tests on iOS.
...
Some e2e tests were disabled on iOS because they hit the Apple CFStream bug.
This commit enables e2e tests and works around the Apple bug by disabling CFStream.
6 years ago
Juanli Shen
c831a28dbd
Organize test cases for xds test
6 years ago
Vijay Pai
65eb9c9ddb
Revert "Test message size of 100MB"
6 years ago
Juanli Shen
d34f366337
Test message size of 100MB
6 years ago
Mark D. Roth
21c5424477
Add API for accessing per-call backend metric data in LB policies.
6 years ago
Juanli Shen
a1ca6a099d
Refactor response building in xds test
6 years ago
Mark D. Roth
c8430023a5
Apply health check service name changes to existing subchannels.
6 years ago
Yash Tibrewal
088b67deba
Improve comment
6 years ago
Prashant Jaikumar
20e2964ada
cfstream_test: workaround Apple CFStream bug
6 years ago
Juanli Shen
1abba74225
Fix unused result error
6 years ago
Juanli Shen
a802b14be6
Add xds resolver
6 years ago
Qiancheng Zhao
1391c93a95
atomic client idle filter
6 years ago
Juanli Shen
c1713800e0
Handle EDS response update in locality map
6 years ago
Prashant Jaikumar
141c2d24d1
Add support for running C++ tests on iOS
6 years ago
Juanli Shen
3c28c5f068
Remove unnecessary notification
6 years ago
Juanli Shen
8d101f1071
Wait longer before sending the drop update
6 years ago
Juanli Shen
1c9fb855d7
Add locality map tests
6 years ago
Juanli Shen
1291ece848
Add drop in xds policy
6 years ago
Juanli Shen
45dd8be442
Use LRS in xds policy
6 years ago
Juanli Shen
79f191114e
Use EDS in xds LB policy
6 years ago
Prashant Jaikumar
e2ebdc794d
Fixed time_change_test flakes
6 years ago
Hope Casey-Allen
bd8a04a6e9
Add human-readable names for channelz sockets and listen sockets
6 years ago
Qiancheng Zhao
29480c4f6b
add client idle filter
6 years ago
Moiz Haidry
da85cec0f2
Add condition to avoid duplicate shutdown
6 years ago
Moiz Haidry
f4b1182a10
Addressed review comments
6 years ago
Moiz Haidry
6d984166bd
Porting Aaron Jacob's unit test that detecting the race
6 years ago
Karthik Ravi Shankar
553eff9cb0
Fix a test failure due to unused variable and formatting
6 years ago
Qiancheng Zhao
444806583d
lazy resolving lb policy creation
6 years ago
Qiancheng Zhao
6de222a6ad
refactor response generator in client_lb_end2end_test
6 years ago
Karthik Ravi Shankar
2602bdd3e4
Address review comments
6 years ago
Karthik Ravi Shankar
514413de70
Clang formatting errors
6 years ago
Karthik Ravi Shankar
c041acb7a7
Fix the unit tests to exercise nesting correctly.
6 years ago
Karthik Ravi Shankar
44160d2b65
Add unit test to check the re-entrancy of callbacks
6 years ago
Prashant Jaikumar
43628b286f
Update googletest version to v1.8.1
...
Bazel builds of test/cpp/end2end:end2end_test were failing on Mac OS with v1.8.0 due to missing gtest symbols. The issue is not seen in v1.8.1. A WORKSPACE file was added to gtest repo in 1.8.1, so gtest.BUILD can be removed.
6 years ago
Prashant Jaikumar
fbfb93c88f
Fix C++ tests to run on iOS
...
- Define grpc_iomgr_run_in_background in iomgr_posix_cfstream.cc
- Use *_IF_SUPPORTED() for death tests
- Move global test init, teardown to SetUpTestCase, TearDownTestCase as GTMGoogleTestRun doesn't run main()
6 years ago
Yash Tibrewal
219c3b38aa
Clang-tidy
6 years ago
Yash Tibrewal
90f1c32b85
Sanity checks and return value
6 years ago
Yash Tibrewal
94e7edad99
Add Delegating Channel
6 years ago
Mark D. Roth
cfb31818ef
Remove channelz from LB policy API.
6 years ago
Prashant Jaikumar
58771fa12a
Fix cfstream_test flake
...
Ask server to skip cancel check in network flap test.
6 years ago
yang-g
91eb1141a9
Ask server to skip cancel check
6 years ago
yang-g
6ced31ee89
resolve review comments
6 years ago
yang-g
c156653997
Add listner fd as part of the external connection parameters
6 years ago
Esun Kim
434b3b62e5
Applied the best practice using global configuration
6 years ago