HyukjinKwon removed a comment on pull request #29460:
URL: https://github.com/apache/spark/pull/29460#issuecomment-675390620


   All tests passed (I am re-running to verify flakiness) except two tests:
   
   -  `ThriftServerQueryTestSuite`:
   
   ```
   [info] org.apache.spark.sql.hive.thriftserver.ThriftServerQueryTestSuite *** 
ABORTED *** (2 minutes, 39 seconds)
   [info]   The code passed to eventually never returned normally. Attempted 40 
times over 30.012199178 seconds. Last failure message: requirement failed: 
Failed to bind an actual port for HiveThriftServer2. 
(SharedThriftServer.scala:87)
   [info]   org.scalatest.exceptions.TestFailedDueToTimeoutException:
   [info]   at 
org.scalatest.concurrent.Eventually.tryTryAgain$1(Eventually.scala:432)
   [info]   at 
org.scalatest.concurrent.Eventually.eventually(Eventually.scala:439)
   [info]   at 
org.scalatest.concurrent.Eventually.eventually$(Eventually.scala:391)
   [info]   at 
org.apache.spark.sql.SQLQueryTestSuite.eventually(SQLQueryTestSuite.scala:125)
   [info]   at 
org.scalatest.concurrent.Eventually.eventually(Eventually.scala:308)
   [info]   at 
org.scalatest.concurrent.Eventually.eventually$(Eventually.scala:307)
   [info]   at 
org.apache.spark.sql.SQLQueryTestSuite.eventually(SQLQueryTestSuite.scala:125)
   [info]   at 
org.apache.spark.sql.hive.thriftserver.SharedThriftServer.startThriftServer(SharedThriftServer.scala:87)
   [info]   at 
org.apache.spark.sql.hive.thriftserver.SharedThriftServer.$anonfun$beforeAll$4(SharedThriftServer.scala:40)
   [info]   at 
scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
   [info]   at scala.util.Try$.apply(Try.scala:213)
   [info]   at 
org.apache.spark.sql.hive.thriftserver.SharedThriftServer.$anonfun$beforeAll$3(SharedThriftServer.scala:40)
   [info]   at scala.util.Failure.orElse(Try.scala:224)
   [info]   at 
org.apache.spark.sql.hive.thriftserver.SharedThriftServer.$anonfun$beforeAll$2(SharedThriftServer.scala:40)
   [info]   at 
org.apache.spark.sql.hive.thriftserver.SharedThriftServer.$anonfun$beforeAll$2$adapted(SharedThriftServer.scala:39)
   [info]   at 
scala.collection.TraversableOnce.$anonfun$foldLeft$1(TraversableOnce.scala:162)
   [info]   at 
scala.collection.TraversableOnce.$anonfun$foldLeft$1$adapted(TraversableOnce.scala:162)
   [info]   at scala.collection.immutable.Range.foreach(Range.scala:158)
   [info]   at 
scala.collection.TraversableOnce.foldLeft(TraversableOnce.scala:162)
   [info]   at 
scala.collection.TraversableOnce.foldLeft$(TraversableOnce.scala:160)
   [info]   at 
scala.collection.AbstractTraversable.foldLeft(Traversable.scala:108)
   ```
   
   Arrow related SparkR tests which will be fixed at 
https://github.com/apache/spark/pull/29462.


----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to