panbingkun opened a new pull request, #41341:
URL: https://github.com/apache/spark/pull/41341

   ### What changes were proposed in this pull request?
   The pr aims to update scalatest and scalatestplus related dependencies to 
newest version, include:
   This pr aims upgrade `scalatest` related test dependencies to 3.2.16:
    - scalatest: upgrade scalatest from 3.2.15 to 3.2.16
       
    - mockito
      - mockito-core: upgrade from 4.6.1 to 4.11.0
      - mockito-inline: upgrade from 4.6.1 to 4.11.0
      
    - selenium-java: upgrade from 4.7.2 to 4.9.1
    
    - htmlunit-driver: upgrade from 4.7.2 to 4.9.1
    
    - htmlunit: upgrade from 2.67.0 to 2.70.0 
    
    - scalatestplus
         - scalacheck-1-17: upgrade from 3.2.15.0 to 3.2.16.0
      - mockito: upgrade from `mockito-4-6` 3.2.15.0 to `mockito-4-11` 3.2.16.0
      - selenium: upgrade from `selenium-4-7` 3.2.15.0 to `selenium-4-9` 
3.2.16.0 
       
   ### Why are the changes needed?
   The relevant release notes as follows:
    - scalatest:    
         - https://github.com/scalatest/scalatest/releases/tag/release-3.2.16
         
    - mockito(https://github.com/mockito/mockito/releases)
      - https://github.com/mockito/mockito/releases/tag/v4.11.0
      - https://github.com/mockito/mockito/releases/tag/v4.10.0
      - https://github.com/mockito/mockito/releases/tag/v4.9.0
      - https://github.com/mockito/mockito/releases/tag/v4.8.1
      - https://github.com/mockito/mockito/releases/tag/v4.8.0
      - https://github.com/mockito/mockito/releases/tag/v4.7.0
         
    - selenium-java(https://github.com/SeleniumHQ/selenium)      
      - https://github.com/SeleniumHQ/selenium/releases/tag/selenium-4.9.1
      - https://github.com/SeleniumHQ/selenium/releases/tag/selenium-4.9.0
      - https://github.com/SeleniumHQ/selenium/releases/tag/selenium-4.8.3-java
      - https://github.com/SeleniumHQ/selenium/releases/tag/selenium-4.8.2-java
      - https://github.com/SeleniumHQ/selenium/releases/tag/selenium-4.8.1
      - https://github.com/SeleniumHQ/selenium/releases/tag/selenium-4.8.0
         
    - htmlunit-driver(https://github.com/SeleniumHQ/htmlunit-driver)
      - 
https://github.com/SeleniumHQ/htmlunit-driver/releases/tag/htmlunit-driver-4.9.1
      - 
https://github.com/SeleniumHQ/htmlunit-driver/releases/tag/htmlunit-driver-4.9.0
      - 
https://github.com/SeleniumHQ/htmlunit-driver/releases/tag/htmlunit-driver-4.8.3
      - 
https://github.com/SeleniumHQ/htmlunit-driver/releases/tag/htmlunit-driver-4.8.1.1
      - https://github.com/SeleniumHQ/htmlunit-driver/releases/tag/4.8.1
      - https://github.com/SeleniumHQ/htmlunit-driver/releases/tag/4.8.0
      
    - htmlunit(https://github.com/HtmlUnit/htmlunit)
      - https://github.com/HtmlUnit/htmlunit/releases/tag/2.70.0 (why this 
version: 
https://github.com/SeleniumHQ/selenium/blob/selenium-4.9.1/java/maven_deps.bzl#L83)
         
    - 
org.scalatestplus:scalacheck-1-17(https://github.com/scalatest/scalatestplus-scalacheck)
      - 
https://github.com/scalatest/scalatestplus-scalacheck/releases/tag/release-3.2.16.0-for-scalacheck-1.17
    
    - 
org.scalatestplus:mockito-4-11(https://github.com/scalatest/scalatestplus-mockito)
      - 
https://github.com/scalatest/scalatestplus-mockito/releases/tag/release-3.2.16.0-for-mockito-4.11
      
    - 
org.scalatestplus:selenium-4-9(https://github.com/scalatest/scalatestplus-selenium)
   
   ### Does this PR introduce _any_ user-facing change?
   No.
   
   
   ### How was this patch tested?
   - Pass GitHub Actions
   - Manual test:
      - ChromeUISeleniumSuite
      - RocksDBBackendChromeUIHistoryServerSuite
   
   ```
       build/sbt -Dguava.version=31.1-jre 
-Dspark.test.webdriver.chrome.driver=/path/to/chromedriver 
-Dtest.default.exclude.tags="" -Phive -Phive-thriftserver "core/testOnly 
org.apache.spark.ui.ChromeUISeleniumSuite"
   
       build/sbt -Dguava.version=31.1-jre 
-Dspark.test.webdriver.chrome.driver=/path/to/chromedriver 
-Dtest.default.exclude.tags="" -Phive -Phive-thriftserver "core/testOnly 
org.apache.spark.deploy.history.RocksDBBackendChromeUIHistoryServerSuite"
   ```
       ChromeDriver was started successfully.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to