You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2021/02/26 04:03:09 UTC

[shardingsphere] branch master updated: Add issue NO for test cases (#9512)

This is an automated email from the ASF dual-hosted git repository.

panjuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 769eeeb  Add issue NO for test cases (#9512)
769eeeb is described below

commit 769eeebc2cafdbfcd4cd8c0df63e32d1e203df9e
Author: Liang Zhang <te...@163.com>
AuthorDate: Fri Feb 26 12:02:40 2021 +0800

    Add issue NO for test cases (#9512)
---
 .../src/test/resources/mix/select_for_query_with_cipher.xml           | 4 ++--
 .../src/test/resources/mix/select_for_query_with_plain.xml            | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-rewrite/src/test/resources/mix/select_for_query_with_cipher.xml b/shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-rewrite/src/test/resources/mix/select_for_query_with_cipher.xml
index c1618a6..8e30dd9 100644
--- a/shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-rewrite/src/test/resources/mix/select_for_query_with_cipher.xml
+++ b/shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-rewrite/src/test/resources/mix/select_for_query_with_cipher.xml
@@ -42,7 +42,7 @@
         <output sql="SELECT t_account_1.account_id, t_account_1.cipher_password AS password, t_account_1.cipher_amount AS a, status AS s FROM t_account_1 WHERE t_account_1.account_id = 1 AND t_account_1.assisted_query_password = 'assisted_query_aaa' AND t_account_1.cipher_amount = 'encrypt_1000' AND t_account_1.status = 'OK'" />
     </rewrite-assertion>
     
-    <!-- FIXME should rewrite owner table as sharding table -->
+    <!-- FIXME #9510 should rewrite owner table as sharding table -->
 <!--    <rewrite-assertion id="select_with_unqualified_shorthand">-->
 <!--        <input sql="SELECT * FROM t_account" />-->
 <!--        <output sql="SELECT `t_account_0`.`account_id`, `t_account_0`.`cipher_password` AS password, `t_account_0`.`cipher_amount` AS amount, `t_account_0`.`status` FROM t_account_0" />-->
@@ -73,7 +73,7 @@
         <output sql="SELECT `a`.`account_id`, `a`.`cipher_password` AS password, `a`.`cipher_amount` AS amount, `a`.`status`, account_id, 1+1 FROM t_account_1 a" />
     </rewrite-assertion>
 
-    <!-- FIXME should rewrite owner table as sharding table -->
+    <!-- FIXME #9510 should rewrite owner table as sharding table -->
     <!--<rewrite-assertion id="select_with_table_qualified_shorthand">-->
         <!--<input sql="SELECT t_account.* FROM t_account" />-->
         <!--<output sql="SELECT t_account_0.account_id, t_account_0.cipher_password AS password, t_account_0.cipher_amount AS amount, t_account_0.status FROM t_account_0" />-->
diff --git a/shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-rewrite/src/test/resources/mix/select_for_query_with_plain.xml b/shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-rewrite/src/test/resources/mix/select_for_query_with_plain.xml
index 501db9b..2a176a8 100644
--- a/shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-rewrite/src/test/resources/mix/select_for_query_with_plain.xml
+++ b/shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-rewrite/src/test/resources/mix/select_for_query_with_plain.xml
@@ -27,7 +27,7 @@
         <output sql="SELECT a.account_id, a.plain_password AS password, a.plain_amount AS a, a.status AS s FROM t_account_bak_1 AS a WHERE a.account_id = 1 AND a.plain_password = 'aaa' AND a.plain_amount = 1000 AND a.status = 'OK'" />
     </rewrite-assertion>
     
-    <!-- FIXME should rewrite owner table as sharding table -->
+    <!-- FIXME #9510 should rewrite owner table as sharding table -->
 <!--    <rewrite-assertion id="select_with_unqualified_shorthand">-->
 <!--        <input sql="SELECT * FROM t_account_bak" />-->
 <!--        <output sql="SELECT `t_account_bak_0`.`account_id`, `t_account_bak_0`.`plain_password` AS password, `t_account_bak_0`.`plain_amount` AS amount, `t_account_bak_0`.`status` FROM t_account_bak_0" />-->
@@ -46,7 +46,7 @@
         <output sql="SELECT `a`.`account_id`, `a`.`plain_password` AS password, `a`.`plain_amount` AS amount, `a`.`status`, account_id, 1+1 FROM t_account_bak_1 a" />
     </rewrite-assertion>
     
-    <!-- FIXME should rewrite owner table as sharding table -->
+    <!-- FIXME #9510 should rewrite owner table as sharding table -->
     <!--<rewrite-assertion id="select_with_table_qualified_shorthand">-->
         <!--<input sql="SELECT t_account_bak.* FROM t_account_bak" />-->
         <!--<output sql="SELECT t_account_bak_0.account_id, t_account_bak_0.plain_password AS password, t_account_bak_0.plain_amount AS amount, t_account_bak_0.status FROM t_account_bak_0" />-->