attilapiros commented on a change in pull request #31962:
URL: https://github.com/apache/spark/pull/31962#discussion_r601857148



##########
File path: 
resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/KubernetesSuite.scala
##########
@@ -74,6 +75,9 @@ class KubernetesSuite extends SparkFunSuite
 
   protected override def logForFailedTest(): Unit = {
     logInfo("\n\n===== EXTRA LOGS FOR THE FAILED TEST\n")
+    logInfo("BEGIN driver DESCRIBE POD\n" +
+      
Minikube.describePods(s"spark-app-locator=$appLocator,spark-role=driver").mkString("\n"))

Review comment:
       Before merging this I intend to remove the `spark-role=driver` label and 
change the section from `BEGIN driver DESCRIBE POD` to `BEGIN DESCRIBE POD for 
application` (and update the `END` too accordingly).
   
   To include the executors too.




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to