Hi all, I tried to build the current master (mvn clean install) and some tests in the flink-yarn-tests module fail:
Failed tests: YARNSessionCapacitySchedulerITCase.testClientStartup:50->YarnTestBase.runWithArgs:314 During the timeout period of 60 seconds the expected string did not show up YARNSessionCapacitySchedulerITCase>YarnTestBase.checkClusterEmpty:146 There is at least one application on the cluster is not finished YARNSessionFIFOITCase.perJobYarnCluster:184->YarnTestBase.runWithArgs:314 During the timeout period of 60 seconds the expected string did not show up YARNSessionFIFOITCase>YarnTestBase.checkClusterEmpty:146 There is at least one application on the cluster is not finished YARNSessionFIFOITCase>YarnTestBase.checkClusterEmpty:146 There is at least one application on the cluster is not finished YARNSessionFIFOITCase>YarnTestBase.checkClusterEmpty:146 There is at least one application on the cluster is not finished YARNSessionFIFOITCase>YarnTestBase.checkClusterEmpty:146 There is at least one application on the cluster is not finished YARNSessionFIFOITCase>YarnTestBase.checkClusterEmpty:146 There is at least one application on the cluster is not finished YARNSessionFIFOITCase>YarnTestBase.checkClusterEmpty:146 There is at least one application on the cluster is not finished YARNSessionFIFOITCase>YarnTestBase.checkClusterEmpty:146 There is at least one application on the cluster is not finished Tests run: 10, Failures: 10, Errors: 0, Skipped: 0 Anybody else got this problem? Cheers, Fabian