Fabian Hueske created FLINK-2749: ------------------------------------ Summary: CliFrontendAddressConfigurationTest fails on GCE Key: FLINK-2749 URL: https://issues.apache.org/jira/browse/FLINK-2749 Project: Flink Issue Type: Bug Components: Tests Affects Versions: 0.10 Reporter: Fabian Hueske
The CLIFrontendAddressConfigurationTest fails when building the 0.10.0-milestone-1-rc1 with {{mvn clean install -Dhadoop.version=2.6.0}} on a Google Compute Engine machine with the following error: {code} CliFrontendAddressConfigurationTest.testInvalidYarnConfig:159 expected:<1[92.168.1.33]> but was:<1[0.240.221.7]> CliFrontendAddressConfigurationTest.testInvalidConfigAndNoOption:67 we expect an exception here because the we have no config CliFrontendAddressConfigurationTest.testValidConfig:104 expected:<1[92.168.1.33]> but was:<1[0.240.221.7]> {code} Not sure if this is "just" a failing test or a bug in the component. -- This message was sent by Atlassian JIRA (v6.3.4#6332)