[
https://issues.apache.org/jira/browse/FLINK-29374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler closed FLINK-29374.
------------------------------------
Resolution: Fixed
master: c4654f2cbe6b76a6af66d33deb8320e697e51020
> 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
> Priority: Major
> Labels: pull-request-available
> 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)