Till Rohrmann created FLINK-6635: ------------------------------------ Summary: ClientConnectionTest is broken because the ClusterClient lazily connects to the JobManager Key: FLINK-6635 URL: https://issues.apache.org/jira/browse/FLINK-6635 Project: Flink Issue Type: Bug Components: Client, Tests Affects Versions: 1.3.0, 1.4.0 Reporter: Till Rohrmann Assignee: Till Rohrmann Priority: Minor
The {{ClientConnectionTest}} is broken since the refactoring of the {{ClusterClient}}. The reason is that we expect an exception to be thrown which contains the word "JobManager". However, in case that the created {{ClusterClient}} does not fail, we fail the test with a message containing "JobManager". That is the reason why this test passed even though it actually failed all the time. -- This message was sent by Atlassian JIRA (v6.3.15#6346)