dongjoon-hyun commented on a change in pull request #35553:
URL: https://github.com/apache/spark/pull/35553#discussion_r816383094
##########
File path:
resource-managers/kubernetes/core/src/test/scala/org/apache/spark/deploy/k8s/features/VolcanoFeatureStepSuite.scala
##########
@@ -20,11 +20,13 @@ import io.fabric8.volcano.scheduling.v1beta1.PodGroup
import org.apache.spark.{SparkConf, SparkFunSuite}
import org.apache.spark.deploy.k8s._
+import org.apache.spark.deploy.k8s.Config._
class VolcanoFeatureStepSuite extends SparkFunSuite {
test("SPARK-36061: Driver Pod with Volcano PodGroup") {
val sparkConf = new SparkConf()
+ .set(KUBERNETES_JOB_QUEUE.key, "queue")
Review comment:
Please don't touch this test case to cover the default case. Instead add
another test case for SPARK-38188.
--
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]