From 58ca21dc6b555b666d094b513ea555e04b6f87d5 Mon Sep 17 00:00:00 2001 From: "wangzhenhua (G)" Date: Sun, 30 Aug 2020 12:22:34 +0800 Subject: [PATCH] add jira number in test --- core/src/test/scala/org/apache/spark/rpc/netty/InboxSuite.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/test/scala/org/apache/spark/rpc/netty/InboxSuite.scala b/core/src/test/scala/org/apache/spark/rpc/netty/InboxSuite.scala index 928fc591e37f4..36e3209d4f0be 100644 --- a/core/src/test/scala/org/apache/spark/rpc/netty/InboxSuite.scala +++ b/core/src/test/scala/org/apache/spark/rpc/netty/InboxSuite.scala @@ -137,7 +137,7 @@ class InboxSuite extends SparkFunSuite { endpoint.verifySingleOnNetworkErrorMessage(cause, remoteAddress) } - test("should reduce active thread when fatal exception") { + test("SPARK-32738: should reduce active thread when fatal exception") { val endpoint = mock(classOf[TestRpcEndpoint]) when(endpoint.receive).thenThrow(new OutOfMemoryError())