You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2020/05/22 13:25:27 UTC

[spark] branch master updated (892b600 -> d955708)

This is an automated email from the ASF dual-hosted git repository.

srowen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from 892b600  [SPARK-31790][DOCS] cast(long as timestamp) show different result between Hive and Spark
     add d955708  [SPARK-31756][WEBUI] Add real headless browser support for UI test

No new revisions were added by this update.

Summary of changes:
 .../tags/{DockerTest.java => ChromeUITest.java}    |   3 +-
 .../apache/spark/ui/ChromeUISeleniumSuite.scala    |  29 +++---
 .../spark/ui/RealBrowserUISeleniumSuite.scala      | 109 +++++++++++++++++++++
 .../org/apache/spark/ui/UISeleniumSuite.scala      |  27 -----
 dev/run-tests.py                                   |   5 +
 pom.xml                                            |   2 +
 6 files changed, 132 insertions(+), 43 deletions(-)
 copy common/tags/src/test/java/org/apache/spark/tags/{DockerTest.java => ChromeUITest.java} (96%)
 copy mllib/src/test/scala/org/apache/spark/ml/util/TempDirectory.scala => core/src/test/scala/org/apache/spark/ui/ChromeUISeleniumSuite.scala (62%)
 create mode 100644 core/src/test/scala/org/apache/spark/ui/RealBrowserUISeleniumSuite.scala


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