### _Why are the changes needed?_ Currently, we define a `ExtendedSQLTest` in `kyuubi-common` test sources, and use it to mark some slow test. This PR propose to replace `ExtendedSQLTest` by `Slow` which is provided by scalatest, then we can use the same tag to mark slow tests in some modules which does not depends on `kyuubi-common`, and then seperate them into independent CI job to reduce the CI time ### _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.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #2824 from pan3793/scalatest-tag. Closes #2824 2597863c [Cheng Pan] [TEST] Replace test tag ExtendedSQLTest by Slow Authored-by: Cheng Pan <chengpan@apache.org> Signed-off-by: Cheng Pan <chengpan@apache.org> |
||
|---|---|---|
| .. | ||
| dep.yml | ||
| docker-image.yml | ||
| greetings.yml | ||
| labeler.yml | ||
| license.yml | ||
| master.yml | ||
| nightly.yml | ||
| publish-snapshot.yml | ||
| style.yml | ||