Skip to content

Commit

Permalink
add jira number in test
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzhenhua (G) committed Aug 30, 2020
1 parent ece9e7c commit 58ca21d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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())

Expand Down

0 comments on commit 58ca21d

Please sign in to comment.