File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1216,24 +1216,19 @@ requested load report in step 3. Similar to step 2.
12161216### max_concurrent_streams_connection_scaling
12171217
12181218This test verifies that when the maximum concurrent streams limit has been reached
1219- on the connection, the subchannel scales connections upto the configured limit.
1219+ on the connection, the subchannel scales connections upto the configured limit. This
1220+ test needs to be invoked with --max_concurrent_streams_limit=2 and --service_config_json
1221+ specifying maxConnectionsPerSubchannel of 2.
12201222
12211223Server features:
12221224* [FullDuplexCall][]
12231225* [Max Concurrent Streams Limit][]
12241226* [Fill Peer Socket Address][]
12251227
12261228Procedure:
1227- 1. Client creates a channel with a service config setting the connection scaling limit per subchannel to 2:
1228- ```
1229- {
1230- connectionScaling:{
1231- maxConnectionsPerSubchannel: 2
1232- }
1233- }
1234- ```
1229+ 1. Client creates a channel to the server.
12351230
1236- 2. Client starts 3 FullDuplexCall rpcs with a request to fill the peer socket address in
1231+ 2. Client starts 3 FullDuplexCall rpcs with a request to fill the peer socket address in
12371232 the response.
12381233
12391234 ```
You can’t perform that action at this time.
0 commit comments