rickyma commented on code in PR #1676:
URL: 
https://github.com/apache/incubator-uniffle/pull/1676#discussion_r1591055345


##########
server/src/test/java/org/apache/uniffle/server/storage/LocalStorageManagerTest.java:
##########
@@ -209,21 +218,33 @@ public void testInitializeLocalStorage() {
 
     // case2: when candidates exist, it should initialize successfully.
     conf.set(
-        ShuffleServerConf.RSS_STORAGE_BASE_PATH, Arrays.asList("/a/rss-data", 
"/tmp/rss-data-1"));

Review Comment:
   It will fail to create `/a/rss-data` directory on Github Linux machines due 
to lacking POSIX permissions. This is the reason why the test might fail on 
other machines.



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to