HyukjinKwon commented on pull request #29002: URL: https://github.com/apache/spark/pull/29002#issuecomment-666494833
Would you guys mind taking a look for the flaky tests added here? It seems failing in GitHub Actions as below: ``` [info] - SPARK-32175: Plugin initialization should start after heartbeater started *** FAILED *** (32 seconds, 514 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] at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85) [info] at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83) [info] at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104) [info] at org.scalatest.Transformer.apply(Transformer.scala:22) [info] at org.scalatest.Transformer.apply(Transformer.scala:20) [info] at org.scalatest.funsuite.AnyFunSuiteLike$$anon$1.apply(AnyFunSuiteLike.scala:189) [info] at org.apache.spark.SparkFunSuite.withFixture(SparkFunSuite.scala:158) [info] at org.scalatest.funsuite.AnyFunSuiteLike.invokeWithFixture$1(AnyFunSuiteLike.scala:187) ``` https://github.com/apache/spark/runs/928145740 https://github.com/apache/spark/runs/928147695 https://github.com/apache/spark/runs/928059788 https://github.com/apache/spark/runs/927624834 https://github.com/apache/spark/runs/927483940 https://github.com/apache/spark/runs/925705459 https://github.com/apache/spark/runs/925169167 https://github.com/apache/spark/runs/925406406 https://github.com/apache/spark/runs/923441051 The failure seems pretty frequent. ---------------------------------------------------------------- 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]
