You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: worker/src/test/scala/org/apache/celeborn/service/deploy/worker/storage/storagePolicy/StoragePolicyCase1.scala
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ class StoragePolicyCase1 extends CelebornFunSuite {
59
59
valmockedFlusher= mock[Flusher]
60
60
valmockedFile= mock[File]
61
61
when(
62
-
mockedStorageManager.createDiskFile(
62
+
mockedStorageManager.createLocalDiskFile(
63
63
any(),
64
64
any(),
65
65
any(),
@@ -101,7 +101,6 @@ class StoragePolicyCase1 extends CelebornFunSuite {
Copy file name to clipboardExpand all lines: worker/src/test/scala/org/apache/celeborn/service/deploy/worker/storage/storagePolicy/StoragePolicyCase2.scala
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ class StoragePolicyCase2 extends CelebornFunSuite {
59
59
valmockedFlusher= mock[LocalFlusher]
60
60
valmockedFile= mock[File]
61
61
when(
62
-
mockedStorageManager.createDiskFile(
62
+
mockedStorageManager.createLocalDiskFile(
63
63
any(),
64
64
any(),
65
65
any(),
@@ -100,7 +100,7 @@ class StoragePolicyCase2 extends CelebornFunSuite {
Copy file name to clipboardExpand all lines: worker/src/test/scala/org/apache/celeborn/service/deploy/worker/storage/storagePolicy/StoragePolicyCase3.scala
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ class StoragePolicyCase3 extends CelebornFunSuite {
59
59
valmockedFlusher= mock[LocalFlusher]
60
60
valmockedFile= mock[File]
61
61
when(
62
-
mockedStorageManager.createDiskFile(
62
+
mockedStorageManager.createLocalDiskFile(
63
63
any(),
64
64
any(),
65
65
any(),
@@ -100,11 +100,10 @@ class StoragePolicyCase3 extends CelebornFunSuite {
Copy file name to clipboardExpand all lines: worker/src/test/scala/org/apache/celeborn/service/deploy/worker/storage/storagePolicy/StoragePolicyCase4.scala
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ class StoragePolicyCase4 extends CelebornFunSuite {
59
59
valmockedFlusher= mock[LocalFlusher]
60
60
valmockedFile= mock[File]
61
61
when(
62
-
mockedStorageManager.createDiskFile(
62
+
mockedStorageManager.createLocalDiskFile(
63
63
any(),
64
64
any(),
65
65
any(),
@@ -101,7 +101,7 @@ class StoragePolicyCase4 extends CelebornFunSuite {
0 commit comments