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

    https://github.com/apache/spark/pull/19893#discussion_r159567782
  
    --- Diff: core/src/test/scala/org/apache/spark/SparkFunSuite.scala ---
    @@ -31,15 +31,28 @@ import org.apache.spark.util.AccumulatorContext
     abstract class SparkFunSuite
       extends FunSuite
       with BeforeAndAfterAll
    +  with ThreadAudit
       with Logging {
     // scalastyle:on
     
    +  protected val doThreadAuditInSparkFunSuite = true
    --- End diff --
    
    Given the way this is being used elsewhere, a better name is probably 
`enableAutoThreadAudit`. or something.


---

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

Reply via email to