GitHub user JoshRosen opened a pull request:

    https://github.com/apache/spark/pull/2474

    [SPARK-3616] Add basic Selenium tests to WebUISuite

    This patch adds Selenium tests for Spark's web UI.  To avoid adding extra
    dependencies to the test environment, the tests use Selenium's 
HtmlUnitDriver,
    which is pure-Java, instead of, say, ChromeDriver.
    
    I added new tests to try to reproduce a few UI bugs reported on JIRA, namely
    SPARK-3021, SPARK-2105, and SPARK-2527.  I wasn't able to reproduce these 
bugs;
    I suspect that the older ones might have been fixed by other patches.
    
    In order to use HtmlUnitDriver, I added an explicit dependency on the
    org.apache.httpcomponents version of httpclient in order to prevent jets3t's
    older version from taking precedence on the classpath.
    
    I also upgraded ScalaTest to 2.2.1.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/JoshRosen/spark webui-selenium-tests

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/2474.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2474
    
----
commit fb2a0f95b872267440260a36530ae10a51c3e468
Author: Josh Rosen <joshro...@apache.org>
Date:   2014-09-17T03:55:28Z

    [SPARK-3616] Add basic Selenium tests to WebUISuite.
    
    This patch adds Selenium tests for Spark's web UI.  To avoid adding extra
    dependencies to the test environment, the tests use Selenium's 
HtmlUnitDriver,
    which is pure-Java, instead of, say, ChromeDriver.
    
    I added new tests to try to reproduce a few UI bugs reported on JIRA, namely
    SPARK-3021, SPARK-2105, and SPARK-2527.  I wasn't able to reproduce these 
bugs;
    I suspect that the older ones might have been fixed by other patches.
    
    In order to use HtmlUnitDriver, I added an explicit dependency on the
    org.apache.httpcomponents version of httpclient in order to prevent jets3t's
    older version from taking precedence on the classpath.
    
    I also upgraded ScalaTest to 2.2.1.

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to