We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 098a2ed commit 896bfdaCopy full SHA for 896bfda
1 file changed
worker/src/test/scala/org/apache/celeborn/service/deploy/worker/storage/StorageManagerSuite.scala
@@ -124,7 +124,7 @@ class StorageManagerSuite extends CelebornFunSuite with MockitoHelper {
124
diskInfo.setUsableSpace(-1L)
125
// Should fail even if the status is HEALTHY
126
diskInfo.setStatus(DiskStatus.HEALTHY)
127
- doReturn(List(diskInfo)).when(spyStorageManager).disksSnapshot()
+ doReturn(List(diskInfo)).when(spyStorageManager).localDisksSnapshot()
128
129
val partitionLocation = genPartitionLocation(0, Array(0L))
130
0 commit comments