The python qps_worker was changed in grpc/grpc#24350, adding support for the --server_port flag. When the --server_port flag was set, the python worker ignored the port specified in the Scenario's ServerConfig. This behavior was inconsistent with Java and Go. In the workers for those languages, the --server_port flag was used only when the Scenario's ServerConfig port was unset. It did not override. This commit alters the behavior of the python qps_worker to match Java and Go, similar to grpc/grpc#24661 for C++. In addition, it updates the documentation for the flag. |
||
|---|---|---|
| .. | ||
| grpcio | ||
| grpcio_channelz | ||
| grpcio_health_checking | ||
| grpcio_reflection | ||
| grpcio_status | ||
| grpcio_testing | ||
| grpcio_tests | ||
| .gitignore | ||