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

chengpan pushed a commit to branch branch-1.8
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/branch-1.8 by this push:
     new 2cca5d5d7 [KYUUBI #5253][FOLLOWUP] Supply 
testcontainers-scala-scalatest deps
2cca5d5d7 is described below

commit 2cca5d5d7fff210b5780e60e7b1b7227dc062675
Author: Cheng Pan <[email protected]>
AuthorDate: Wed Sep 6 09:23:06 2023 +0000

    [KYUUBI #5253][FOLLOWUP] Supply testcontainers-scala-scalatest deps
    
    ### _Why are the changes needed?_
    
    Recover CI.
    
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including 
negative and positive cases if possible
    
    - [ ] Add screenshots for manual tests if appropriate
    
    - [x] [Run 
test](https://kyuubi.readthedocs.io/en/master/contributing/code/testing.html#running-tests)
 locally before make a pull request
    
    ### _Was this patch authored or co-authored using generative AI tooling?_
    
    No
    
    Closes #5258 from pan3793/testcontainers.
    
    Closes #5253
    
    c1c8241af [Cheng Pan] fix
    ce4f9ed2c [Cheng Pan] [KYUUBI #5253][FOLLOWUP] Supply 
testcontainers-scala-scalatest deps for ha module
    
    Authored-by: Cheng Pan <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
    (cherry picked from commit 1a925d8c73a96f7853ac531599a2265807bf6450)
    Signed-off-by: Cheng Pan <[email protected]>
---
 externals/kyuubi-spark-sql-engine/pom.xml | 6 ++++++
 kyuubi-ha/pom.xml                         | 6 ++++++
 2 files changed, 12 insertions(+)

diff --git a/externals/kyuubi-spark-sql-engine/pom.xml 
b/externals/kyuubi-spark-sql-engine/pom.xml
index c27f85fa9..85f7219e0 100644
--- a/externals/kyuubi-spark-sql-engine/pom.xml
+++ b/externals/kyuubi-spark-sql-engine/pom.xml
@@ -159,6 +159,12 @@
             <scope>test</scope>
         </dependency>
 
+        <dependency>
+            <groupId>com.dimafeng</groupId>
+            
<artifactId>testcontainers-scala-scalatest_${scala.binary.version}</artifactId>
+            <scope>test</scope>
+        </dependency>
+
         <dependency>
             <groupId>io.etcd</groupId>
             <artifactId>jetcd-launcher</artifactId>
diff --git a/kyuubi-ha/pom.xml b/kyuubi-ha/pom.xml
index b42bed924..b37ecb294 100644
--- a/kyuubi-ha/pom.xml
+++ b/kyuubi-ha/pom.xml
@@ -89,6 +89,12 @@
             <artifactId>grpc-stub</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>com.dimafeng</groupId>
+            
<artifactId>testcontainers-scala-scalatest_${scala.binary.version}</artifactId>
+            <scope>test</scope>
+        </dependency>
+
         <dependency>
             <groupId>io.etcd</groupId>
             <artifactId>jetcd-launcher</artifactId>

Reply via email to