dongjoon-hyun commented on a change in pull request #25439: 
[SPARK-28709][DSTREAMS] - Fix StreamingContext leak through Streaming…
URL: https://github.com/apache/spark/pull/25439#discussion_r313622430
 
 

 ##########
 File path: 
streaming/src/test/scala/org/apache/spark/streaming/StreamingContextSuite.scala
 ##########
 @@ -392,6 +393,29 @@ class StreamingContextSuite extends SparkFunSuite with 
BeforeAndAfter with TimeL
     assert(!sourcesAfterStop.contains(streamingSourceAfterStop))
   }
 
+  test("registering and de-registering of progressListener") {
 
 Review comment:
   For a bug fix, we use JIRA ID prefix. Could you update like this?
   ```scala
   - test("registering and de-registering of progressListener") {
   + test("SPARK-28709 registering and de-registering of progressListener") {
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to