ueshin commented on pull request #29278: URL: https://github.com/apache/spark/pull/29278#issuecomment-666635559
hmm. A test is still failing in https://github.com/apache/spark/pull/29278/checks?check_run_id=928797731: ``` [info] - SPARK-32175: Plugin initialization should start after heartbeater started *** FAILED *** (32 seconds, 952 milliseconds) [info] The code passed to failAfter did not complete within 30000000000 nanoseconds. (SparkSubmitSuite.scala:1438) [info] org.scalatest.exceptions.TestFailedDueToTimeoutException: [info] at java.lang.Thread.getStackTrace(Thread.java:1559) [info] at org.scalatest.concurrent.TimeLimits.failAfterImpl(TimeLimits.scala:234) [info] at org.scalatest.concurrent.TimeLimits.failAfterImpl$(TimeLimits.scala:233) [info] at org.apache.spark.deploy.SparkSubmitSuite$.failAfterImpl(SparkSubmitSuite.scala:1419) [info] at org.scalatest.concurrent.TimeLimits.failAfter(TimeLimits.scala:230) [info] at org.scalatest.concurrent.TimeLimits.failAfter$(TimeLimits.scala:229) [info] at org.apache.spark.deploy.SparkSubmitSuite$.failAfter(SparkSubmitSuite.scala:1419) [info] at org.apache.spark.deploy.SparkSubmitSuite$.runSparkSubmit(SparkSubmitSuite.scala:1438) [info] at org.apache.spark.executor.ExecutorSuite.$anonfun$new$17(ExecutorSuite.scala:469) [info] at org.apache.spark.executor.ExecutorSuite.$anonfun$new$17$adapted(ExecutorSuite.scala:407) [info] at org.apache.spark.SparkFunSuite.withTempDir(SparkFunSuite.scala:170) [info] at org.apache.spark.executor.ExecutorSuite.$anonfun$new$16(ExecutorSuite.scala:407) [info] at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23) ... [info] *** 1 TEST FAILED *** [error] Failed: Total 2869, Failed 1, Errors 0, Passed 2868, Ignored 8, Canceled 1 [error] Failed tests: [error] org.apache.spark.executor.ExecutorSuite [error] (core/test:test) sbt.TestsFailedException: Tests unsuccessful [error] Total time: 1970 s, completed Jul 30, 2020 6:28:55 PM ``` but I can see the failure in other PRs, e.g., https://github.com/apache/spark/pull/29276/checks?check_run_id=924258317. Also it passes in my local. I'll rerun the tests. ---------------------------------------------------------------- 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]
