shuyouZZ commented on code in PR #38983:
URL: https://github.com/apache/spark/pull/38983#discussion_r1044983924


##########
core/src/test/scala/org/apache/spark/deploy/history/FsHistoryProviderSuite.scala:
##########
@@ -1705,6 +1705,47 @@ abstract class FsHistoryProviderSuite extends 
SparkFunSuite with Matchers with P
     provider.stop()
   }
 
+  test("clean up expired event log files that don't exist in listing db") {

Review Comment:
   > Could you add a test prefix like the following?
   > 
   > ```scala
   > - test("clean up expired event log files that don't exist in listing db") {
   > + test("SPARK-41447: clean up expired event log files that don't exist in 
listing db") {
   > ```
   
   @dongjoon-hyun, could you review this too, thanks.



-- 
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.

To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to