test: Add interop test for a random_subsetting_experimental LB policy.#8816
test: Add interop test for a random_subsetting_experimental LB policy.#8816marek-szews wants to merge 2 commits intogrpc:masterfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #8816 +/- ##
==========================================
+ Coverage 83.26% 83.35% +0.09%
==========================================
Files 418 417 -1
Lines 33004 32920 -84
==========================================
- Hits 27480 27442 -38
+ Misses 4109 4081 -28
+ Partials 1415 1397 -18 🚀 New features to boost your workflow:
|
|
Has this been agreed upon with other languages, as the interop tests run clients and servers from different languages, and the flags passed to the test client and the test server need to match. |
Where I can find existing implementation of multi-language clients-server interop test code ? |
|
We will have to work on a design for these interop tests that works cross language. Closing this PR as things can change drastically based on how the design shapes up. |
Enable interop testing for random subsetting Load Balancing policy (experimantal) to validate correctness and integration with existing child policies.
RELEASE NOTES: