From de0258be79a011a71dbdb93b1aa54fafa7742e99 Mon Sep 17 00:00:00 2001 From: liangbowen Date: Fri, 16 Jun 2023 20:22:45 +0800 Subject: [PATCH] [KYUUBI #4969] [TEST] Run JUnit tests on beeline module ### _Why are the changes needed?_ - add `maven-surefire-plugin` to beeline module for running JUnit tests. ### _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 - [ ] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request Closes #4969 from bowenliang123/scalatest-junit. Closes #4969 995c83c07 [liangbowen] surefire on beeline Authored-by: liangbowen Signed-off-by: liangbowen --- kyuubi-hive-beeline/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/kyuubi-hive-beeline/pom.xml b/kyuubi-hive-beeline/pom.xml index 6c5f255dc..7a841f082 100644 --- a/kyuubi-hive-beeline/pom.xml +++ b/kyuubi-hive-beeline/pom.xml @@ -223,6 +223,14 @@ true + + + org.apache.maven.plugins + maven-surefire-plugin + + ${skipTests} + + target/classes target/test-classes