architgyl commented on code in PR #22509:
URL: https://github.com/apache/flink/pull/22509#discussion_r1189437797
##########
flink-yarn-tests/src/test/java/org/apache/flink/yarn/YARNSessionFIFOITCase.java:
##########
@@ -61,6 +61,9 @@
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";
Review Comment:
Added test case for wildcard.
--
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]