You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2021/03/18 14:06:54 UTC

[GitHub] [shardingsphere] SteNicholas commented on a change in pull request #9729: add single tests of db

SteNicholas commented on a change in pull request #9729:
URL: https://github.com/apache/shardingsphere/pull/9729#discussion_r596903743



##########
File path: shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/cases/dql/dql-integration-test-cases.xml
##########
@@ -510,4 +510,13 @@
     <test-case sql="SELECT * FROM t_user u INNER JOIN t_user_item m ON u.user_id=m.user_id" scenario-types="encrypt,dbtbl_with_read_write_splitting_and_encrypt">
         <assertion expected-data-file="select_join_encrypt.xml"/>
     </test-case>
+
+    <test-case sql="SELECT * FROM t_single_table" db-types="MySQL,Oracle,SQLServer" scenario-types="db">
+        <assertion expected-data-file="select_from_single.xml"/>
+    </test-case>
+
+    <!--fixme! issue #9719-->

Review comment:
       IMO, you could fix the issue #9719 in this pull request, not adding the comments here to fix.




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