zhaohehuhu commented on code in PR #2963:
URL: https://github.com/apache/celeborn/pull/2963#discussion_r1861816093


##########
common/src/test/scala/org/apache/celeborn/common/CelebornConfSuite.scala:
##########
@@ -407,7 +430,6 @@ class CelebornConfSuite extends CelebornFunSuite {
     conf.unset("celeborn.worker.storage.storagePolicy.createFilePolicy")
     val createFilePolicy3 = conf.workerStoragePolicyCreateFilePolicy
     assert(List("MEMORY", "HDD", "SSD", "HDFS", "OSS") == 
createFilePolicy3.get)
-

Review Comment:
   Reverted.Thanks.



##########
common/src/test/scala/org/apache/celeborn/common/CelebornConfSuite.scala:
##########
@@ -430,7 +452,6 @@ class CelebornConfSuite extends CelebornFunSuite {
     conf.unset("celeborn.worker.storage.storagePolicy.evictPolicy")
     val evictPolicy3 = conf.workerStoragePolicyEvictFilePolicy
     assert(Map("MEMORY" -> List("SSD", "HDD", "HDFS", "OSS")) == 
evictPolicy3.get)
-

Review Comment:
   Reverted.Thanks.
   



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

Reply via email to