zentol commented on code in PR #21128:
URL: https://github.com/apache/flink/pull/21128#discussion_r1034500893


##########
flink-yarn-tests/src/test/java/org/apache/flink/yarn/YarnTestBase.java:
##########
@@ -608,10 +611,13 @@ public boolean accept(File dir, String name) {
     public static boolean verifyStringsInNamedLogFiles(
             final String[] mustHave, final ApplicationId applicationId, final 
String fileName) {
         final List<String> mustHaveList = Arrays.asList(mustHave);
-        final File cwd = new File("target", 
YARN_CONFIGURATION.get(TEST_CLUSTER_NAME_KEY));
+        final File cwd =

Review Comment:
   Why was this failing on 2.10, when it worked on 2.8 and 3.3?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to