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 76ad2a85062 Close readwrite it of cluster (#19341)
76ad2a85062 is described below
commit 76ad2a85062780e5d11f094c58968120e67ed0e7
Author: gin <[email protected]>
AuthorDate: Tue Jul 19 10:18:05 2022 +0800
Close readwrite it of cluster (#19341)
---
.github/workflows/it.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/it.yml b/.github/workflows/it.yml
index a091e40b17c..7560bc69285 100644
--- a/.github/workflows/it.yml
+++ b/.github/workflows/it.yml
@@ -184,6 +184,9 @@ jobs:
- adapter: proxy
database: PostgreSQL
scenario: readwrite_splitting
+ - adapter: proxy
+ database: MySQL
+ scenario: readwrite_splitting
steps:
- uses: actions/checkout@v2
- name: Cache Maven Repos