Nikita-Shupletsov commented on code in PR #20744:
URL: https://github.com/apache/kafka/pull/20744#discussion_r2450420127
##########
streams/src/test/java/org/apache/kafka/streams/processor/internals/StateDirectoryTest.java:
##########
@@ -140,7 +145,18 @@ public void shouldHaveSecurePermissions() {
assertPermissions(appDir);
}
+ @Test
+ public void shouldHaveSecurePermissionsIfGroupWriteAccessAllowed() throws
IOException {
+ initializeStateDirectory(true, false, true);
Review Comment:
I wanted to check that we update the permissions of the existing directories.
Updated the test to better reflect that.
--
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]