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

   ### What changes were proposed in this pull request?
   This pr aims upgrade `scalatest` related test dependencies to 3.2.14:
   
   - scalatest: upgrade scalatest to 3.2.14
   - scalatestplus
      - scalacheck: upgrade to `scalacheck-1-17` 3.2.14.0
      - mockito: upgrade to `mockito-4-6` to 3.2.14.0
      - selenium: uprade to `selenium-4-4` to 3.2.14.0 and `selenium-java` to 
4.4, `htmlunit-driver` to 3.64.0, `htmlunit` to 2.64.0
   
   
   ### Why are the changes needed?
   The release notes as follows:
   
   - 
scalatest:https://github.com/scalatest/scalatest/releases/tag/release-3.2.14
   - scalatestplus
      - scalacheck-1-17: 
https://github.com/scalatest/scalatestplus-scalacheck/releases/tag/release-3.2.14.0-for-scalacheck-1.17
      - mockito-4-6: 
https://github.com/scalatest/scalatestplus-mockito/releases/tag/release-3.2.14.0-for-mockito-4.6
      - selenium-4-4: 
https://github.com/scalatest/scalatestplus-selenium/releases/tag/release-3.2.14.0-for-selenium-4.4
   
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   
   ### How was this patch tested?
   
   - Pass GitHub Actions
   - Manual test:
   
   ```
   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"
   ```


-- 
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