rickyma commented on code in PR #1676:
URL:
https://github.com/apache/incubator-uniffle/pull/1676#discussion_r1591057070
##########
server/src/test/java/org/apache/uniffle/server/storage/LocalStorageManagerTest.java:
##########
@@ -190,12 +191,20 @@ public void testInitLocalStorageManager() {
}
@Test
- public void testInitializeLocalStorage() {
+ public void testInitializeLocalStorage() throws IOException {
+ final File storageBaseDir1 = new File("/tmp/rss-data-1");
+ final File storageBaseDir2 = new File("/tmp/rss-data-2");
+ final File rootRestrictedDir1 = new
File("/proc/rss-data-mock-restricted-dir-1");
Review Comment:
Even `root` user does not have permissions to write into `/proc` directory
in Linux, which is better than `/a/rss-data`.
--
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]