This is an automated email from the ASF dual-hosted git repository.
zhaojinchao 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 da812b202c4 Fix : fix the nightly check issue (#28598)
da812b202c4 is described below
commit da812b202c4f3207e556eade1a75472f1ed7b41b
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Wed Sep 27 15:06:21 2023 +0800
Fix : fix the nightly check issue (#28598)
---
.github/workflows/nightly-check.yml | 4 ++--
docs/document/content/user-manual/shardingsphere-proxy/_index.cn.md | 2 --
docs/document/content/user-manual/shardingsphere-proxy/_index.en.md | 2 --
.../content/user-manual/shardingsphere-proxy/startup/bin.cn.md | 5 -----
.../content/user-manual/shardingsphere-proxy/startup/bin.en.md | 5 -----
.../content/user-manual/shardingsphere-proxy/startup/docker.cn.md | 5 -----
.../content/user-manual/shardingsphere-proxy/startup/docker.en.md | 5 -----
7 files changed, 2 insertions(+), 26 deletions(-)
diff --git a/.github/workflows/nightly-check.yml
b/.github/workflows/nightly-check.yml
index 6073cf2267e..4f58fb27c13 100644
--- a/.github/workflows/nightly-check.yml
+++ b/.github/workflows/nightly-check.yml
@@ -45,7 +45,7 @@ jobs:
restore-keys: |
${{ needs.global-environment.outputs.GLOBAL_CACHE_PREFIX
}}-maven-third-party-
- name: Run SpotBugs
- run: ./mvnw clean install spotbugs:check -T1C
+ run: ./mvnw clean install spotbugs:check -Pcheck -T1C
check-and-report-sonarcloud:
if: github.repository == 'apache/shardingsphere'
@@ -82,7 +82,7 @@ jobs:
name: Checkstyle - SonarCloud
needs: global-environment
runs-on: ubuntu-latest
- timeout-minutes: 45
+ timeout-minutes: 60
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
diff --git
a/docs/document/content/user-manual/shardingsphere-proxy/_index.cn.md
b/docs/document/content/user-manual/shardingsphere-proxy/_index.cn.md
index 1042b242444..eb142c48ff9 100644
--- a/docs/document/content/user-manual/shardingsphere-proxy/_index.cn.md
+++ b/docs/document/content/user-manual/shardingsphere-proxy/_index.cn.md
@@ -14,5 +14,3 @@ ShardingSphere-Proxy 提供基于 YAML 的配置方式,并使用 DistSQL 进
规则配置部分与 ShardingSphere-JDBC 的 YAML 配置完全一致。
DistSQL 与 YAML 配置能够相互取代。
-
-更多使用细节请参见[使用示例](https://github.com/apache/shardingsphere/tree/master/examples/shardingsphere-proxy-example)。
diff --git
a/docs/document/content/user-manual/shardingsphere-proxy/_index.en.md
b/docs/document/content/user-manual/shardingsphere-proxy/_index.en.md
index af077f21178..8e9b7ddfea6 100644
--- a/docs/document/content/user-manual/shardingsphere-proxy/_index.en.md
+++ b/docs/document/content/user-manual/shardingsphere-proxy/_index.en.md
@@ -15,5 +15,3 @@ By configuration, application developers can flexibly use
data sharding, readwri
Rule configuration keeps consist with YAML configuration of
ShardingSphere-JDBC.
DistSQL and YAML can be replaced each other.
-
-Please refer to
[Example](https://github.com/apache/shardingsphere/tree/master/examples/shardingsphere-proxy-example)
for more details.
diff --git
a/docs/document/content/user-manual/shardingsphere-proxy/startup/bin.cn.md
b/docs/document/content/user-manual/shardingsphere-proxy/startup/bin.cn.md
index cdfd3e707d8..ea506dc7b88 100644
--- a/docs/document/content/user-manual/shardingsphere-proxy/startup/bin.cn.md
+++ b/docs/document/content/user-manual/shardingsphere-proxy/startup/bin.cn.md
@@ -85,8 +85,3 @@ psql -h ${proxy_host} -p ${proxy_port} -U ${proxy_username}
```bash
gsql -r -h ${proxy_host} -p ${proxy_port} -U ${proxy_username} -W
${proxy_password}
```
-
-## 配置示例
-
-完整配置请参考 ShardingSphere 仓库中的示例:
-<https://github.com/apache/shardingsphere/tree/master/examples/shardingsphere-proxy-example>
diff --git
a/docs/document/content/user-manual/shardingsphere-proxy/startup/bin.en.md
b/docs/document/content/user-manual/shardingsphere-proxy/startup/bin.en.md
index 3d2ce29d758..74633275cd2 100644
--- a/docs/document/content/user-manual/shardingsphere-proxy/startup/bin.en.md
+++ b/docs/document/content/user-manual/shardingsphere-proxy/startup/bin.en.md
@@ -86,8 +86,3 @@ Connect ShardingSphere-Proxy with openGauss client:
```bash
gsql -r -h ${proxy_host} -p ${proxy_port} -U ${proxy_username} -W
${proxy_password}
```
-
-## Sample
-
-Please refer to samples on ShardingSphere repository for complete
configuration:
-<https://github.com/apache/shardingsphere/tree/master/examples/shardingsphere-proxy-example>
diff --git
a/docs/document/content/user-manual/shardingsphere-proxy/startup/docker.cn.md
b/docs/document/content/user-manual/shardingsphere-proxy/startup/docker.cn.md
index cef07fb99df..fa01865e98a 100644
---
a/docs/document/content/user-manual/shardingsphere-proxy/startup/docker.cn.md
+++
b/docs/document/content/user-manual/shardingsphere-proxy/startup/docker.cn.md
@@ -83,8 +83,3 @@ ShardingSphere-Proxy 默认端口 `3307`,可以通过环境变量 `-e PORT`
5. 使用客户端连接 ShardingSphere-Proxy
请参考 [ShardingSphere-Proxy 启动手册 -
使用二进制发布包](/cn/user-manual/shardingsphere-proxy/startup/bin/)。
-
-## 配置示例
-
-完整配置请参考 ShardingSphere 仓库中的示例:
-<https://github.com/apache/shardingsphere/tree/master/examples/shardingsphere-proxy-example>
diff --git
a/docs/document/content/user-manual/shardingsphere-proxy/startup/docker.en.md
b/docs/document/content/user-manual/shardingsphere-proxy/startup/docker.en.md
index 01e3060de07..d8695a78647 100644
---
a/docs/document/content/user-manual/shardingsphere-proxy/startup/docker.en.md
+++
b/docs/document/content/user-manual/shardingsphere-proxy/startup/docker.en.md
@@ -83,8 +83,3 @@ Support setting environment variable CGROUP_ MEM_ OPTS: used
to set related memo
5. Use Client to connect to ShardingSphere-Proxy
Please refer to [ShardingSphere-Proxy quick start manual - binary distribution
packages](/en/user-manual/shardingsphere-proxy/startup/bin/).
-
-## Configuration Example
-
-For full configuration, please refer to the examples given in ShardingSphere
library:
-<https://github.com/apache/shardingsphere/tree/master/examples/shardingsphere-proxy-example>