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

zhangliang 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 e0b3d6d1c2d Fix : fix a test case to work with the DistSQL 
change(#20324) (#20325)
e0b3d6d1c2d is described below

commit e0b3d6d1c2ddbe6b8d87427ad563b9f88ab5775a
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Sun Aug 21 00:26:02 2022 +0800

    Fix : fix a test case to work with the DistSQL change(#20324) (#20325)
---
 .../src/test/resources/env/common/command.xml                         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-transaction/src/test/resources/env/common/command.xml
 
b/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-transaction/src/test/resources/env/common/command.xml
index d0f3e59e0bc..1af836f50ad 100644
--- 
a/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-transaction/src/test/resources/env/common/command.xml
+++ 
b/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-transaction/src/test/resources/env/common/command.xml
@@ -96,8 +96,8 @@
     <alter-xa-transaction-rule>
         ALTER TRANSACTION RULE
         (
-        DEFAULT=XA,
-        TYPE(NAME=${providerType})
+        DEFAULT='XA',
+        TYPE(NAME='${providerType}')
         )
     </alter-xa-transaction-rule>
 

Reply via email to