eyforia commented on code in PR #451:
URL:
https://github.com/apache/maven-build-cache-extension/pull/451#discussion_r2791450049
##########
src/test/java/org/apache/maven/buildcache/CacheUtilsPermissionsTest.java:
##########
@@ -154,6 +154,37 @@ void testPermissionsDoNotAffectHashWhenDisabled() throws
IOException {
+ "Files should use system default permissions
(umask).");
}
+ @Test
+ void testPermissionsAreRestoredOnUnzip() throws Exception {
+ // Skip test on non-POSIX filesystems (e.g., Windows)
+ if
(!tempDir.getFileSystem().supportedFileAttributeViews().contains("posix")) {
Review Comment:
makes sense.
:heavy_check_mark: Done (also added annotations to methods previously added
by @cowwoc
Please verify @olamy
--
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]