This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/master by this push:
new 1a925d8c7 [KYUUBI #5253][FOLLOWUP] Supply
testcontainers-scala-scalatest deps
1a925d8c7 is described below
commit 1a925d8c73a96f7853ac531599a2265807bf6450
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]>
---
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 37d4f3238..c453bd283 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 33331d712..129f7a53d 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>