LuciferYang commented on PR #53127:
URL: https://github.com/apache/spark/pull/53127#issuecomment-3552699976

   ```
   [info] UISeleniumSuite:
   [info] - all jobs page should be rendered even though we configure the 
scheduling mode to fair (3 seconds, 95 milliseconds)
   [info] - effects of unpersist() / persist() should be reflected (3 seconds, 
756 milliseconds)
   [info] - failed stages should not appear to be active (2 seconds, 858 
milliseconds)
   [info] - spark.ui.killEnabled should properly control kill button display (8 
seconds, 796 milliseconds)
   [info] - jobs page should not display job group name unless some job was 
submitted in a job group (2 seconds, 642 milliseconds)
   [info] - job progress bars should handle stage / task failures (2 seconds, 
739 milliseconds)
   [info] - job details page should display useful information for stages that 
haven't started (2 seconds, 258 milliseconds)
   [info] - job progress bars / cells reflect skipped stages / tasks *** FAILED 
*** (12 seconds, 307 milliseconds)
   [info]   The code passed to eventually never returned normally. Attempted 53 
times over 10.143391073999998 seconds. Last failure message: "8/8[](16 
skipped)" was not equal to "8/8[ ](16 skipped)". (UISeleniumSuite.scala:436)
   [info]   org.scalatest.exceptions.TestFailedDueToTimeoutException:
   [info]   at 
org.scalatest.enablers.Retrying$$anon$4.tryTryAgain$2(Retrying.scala:219)
   [info]   at org.scalatest.enablers.Retrying$$anon$4.retry(Retrying.scala:226)
   [info]   at 
org.scalatest.concurrent.Eventually.eventually(Eventually.scala:313)
   [info]   at 
org.scalatest.concurrent.Eventually.eventually$(Eventually.scala:312)
   [info]   at 
org.scalatest.concurrent.Eventually$.eventually(Eventually.scala:457)
   [info]   at 
org.apache.spark.ui.UISeleniumSuite.$anonfun$new$69(UISeleniumSuite.scala:436)
   [info]   at 
org.apache.spark.LocalSparkContext$.withSpark(LocalSparkContext.scala:65)
   [info]   at 
org.apache.spark.ui.UISeleniumSuite.$anonfun$new$68(UISeleniumSuite.scala:427)
   [info]   at 
org.scalatest.enablers.Timed$$anon$1.timeoutAfter(Timed.scala:127)
   [info]   at 
org.scalatest.concurrent.TimeLimits$.failAfterImpl(TimeLimits.scala:282)
   [info]   at 
org.scalatest.concurrent.TimeLimits.failAfter(TimeLimits.scala:231)
   [info]   at 
org.scalatest.concurrent.TimeLimits.failAfter$(TimeLimits.scala:230)
   [info]   at org.apache.spark.SparkFunSuite.failAfter(SparkFunSuite.scala:68)
   [info]   at 
org.apache.spark.SparkFunSuite.$anonfun$test$2(SparkFunSuite.scala:154)
   [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:226)
   ```
   
   A UI-related test has failed.


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

Reply via email to