You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Yang Jie (Jira)" <ji...@apache.org> on 2020/09/22 10:43:00 UTC

[jira] [Created] (SPARK-32964) Pass all `streaming` module UTs in Scala 2.13

Yang Jie created SPARK-32964:
--------------------------------

             Summary: Pass all `streaming` module UTs in Scala 2.13
                 Key: SPARK-32964
                 URL: https://issues.apache.org/jira/browse/SPARK-32964
             Project: Spark
          Issue Type: Sub-task
          Components: DStreams, Spark Core
    Affects Versions: 3.1.0
            Reporter: Yang Jie


There is only one failed case of `streaming` module in Scala 2.13:
 * `start with non-serializable DStream checkpoint ` in StreamingContextSuite

StackOverflowError is thrown here when SerializationDebugger#visit method is called.

The error msg as follow:
{code:java}
Expected exception java.io.NotSerializableException to be thrown, but java.lang.StackOverflowError was thrown
ScalaTestFailureLocation: org.apache.spark.streaming.StreamingContextSuite at (StreamingContextSuite.scala:159)
org.scalatest.exceptions.TestFailedException: Expected exception java.io.NotSerializableException to be thrown, but java.lang.StackOverflowError was thrown

{code}



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