Github user tillrohrmann commented on a diff in the pull request:
https://github.com/apache/flink/pull/5416#discussion_r175480428
--- Diff:
flink-yarn-tests/src/test/java/org/apache/flink/yarn/YARNSessionFIFOSecuredITCase.java
---
@@ -97,6 +98,15 @@ public static void teardownSecureCluster() throws
Exception {
SecureTestEnvironment.cleanup();
}
+ @Override
+ public void testDetachedMode() throws InterruptedException, IOException
{
+ super.testDetachedMode();
+ ensureStringInNamedLogFiles(new String[]{"Login successful for
user", "using keytab file"},
--- End diff --
Thanks for the pointer :-)
---