Github user skonto commented on the issue:
https://github.com/apache/spark/pull/19675
Current status:
```
ProactiveClosureSerializationSuite:
- throws expected serialization exceptions on actions
- mapPartitions transformations throw proactive serialization exceptions
*** FAILED ***
Expected exception org.apache.spark.SparkException to be thrown, but no
exception was thrown (ProactiveClosureSerializationSuite.scala:58)
- map transformations throw proactive serialization exceptions *** FAILED
***
Expected exception org.apache.spark.SparkException to be thrown, but no
exception was thrown (ProactiveClosureSerializationSuite.scala:58)
- filter transformations throw proactive serialization exceptions ***
FAILED ***
Expected exception org.apache.spark.SparkException to be thrown, but no
exception was thrown (ProactiveClosureSerializationSuite.scala:58)
- flatMap transformations throw proactive serialization exceptions ***
FAILED ***
Expected exception org.apache.spark.SparkException to be thrown, but no
exception was thrown (ProactiveClosureSerializationSuite.scala:58)
- mapPartitionsWithIndex transformations throw proactive serialization
exceptions *** FAILED ***
Expected exception org.apache.spark.SparkException to be thrown, but no
exception was thrown (ProactiveClosureSerializationSuite.scala:58)
Run completed in 15 minutes, 23 seconds.
Total number of tests run: 2096
Suites: completed 212, aborted 0
Tests: succeeded 2079, failed 17, canceled 4, ignored 8, pending 0
*** 17 TESTS FAILED ***
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Spark Project Parent POM 2.4.0-SNAPSHOT ............ SUCCESS [
24.719 s]
[INFO] Spark Project Tags ................................. SUCCESS [
31.125 s]
[INFO] Spark Project Sketch ............................... SUCCESS [
14.175 s]
[INFO] Spark Project Local DB ............................. SUCCESS [
5.103 s]
[INFO] Spark Project Networking ........................... SUCCESS [
40.177 s]
[INFO] Spark Project Shuffle Streaming Service ............ SUCCESS [
5.344 s]
[INFO] Spark Project Unsafe ............................... SUCCESS [
7.984 s]
[INFO] Spark Project Launcher ............................. SUCCESS [
6.129 s]
[INFO] Spark Project Core ................................. FAILURE [17:17
min]
```
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]