architgyl commented on code in PR #22509:
URL: https://github.com/apache/flink/pull/22509#discussion_r1227304307
##########
flink-yarn-tests/src/test/java/org/apache/flink/yarn/YARNSessionFIFOITCase.java:
##########
@@ -60,6 +60,12 @@
class YARNSessionFIFOITCase extends YarnTestBase {
private static final Logger log =
LoggerFactory.getLogger(YARNSessionFIFOITCase.class);
+ protected static final String VIEW_ACLS = "user group";
+ protected static final String MODIFY_ACLS = "admin groupAdmin";
+ protected static final String VIEW_ACLS_WITH_WILDCARD = "user,* group";
+ protected static final String MODIFY_ACLS_WITH_WILDCARD = "admin,*
groupAdmin";
Review Comment:
@becketqin addressed the comments. * makes sense rather than
`user1,user2,*`. Can you please review.
--
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]