strongduanmu opened a new issue, #23645: URL: https://github.com/apache/shardingsphere/issues/23645
## Feature Request ### Is your feature request related to a problem? No ### Describe the feature you would like. Currently, the cases in the E2E test are written in different XML files according to the statement type, for example, the `dql-integration-test-cases.xml` file contains all select-related cases. With the increase in the number of E2E test cases, it is now difficult to identify which select statements have added cases and which have not. Therefore, we need to split e2e case files, such as splitting according to different types of select statements, `simple select`, `select union`, `select subquery`, etc., which will make the understanding of test cases easier much easier. https://github.com/apache/shardingsphere/blob/master/test/e2e/suite/src/test/resources/cases/dql/dql-integration-test-cases.xml Besides, as a remind, `https://github.com/apache/shardingsphere/blob/master/test/it/parser/src/main/resources/case/dml/select-aggregate.xml` provides a nice split example. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
