dongjoon-hyun commented on code in PR #36138:
URL: https://github.com/apache/spark/pull/36138#discussion_r847692008


##########
core/src/test/scala/org/apache/spark/deploy/history/HistoryServerSuite.scala:
##########
@@ -715,9 +726,10 @@ object HistoryServerSuite {
     // generate the "expected" results for the characterization tests.  Just 
blindly assume the
     // current behavior is correct, and write out the returned json to the 
test/resource files
 
-    val suite = new HistoryServerSuite
-    FileUtils.deleteDirectory(suite.expRoot)
-    suite.expRoot.mkdirs()
+    // SPARK-38851: Use RocksDB backend because it supports more platforms.

Review Comment:
   Well, I don't think this is correct because we need to test our default 
configuration still.
   The default is `LevelDB`, isn't it?



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

Reply via email to