sandynz opened a new issue #7007:
URL: https://github.com/apache/shardingsphere/issues/7007


   ## Bug Report
   
   ### Which version of ShardingSphere did you use?
   master branch, 5.0.0-RC1-SNAPSHOT
   
   ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
   ShardingSphere-JDBC
   
   ### Expected behavior
   Related dql-test-case pass.
   
   ### Actual behavior
   Test failed, exception thrown:
   ```
   java.io.FileNotFoundException: 
shardingsphere\shardingsphere-integration-test\shardingsphere-test-suite\target\test-classes\integrate\cases\dql\dataset\select_count_tilde_concat.xml
 (系统找不到指定的文件。)
        at java.io.FileInputStream.open0(Native Method)
        at java.io.FileInputStream.open(FileInputStream.java:195)
        at java.io.FileInputStream.<init>(FileInputStream.java:138)
        at java.io.FileInputStream.<init>(FileInputStream.java:93)
        at java.io.FileReader.<init>(FileReader.java:58)
        at 
org.apache.shardingsphere.dbtest.engine.dql.BaseDQLIT.assertResultSet(BaseDQLIT.java:105)
        at 
org.apache.shardingsphere.dbtest.engine.dql.GeneralDQLIT.assertExecuteQueryForPreparedStatement(GeneralDQLIT.java:81)
        at 
org.apache.shardingsphere.dbtest.engine.dql.GeneralDQLIT.assertExecuteQuery(GeneralDQLIT.java:62)
   ```
   
   ### Reason analyze (If you can)
   Part of `select_count_tilde_concat.xml` missed for other rule types.
   
   ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule 
configuration, when exception occur etc.
   
   ### Example codes for reproduce this issue (such as a github link).
   


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to