Github user michaelmior commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19263#discussion_r145202605
  
    --- Diff: 
core/src/test/scala/org/apache/spark/scheduler/EventLoggingListenerSuite.scala 
---
    @@ -291,6 +292,7 @@ object EventLoggingListenerSuite {
       def getLoggingConf(logDir: Path, compressionCodec: Option[String] = 
None): SparkConf = {
         val conf = new SparkConf
         conf.set("spark.eventLog.enabled", "true")
    +    conf.set("spark.eventLog.blockUpdatesEnabled", "true")
    --- End diff --
    
    It is being tested. I added a test for a `SparkListenerBlockUpdated` event 
that won't be generated  unless the configuration is enabled.


---

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

Reply via email to