Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-31996

Specify the version of ChromeDriver and RemoteWebDriver which can work with guava 14.0.1

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: In Progress
    • Minor
    • Resolution: Unresolved
    • 3.1.0
    • None
    • Build
    • None

    Description

      SPARK-31765 upgraded HtmlUnit due to a security reason and Selenium was also needed to be upgraded to work with the upgraded HtmlUnit.

      After upgrading Selenium, ChromeDriver and RemoteWebDriver are implicitly upgraded because of dependency and the the implicitly upgraded modules can't work with guava 14.0.1 due to an API compatibility so we need to run ChromeUISeleniumSuite with a guava version specified likeĀ -Dguava.version=25.0-jre.

      $ build/sbt -Dguava.version=25.0-jre -Dspark.test.webdriver.chrome.driver=/path/to/chromedriver -Dtest.default.exclude.tags= "testOnly org.apache.spark.ui.UISeleniumSuite"

      It's a little bit inconvenience so let's use older version which can work with guava 14.0.1.

      Attachments

        Activity

          People

            Unassigned Unassigned
            sarutak Kousuke Saruta
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: