turboFei commented on code in PR #2963:
URL: https://github.com/apache/celeborn/pull/2963#discussion_r1861779613
##########
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:
nit: unnecessary change
##########
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:
ditto
--
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]