We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dc842a commit 0eac7daCopy full SHA for 0eac7da
core/src/test/scala/org/apache/spark/memory/UnifiedMemoryManagerSuite.scala
@@ -152,7 +152,7 @@ class UnifiedMemoryManagerSuite extends MemoryManagerSuite with PrivateMethodTes
152
assert(evictedBlocks.isEmpty)
153
}
154
155
- test("execution can evict storage blocks when storage memory is below max mem (SPARK-12155)") {
+ test("execution can evict storage blocks when storage memory is below max mem (SPARK-12165)") {
156
val maxMemory = 1000L
157
val taskAttemptId = 0L
158
val (mm, ms) = makeThings(maxMemory)
0 commit comments