dongjoon-hyun commented on a change in pull request #23443:
[SPARK-26528][CORE][TEST] Add "spark.testing" in FsHistoryProviderSuite to
avoid failing in IDEA
URL: https://github.com/apache/spark/pull/23443#discussion_r245472456
##########
File path:
core/src/test/scala/org/apache/spark/deploy/history/FsHistoryProviderSuite.scala
##########
@@ -1038,6 +1038,7 @@ class FsHistoryProviderSuite extends SparkFunSuite with
BeforeAndAfter with Matc
val conf = new SparkConf()
.set(EVENT_LOG_DIR, testDir.getAbsolutePath())
.set(FAST_IN_PROGRESS_PARSING, true)
+ .set("spark.testing", "true")
Review comment:
In general, we prefer a global setting like
https://github.com/apache/spark/blob/master/pom.xml#L2136
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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]