Commit 371b00a
committed
[SPARK-54455][CORE][TESTS] Disable a flaky
### What changes were proposed in this pull request?
This PR aims to disable a flaky `unmanaged memory tracking with off-heap memory enabled` test in MacOS CI
### Why are the changes needed?
This test suite passed locally, but has been flaky in MacOS GitHub Action environment.
- https://github.com/apache/spark/actions/runs/19442963476/job/55985972662
```
- unmanaged memory tracking with off-heap memory enabled *** FAILED ***
1400 was not less than or equal to 1200 Off-heap memory should be reduced by unmanaged usage (UnifiedMemoryManagerSuite.scala:592)
```
- https://github.com/apache/spark/actions/runs/19582140886/job/56082446144
```
- unmanaged memory tracking with off-heap memory enabled *** FAILED ***
mm.acquireStorageMemory(UnifiedMemoryManagerSuite.this.dummyBlock, 1100L, OFF_HEAP) was true (UnifiedMemoryManagerSuite.scala:600)
```
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #53165 from dongjoon-hyun/SPARK-54455.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>unmanaged memory tracking with off-heap memory enabled test in MacOS CI1 parent e6fa02e commit 371b00a
File tree
1 file changed
+2
-0
lines changed- core/src/test/scala/org/apache/spark/memory
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
554 | 555 | | |
555 | 556 | | |
556 | 557 | | |
| 558 | + | |
557 | 559 | | |
558 | 560 | | |
559 | 561 | | |
| |||
0 commit comments