@ -126,10 +126,9 @@ class TestHeaderBasedAffinity(xds_url_map_testcase.XdsUrlMapTestCase):
) ,
) ,
1 ,
1 ,
)
)
self . assertLen (
test_client . find_subchannels_with_state ( _ChannelzChannelState . IDLE ) ,
# Any remaining subchannels may be in any state.
2 ,
)
# Send 150 RPCs without headers. RPCs without headers will pick random
# Send 150 RPCs without headers. RPCs without headers will pick random
# backends. After this, we expect to see all backends to be connected.
# backends. After this, we expect to see all backends to be connected.
rpc_distribution = self . configure_and_send (
rpc_distribution = self . configure_and_send (
@ -202,10 +201,9 @@ class TestHeaderBasedAffinityMultipleHeaders(
) ,
) ,
1 ,
1 ,
)
)
self . assertLen (
test_client . find_subchannels_with_state ( _ChannelzChannelState . IDLE ) ,
# Any remaining subchannels may be in any state.
2 ,
)
empty_call_peer = list (
empty_call_peer = list (
rpc_distribution . raw [ " rpcsByMethod " ] [ " EmptyCall " ] [
rpc_distribution . raw [ " rpcsByMethod " ] [ " EmptyCall " ] [
" rpcsByPeer "
" rpcsByPeer "
@ -260,10 +258,7 @@ class TestHeaderBasedAffinityMultipleHeaders(
) ,
) ,
2 ,
2 ,
)
)
self . assertLen (
# Any remaining subchannels may be in any state.
test_client . find_subchannels_with_state ( _ChannelzChannelState . IDLE ) ,
1 ,
)
# TODO: add more test cases
# TODO: add more test cases