FMX commented on code in PR #2688:
URL: https://github.com/apache/celeborn/pull/2688#discussion_r1721167635
##########
tests/spark-it/src/test/scala/org/apache/celeborn/tests/spark/CelebornHashCheckDiskSuite.scala:
##########
@@ -91,9 +91,9 @@ class CelebornHashCheckDiskSuite extends SparkTestBase {
worker.storageManager.workingDirWriters.values().asScala.foreach { t =>
assert(t.size() === 0)
}
- // after shuffle key expired, diskInfo.actualUsableSpace will equal
capacity=1000
+ // after shuffle key expired, diskInfo.actualUsableSpace will equal
capacity=0
Review Comment:
Shuffle keys are expired means that there is more space to use. I think this
UT looks confusing.
--
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]