dongjoon-hyun commented on a change in pull request #31935:
URL: https://github.com/apache/spark/pull/31935#discussion_r610339436



##########
File path: core/src/main/scala/org/apache/spark/TestUtils.scala
##########
@@ -364,6 +369,22 @@ private[spark] object TestUtils {
     }
   }
 
+  def withHttpServer(resBaseDir: String = ".")(body: URL => Unit): Unit = {

Review comment:
       Shall we move this to 
`org.apache.spark.deploy.k8s.integrationtest.Utils` since this aims for 
`integration tests` and we don't use it in other module? Last time, did you 
have another use case?




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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

Reply via email to