Skip to content

Commit 0eac7da

Browse files
committed
Update JIRA in test case.
1 parent 2dc842a commit 0eac7da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/scala/org/apache/spark/memory/UnifiedMemoryManagerSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ class UnifiedMemoryManagerSuite extends MemoryManagerSuite with PrivateMethodTes
152152
assert(evictedBlocks.isEmpty)
153153
}
154154

155-
test("execution can evict storage blocks when storage memory is below max mem (SPARK-12155)") {
155+
test("execution can evict storage blocks when storage memory is below max mem (SPARK-12165)") {
156156
val maxMemory = 1000L
157157
val taskAttemptId = 0L
158158
val (mm, ms) = makeThings(maxMemory)

0 commit comments

Comments
 (0)