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 9ef1e77  Fix test case for rewrite index name (#9062)
9ef1e77 is described below

commit 9ef1e778b89fcb70042ae391f3b335607be3b59c
Author: Liang Zhang <[email protected]>
AuthorDate: Sun Jan 17 14:09:51 2021 +0800

    Fix test case for rewrite index name (#9062)
---
 .../src/test/resources/sharding/index.xml                             | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-rewrite/src/test/resources/sharding/index.xml
 
b/shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-rewrite/src/test/resources/sharding/index.xml
index 0e0cf1c..74ca166 100644
--- 
a/shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-rewrite/src/test/resources/sharding/index.xml
+++ 
b/shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-rewrite/src/test/resources/sharding/index.xml
@@ -31,8 +31,8 @@
     
     <rewrite-assertion id="drop_index_for_mysql" db-type="MySQL">
         <input sql="DROP INDEX index_name ON t_account" />
-        <output sql="DROP INDEX index_name ON t_account_0" />
-        <output sql="DROP INDEX index_name ON t_account_1" />
+        <output sql="DROP INDEX index_name_t_account_0 ON t_account_0" />
+        <output sql="DROP INDEX index_name_t_account_1 ON t_account_1" />
     </rewrite-assertion>
     
     <rewrite-assertion id="drop_index_for_postgresql" db-type="PostgreSQL">

Reply via email to