jingshanglu commented on issue #7791: URL: https://github.com/apache/shardingsphere/issues/7791#issuecomment-716342564
> Which project should unit tests be placed? `shardingsphere-sql-parser-test` or `shardingsphere-sql-parser-mysql`? > If they are placed in the `shardingsphere-sql-parser-test` directory, should these refactored codes migrate to `CallStatement` and `DoStatement`? > Hope to get your advices. @jingshanglu For the logic of the test framework, please refer to #7880 . Test sql and expected result should place in `shardingsphere/shardingsphere-sql-parser/shardingsphere-sql-parser-test/src/main/resources/`, and then add the assert code on project `shardingsphere-sql-parser-test`. @wenweibin ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
