You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "L. C. Hsieh (Jira)" <ji...@apache.org> on 2021/07/25 06:29:00 UTC

[jira] [Created] (SPARK-36281) Re-enable the test of external listerners in SparkSQLEnvSuite

L. C. Hsieh created SPARK-36281:
-----------------------------------

             Summary: Re-enable the test of external listerners in SparkSQLEnvSuite
                 Key: SPARK-36281
                 URL: https://issues.apache.org/jira/browse/SPARK-36281
             Project: Spark
          Issue Type: Test
          Components: SQL
    Affects Versions: 3.0.3
            Reporter: L. C. Hsieh


While we're trying to recover GA in branch 3.0 ([https://github.com/apache/spark/pull/33502),] {{org.apache.spark.sql.hive.thriftserver.SparkSQLEnvSuite}} continues to fail in GA:

 

[info] - SPARK-29604 external listeners should be initialized with Spark classloader *** FAILED *** (34 seconds, 465 milliseconds)
[info] scala.Predef.refArrayOps[org.apache.spark.sql.util.QueryExecutionListener](session.get.listenerManager.listListeners()).exists(((x$1: org.apache.spark.sql.util.QueryExecutionListener) => x$1.isInstanceOf[test.custom.listener.DummyQueryExecutionListener])) was false (SparkSQLEnvSuite.scala:57)

 

It looks not a memory issue. I also ran it locally and it passed. Not sure why GA is special for the test.

 

Ignored the test for now to recover GA. We need to investigate why the test fails and recover it.

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org