Skip to content

Commit

Permalink
[CELEBORN-1727][FOLLOWUP] Fix CelebornHashCheckDiskSuite flaky test
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?
Fix CelebornHashCheckDiskSuite flaky test .

### Why are the changes needed?
Ditto.

### Does this PR introduce _any_ user-facing change?
No.

### How was this patch tested?
UT.

Closes #2937 from onebox-li/fix-flaky-test.

Authored-by: onebox-li <[email protected]>
Signed-off-by: Shuang <[email protected]>
(cherry picked from commit 05ccd96)
Signed-off-by: Shuang <[email protected]>
  • Loading branch information
onebox-li authored and RexXiong committed Nov 22, 2024
1 parent 10af172 commit e56f84b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ class CelebornHashCheckDiskSuite extends SparkTestBase {
CelebornConf.APPLICATION_HEARTBEAT_TIMEOUT.key -> "10s")
val workerConf = Map(
CelebornConf.WORKER_STORAGE_DIRS.key -> "/tmp:capacity=1000",
CelebornConf.WORKER_HEARTBEAT_TIMEOUT.key -> "10s",
CelebornConf.WORKER_DISK_RESERVE_SIZE.key -> "0G")
workers = setupMiniClusterWithRandomPorts(masterConf, workerConf)._2
workers = setupMiniClusterWithRandomPorts(masterConf, workerConf, 2)._2
}

override def beforeEach(): Unit = {
Expand Down

0 comments on commit e56f84b

Please sign in to comment.