Chesnay Schepler created FLINK-29374:
----------------------------------------
Summary: RpcConnectionTest may pass invalid rpc URL
Key: FLINK-29374
URL: https://issues.apache.org/jira/browse/FLINK-29374
Project: Flink
Issue Type: Sub-task
Components: Runtime / RPC, Tests
Reporter: Chesnay Schepler
Assignee: Chesnay Schepler
Fix For: 1.17.0
{{testConnectFailure()}} passed a URL under which no endpoint is running to
check that this is handle correctly.
However the given URL may be completely invalid; the format of an RPC URL is an
implementation detail of the RPC implementation, with the general contract
being that you may only pass the return value of RpcSystem#getRpcUrl to
connect() and not arbitrary values (and expect these to actually result in an
actual connection attempt).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)