Skip to content

Commit e03af3f

Browse files
committed
Fix test description about connection scaling limit coming via service config json
1 parent 060ea1d commit e03af3f

1 file changed

Lines changed: 5 additions & 10 deletions

File tree

doc/interop-test-descriptions.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1216,24 +1216,19 @@ requested load report in step 3. Similar to step 2.
12161216
### max_concurrent_streams_connection_scaling
12171217
12181218
This 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
12211223
Server features:
12221224
* [FullDuplexCall][]
12231225
* [Max Concurrent Streams Limit][]
12241226
* [Fill Peer Socket Address][]
12251227
12261228
Procedure:
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
```

0 commit comments

Comments
 (0)