Github user tedyu commented on the pull request:
https://github.com/apache/spark/pull/9384#issuecomment-152677667
```
[info] SparkListenerSuite:
[info] - basic creation and shutdown of LiveListenerBus (14 milliseconds)
[info] - bus.stop() waits for the event queue to completely drain (2
milliseconds)
[info] - basic creation of StageInfo (157 milliseconds)
[info] - basic creation of StageInfo with shuffle (190 milliseconds)
[info] - StageInfo with fewer tasks than partitions (169 milliseconds)
[info] - local metrics (4 seconds, 14 milliseconds)
[info] - onTaskGettingResult() called when result fetched remotely (46
seconds, 787 milliseconds)
[info] - onTaskGettingResult() not called when result sent directly (123
milliseconds)
[info] - onTaskEnd() should be called for all started tasks, even after job
has been killed (120 milliseconds)
[info] - SparkListener moves on if a listener throws an exception (13
milliseconds)
[info] - registering listeners via spark.extraListeners (132 milliseconds)
```
```
[info] *** 1 TEST FAILED ***
[error] Failed: Total 1423, Failed 1, Errors 0, Passed 1422, Ignored 9
[error] Failed tests:
[error]
org.apache.spark.sql.execution.datasources.parquet.ParquetFilterSuite
```
Failed test was not touched by my change
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]