From ba26de688e112f84060201439cce9b8832a15cbb Mon Sep 17 00:00:00 2001 From: Cheng Pan <379377944@qq.com> Date: Thu, 22 Apr 2021 20:45:43 +0800 Subject: [PATCH] [KYUUBI #563] [TEST] Bump scalatest 3.2.8 ### _Why are the changes needed?_ Bump the latest version of scalatest. ### _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/latest/tools/testing.html#running-tests) locally before make a pull request Closes #563 from pan3793/scalatest. Closes #563 1b7f844 [Cheng Pan] [TEST] Bump scalatest 3.2.8 Authored-by: Cheng Pan <379377944@qq.com> Signed-off-by: fwang12 --- pom.xml | 2 +- scalastyle-config.xml | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index dc7827d55..05b456c4a 100644 --- a/pom.xml +++ b/pom.xml @@ -81,7 +81,7 @@ 1.7.30 3.4.14 - 3.1.4 + 3.2.8 iceberg-spark3-runtime 0.11.1 diff --git a/scalastyle-config.xml b/scalastyle-config.xml index 743a3e4cf..f7d0d2449 100644 --- a/scalastyle-config.xml +++ b/scalastyle-config.xml @@ -135,12 +135,6 @@ This file is divided into 3 sections: - // remove this after upgrade to scalatest 3.2.x - - ^FunSuite[A-Za-z]*$ - Tests must extend org.apache.kyuubi.KyuubiFunSuite instead. - - ^AnyFunSuite[A-Za-z]*$ Tests must extend org.apache.kyuubi.KyuubiFunSuite instead.