vanzin commented on a change in pull request #25648: [SPARK-28947][K8S] Status
logging not happens at an interval for liveness
URL: https://github.com/apache/spark/pull/25648#discussion_r329203955
##########
File path:
resource-managers/kubernetes/core/src/test/scala/org/apache/spark/deploy/k8s/submit/ClientSuite.scala
##########
@@ -177,13 +176,13 @@ class ClientSuite extends SparkFunSuite with
BeforeAndAfter {
}
test("Waiting for app completion should stall on the watcher") {
+ kconf.sparkConf.set(WAIT_FOR_APP_COMPLETION, true)
Review comment:
This isn't technically needed, since `watchOrStop` will be called
regardless, right?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]