RaigorJiang commented on code in PR #30314:
URL: https://github.com/apache/shardingsphere/pull/30314#discussion_r1503898828
##########
docs/document/content/test-manual/module-test/parser-test.cn.md:
##########
@@ -9,11 +9,11 @@ SQL 解析无需真实的测试环境,开发者只需定义好待测试的 SQL
### SQL数据
-在集成测试的部分提到过 `sql-case-id`,其对应的 SQL,可以在不同模块共享。开发者只需要在
`shardingsphere-sql-parser/shardingsphere-sql-parser-test/src/main/resources/sql/supported/${SQL-TYPE}/*.xml`
添加待测试的 SQL 即可。
+在集成测试的部分提到过 `sql-case-id`,其对应的
SQL,可以在不同模块共享。开发者只需要在`shardingsphere-sql-parser-test`模块中添加待测试的 SQL
即可,位置位于`test/it/parser/src/main/resources/sql/supported/${SQL-TYPE}/*.xml` 。
Review Comment:
Hi @TherChenYang
The module name may be not `shardingsphere-sql-parser-test`, please check it.
--
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]