[
https://issues.apache.org/jira/browse/FLINK-9874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16562076#comment-16562076
]
ASF GitHub Bot commented on FLINK-9874:
---------------------------------------
florianschmidt1994 edited a comment on issue #6453: [FLINK-9874][E2E Tests] Fix
set_ssl_conf for macOS
URL: https://github.com/apache/flink/pull/6453#issuecomment-408921235
According to [1]`ifconfig` is not part of coreutils, but more like "a
wrapper to the IPConfiguration agent"[2]. IDK if there is any other version of
ifconfig out there that could be installed on MacOS, but if it were it would
possibly break the code.. I'd say the risk of that happening is rather slim
though
[1] https://en.wikipedia.org/wiki/List_of_GNU_Core_Utilities_commands
[2] https://en.wikipedia.org/wiki/Ifconfig
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> set_conf_ssl in E2E tests fails on macOS
> ----------------------------------------
>
> Key: FLINK-9874
> URL: https://issues.apache.org/jira/browse/FLINK-9874
> Project: Flink
> Issue Type: Bug
> Components: Tests
> Affects Versions: 1.6.0
> Reporter: Florian Schmidt
> Assignee: Florian Schmidt
> Priority: Critical
> Labels: pull-request-available, test-stability
> Fix For: 1.6.0
>
>
> Setting up a cluster with SSL support in the end-to-end tests with
> `_set_conf_ssl_` will fail under macOS because in the command
> {code:java}
> hostname -I{code}
> is used, but '_-I'_ is not a supported parameter for the hostname command
> under macOS
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)