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

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


The following commit(s) were added to refs/heads/master by this push:
     new c1c58698d3d [SPARK-45148][BUILD] Upgrade scalatest related 
dependencies to the 3.2.17 series
c1c58698d3d is described below

commit c1c58698d3d6b1447045fad592f8dfb0395989d1
Author: yangjie01 <yangji...@baidu.com>
AuthorDate: Mon Sep 18 10:01:47 2023 -0500

    [SPARK-45148][BUILD] Upgrade scalatest related dependencies to the 3.2.17 
series
    
    ### What changes were proposed in this pull request?
    This pr aims upgrade `scalatest` related test dependencies to 3.2.17:
    
    - scalatest: upgrade scalatest to 3.2.17
    - scalatestplus
       - scalacheck: upgrade to `scalacheck-1-17` 3.2.17.0
       - mockito: upgrade to `mockito-4-11` to 3.2.17.0
       - selenium: uprade to `selenium-4-12` to 3.2.17.0 and `selenium-java` to 
4.12.1, `htmlunit-driver` to 4.12.0, byte-buddy and byte-buddy-agent to 1.14.5
    
    ### Why are the changes needed?
    The release notes as follows:
    
    - 
scalatest:https://github.com/scalatest/scalatest/releases/tag/release-3.2.17
    - scalatestplus
       - scalacheck-1-17: 
https://github.com/scalatest/scalatestplus-scalacheck/releases/tag/release-3.2.17.0-for-scalacheck-1.17
       - mockito-4-11: 
https://github.com/scalatest/scalatestplus-mockito/releases/tag/release-3.2.17.0-for-mockito-4.11
       - selenium-4-12: 
https://github.com/scalatest/scalatestplus-selenium/releases/tag/release-3.2.17.0-for-selenium-4.12
    
    ### 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=32.1.2-jre 
-Dspark.test.webdriver.chrome.driver=/Users/yangjie01/Tools/chromedriver 
-Dtest.default.exclude.tags="" -Phive -Phive-thriftserver "core/testOnly 
org.apache.spark.ui.ChromeUISeleniumSuite"
    
    build/sbt -Dguava.version=32.1.2-jre 
-Dspark.test.webdriver.chrome.driver=/Users/yangjie01/Tools/chromedriver 
-Dtest.default.exclude.tags="" -Phive -Phive-thriftserver "core/testOnly 
org.apache.spark.deploy.history.RocksDBBackendChromeUIHistoryServerSuite"
    ```
    
    ```
    [info] ChromeUISeleniumSuite:
    [info] - SPARK-31534: text for tooltip should be escaped (1 second, 809 
milliseconds)
    [info] - SPARK-31882: Link URL for Stage DAGs should not depend on paged 
table. (604 milliseconds)
    [info] - SPARK-31886: Color barrier execution mode RDD correctly (252 
milliseconds)
    [info] - Search text for paged tables should not be saved (1 second, 309 
milliseconds)
    [info] Run completed in 6 seconds, 116 milliseconds.
    [info] Total number of tests run: 4
    [info] Suites: completed 1, aborted 0
    [info] Tests: succeeded 4, failed 0, canceled 0, ignored 0, pending 0
    [info] All tests passed.
    ```
    
    ```
    [info] RocksDBBackendChromeUIHistoryServerSuite:
    [info] - ajax rendered relative links are prefixed with uiRoot 
(spark.ui.proxyBase) (1 second, 615 milliseconds)
    [info] Run completed in 5 seconds, 130 milliseconds.
    [info] Total number of tests run: 1
    [info] Suites: completed 1, aborted 0
    [info] Tests: succeeded 1, failed 0, canceled 0, ignored 0, pending 0
    [info] All tests passed.
    [success] Total time: 27 s, completed 2023-9-14 11:29:27
    ```
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No
    
    Closes #42906 from LuciferYang/SPARK-45148.
    
    Lead-authored-by: yangjie01 <yangji...@baidu.com>
    Co-authored-by: YangJie <yangji...@baidu.com>
    Signed-off-by: Sean Owen <sro...@gmail.com>
---
 pom.xml | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index 779f9e64f1d..971cb07ea40 100644
--- a/pom.xml
+++ b/pom.xml
@@ -214,8 +214,8 @@
     <!-- Please don't upgrade the version to 4.10+, it depends on JDK 11 -->
     <antlr4.version>4.9.3</antlr4.version>
     <jpam.version>1.1</jpam.version>
-    <selenium.version>4.9.1</selenium.version>
-    <htmlunit-driver.version>4.9.1</htmlunit-driver.version>
+    <selenium.version>4.12.1</selenium.version>
+    <htmlunit-driver.version>4.12.0</htmlunit-driver.version>
     <htmlunit.version>2.70.0</htmlunit.version>
     <maven-antrun.version>3.1.0</maven-antrun.version>
     <commons-crypto.version>1.1.0</commons-crypto.version>
@@ -413,7 +413,7 @@
     </dependency>
     <dependency>
       <groupId>org.scalatestplus</groupId>
-      <artifactId>selenium-4-9_${scala.binary.version}</artifactId>
+      <artifactId>selenium-4-12_${scala.binary.version}</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -1137,25 +1137,25 @@
       <dependency>
         <groupId>org.scalatest</groupId>
         <artifactId>scalatest_${scala.binary.version}</artifactId>
-        <version>3.2.16</version>
+        <version>3.2.17</version>
         <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>org.scalatestplus</groupId>
         <artifactId>scalacheck-1-17_${scala.binary.version}</artifactId>
-        <version>3.2.16.0</version>
+        <version>3.2.17.0</version>
         <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>org.scalatestplus</groupId>
         <artifactId>mockito-4-11_${scala.binary.version}</artifactId>
-        <version>3.2.16.0</version>
+        <version>3.2.17.0</version>
         <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>org.scalatestplus</groupId>
-        <artifactId>selenium-4-9_${scala.binary.version}</artifactId>
-        <version>3.2.16.0</version>
+        <artifactId>selenium-4-12_${scala.binary.version}</artifactId>
+        <version>3.2.17.0</version>
         <scope>test</scope>
       </dependency>
       <dependency>
@@ -1173,13 +1173,13 @@
       <dependency>
         <groupId>net.bytebuddy</groupId>
         <artifactId>byte-buddy</artifactId>
-        <version>1.14.4</version>
+        <version>1.14.5</version>
         <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>net.bytebuddy</groupId>
         <artifactId>byte-buddy-agent</artifactId>
-        <version>1.14.4</version>
+        <version>1.14.5</version>
         <scope>test</scope>
       </dependency>
       <dependency>


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

Reply via email to