Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-44784

Failure in testing `SparkSessionE2ESuite` using Maven

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • 3.5.0
    • 3.5.0, 4.0.0
    • Connect, Tests
    • None

    Description

      https://github.com/apache/spark/actions/runs/5832898984/job/15819181762

       

      The following failures exist in the daily Maven tests, we should fix them before Apache Spark 3.5.0 release:

      SparkSessionE2ESuite:
      4638- interrupt all - background queries, foreground interrupt *** FAILED ***
      4639  The code passed to eventually never returned normally. Attempted 30 times over 20.092924822 seconds. Last failure message: Some("unexpected failure in q1: org.apache.spark.SparkException: org/apache/spark/sql/connect/client/SparkResult") was not empty Error not empty: Some(unexpected failure in q1: org.apache.spark.SparkException: org/apache/spark/sql/connect/client/SparkResult). (SparkSessionE2ESuite.scala:71)
      4640- interrupt all - foreground queries, background interrupt *** FAILED ***
      4641  "org/apache/spark/sql/connect/client/SparkResult" did not contain "OPERATION_CANCELED" Unexpected exception: org.apache.spark.SparkException: org/apache/spark/sql/connect/client/SparkResult (SparkSessionE2ESuite.scala:105)
      4642- interrupt tag *** FAILED ***
      4643  The code passed to eventually never returned normally. Attempted 30 times over 20.069445587 seconds. Last failure message: ListBuffer() had length 0 instead of expected length 2 Interrupted operations: ListBuffer().. (SparkSessionE2ESuite.scala:199)
      4644- interrupt operation *** FAILED ***
      4645  org.apache.spark.SparkException: org/apache/spark/sql/connect/client/SparkResult
      4646  at org.apache.spark.sql.connect.client.GrpcExceptionConverter$.toThrowable(GrpcExceptionConverter.scala:89)
      4647  at org.apache.spark.sql.connect.client.GrpcExceptionConverter$.convert(GrpcExceptionConverter.scala:38)
      4648  at org.apache.spark.sql.connect.client.GrpcExceptionConverter$$anon$1.hasNext(GrpcExceptionConverter.scala:46)
      4649  at org.apache.spark.sql.connect.client.SparkResult.org$apache$spark$sql$connect$client$SparkResult$$processResponses(SparkResult.scala:83)
      4650  at org.apache.spark.sql.connect.client.SparkResult.operationId(SparkResult.scala:174)
      4651  at org.apache.spark.sql.SparkSessionE2ESuite.$anonfun$new$31(SparkSessionE2ESuite.scala:243)
      4652  at org.apache.spark.sql.connect.client.util.RemoteSparkSession.$anonfun$test$1(RemoteSparkSession.scala:243)
      4653  at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
      4654  at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
      4655  at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
      4656  ... 

      Attachments

        Activity

          People

            hvanhovell Herman van Hövell
            LuciferYang Yang Jie
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: