You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by du...@apache.org on 2023/02/01 01:33:10 UTC

[shardingsphere] branch master updated: fix CI failed. (#23883)

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

duanzhengqiang 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 48cfb770a31 fix CI failed. (#23883)
48cfb770a31 is described below

commit 48cfb770a31043ce98d3748b5a4227c1de87c3c0
Author: Raigor <ra...@gmail.com>
AuthorDate: Wed Feb 1 09:33:04 2023 +0800

    fix CI failed. (#23883)
---
 .../dataset/empty_rules/show_status_from_readwrite_splitting_rules.xml  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/e2e/suite/src/test/resources/cases/ral/dataset/empty_rules/show_status_from_readwrite_splitting_rules.xml b/test/e2e/suite/src/test/resources/cases/ral/dataset/empty_rules/show_status_from_readwrite_splitting_rules.xml
index 64f30c12082..477ef0362d4 100644
--- a/test/e2e/suite/src/test/resources/cases/ral/dataset/empty_rules/show_status_from_readwrite_splitting_rules.xml
+++ b/test/e2e/suite/src/test/resources/cases/ral/dataset/empty_rules/show_status_from_readwrite_splitting_rules.xml
@@ -21,5 +21,5 @@
         <column name="status" />
         <column name="delay_time(ms)" />
     </metadata>
-    <row values="read_ds_0| enabled| 0" />
+    <row values="read_ds_0| ENABLED| 0" />
 </dataset>