pan3793 commented on code in PR #57676:
URL: https://github.com/apache/spark/pull/57676#discussion_r3691493999
##########
core/src/test/scala/org/apache/spark/deploy/history/EventLogFileWritersSuite.scala:
##########
@@ -352,6 +352,17 @@ class SingleEventLogFileWriterSuite extends
EventLogFileWritersSuite {
"a fine:mind$dollar{bills}.1", None, Some(CompressionCodec.LZ4)))
}
+ test("Event log file names") {
Review Comment:
Added no-attempt coverage in 03117652f0c.
##########
core/src/test/scala/org/apache/spark/deploy/history/FsHistoryProviderSuite.scala:
##########
@@ -1759,6 +1761,151 @@ abstract class FsHistoryProviderSuite extends
SparkFunSuite with Matchers with P
}
}
+ test("Support spark.history.fs.eventLog.single.onDemandLoadEnabled") {
Review Comment:
Added combined coverage with both configurations explicitly enabled, plus
the missing-app assertion, in 03117652f0c.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]