You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by gi...@apache.org on 2022/03/22 08:28:25 UTC

[dolphinscheduler-website] branch asf-site updated: Automated deployment: 88360421d1ed42a11dad63b7c0053eba5017ee6f

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

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new afbd234  Automated deployment: 88360421d1ed42a11dad63b7c0053eba5017ee6f
afbd234 is described below

commit afbd234703c3cc96efc0e02e10a84912e655390c
Author: github-actions[bot] <gi...@users.noreply.github.com>
AuthorDate: Tue Mar 22 08:28:19 2022 +0000

    Automated deployment: 88360421d1ed42a11dad63b7c0053eba5017ee6f
---
 en-us/development/e2e-test.html               | 5 +++++
 en-us/development/e2e-test.json               | 2 +-
 en-us/docs/2.0.5/user_doc/guide/upgrade.html  | 2 +-
 en-us/docs/2.0.5/user_doc/guide/upgrade.json  | 2 +-
 en-us/docs/latest/user_doc/guide/upgrade.html | 2 +-
 en-us/docs/latest/user_doc/guide/upgrade.json | 2 +-
 zh-cn/development/e2e-test.html               | 3 +++
 zh-cn/development/e2e-test.json               | 2 +-
 zh-cn/docs/2.0.5/user_doc/guide/upgrade.html  | 2 +-
 zh-cn/docs/2.0.5/user_doc/guide/upgrade.json  | 2 +-
 zh-cn/docs/latest/user_doc/guide/upgrade.html | 2 +-
 zh-cn/docs/latest/user_doc/guide/upgrade.json | 2 +-
 12 files changed, 18 insertions(+), 10 deletions(-)

diff --git a/en-us/development/e2e-test.html b/en-us/development/e2e-test.html
index 697a39a..5cd8fa9 100644
--- a/en-us/development/e2e-test.html
+++ b/en-us/development/e2e-test.html
@@ -152,7 +152,12 @@
 <p>The rest are similar cases and can be understood by referring to the specific source code.</p>
 <p><a href="https://github.com/apache/dolphinscheduler/tree/dev/dolphinscheduler-e2e/dolphinscheduler-e2e-case/src/test/java/org/apache/dolphinscheduler/e2e/cases">https://github.com/apache/dolphinscheduler/tree/dev/dolphinscheduler-e2e/dolphinscheduler-e2e-case/src/test/java/org/apache/dolphinscheduler/e2e/cases</a></p>
 <h2>III. Supplements</h2>
+<p>When running E2E tests locally, First, you need to start the local service, you can refer to this page:
+[development-environment-setup](<a href="https://dolphinscheduler.apache">https://dolphinscheduler.apache</a>.
+org/en-us/development/development-environment-setup.html)</p>
 <p>When running E2E tests locally, the <code>-Dlocal=true</code> parameter can be configured to connect locally and facilitate changes to the UI.</p>
+<p>When running E2E tests with <code>M1</code> chip, you can use <code>-Dm1_chip=true</code> parameter to configure containers supported by
+<code>ARM64</code>.</p>
 <p><img src="../../img/e2e-test/Dlocal.png" alt="Dlocal"></p>
 <p>If a connection timeout occurs during a local run, increase the load time to a recommended 30 and above.</p>
 <p><img src="../../img/e2e-test/timeout.png" alt="timeout"></p>
diff --git a/en-us/development/e2e-test.json b/en-us/development/e2e-test.json
index 385c401..ce924fd 100644
--- a/en-us/development/e2e-test.json
+++ b/en-us/development/e2e-test.json
@@ -1,6 +1,6 @@
 {
   "filename": "e2e-test.md",
-  "__html": "<h1>DolphinScheduler E2E Automation Test</h1>\n<h2>I. Preparatory knowledge</h2>\n<h3>1. The difference between E2E Test and Unit Test</h3>\n<p>E2E, which stands for &quot;End to End&quot;, can be translated as &quot;end-to-end&quot; testing. It imitates the user, starting from a certain entry point and progressively performing actions until a certain job is completed. And unit tests are different, the latter usually requires testing parameters, types and parameter values, t [...]
+  "__html": "<h1>DolphinScheduler E2E Automation Test</h1>\n<h2>I. Preparatory knowledge</h2>\n<h3>1. The difference between E2E Test and Unit Test</h3>\n<p>E2E, which stands for &quot;End to End&quot;, can be translated as &quot;end-to-end&quot; testing. It imitates the user, starting from a certain entry point and progressively performing actions until a certain job is completed. And unit tests are different, the latter usually requires testing parameters, types and parameter values, t [...]
   "link": "/dist/en-us/development/e2e-test.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/en-us/docs/2.0.5/user_doc/guide/upgrade.html b/en-us/docs/2.0.5/user_doc/guide/upgrade.html
index 034924f..f18ba36 100644
--- a/en-us/docs/2.0.5/user_doc/guide/upgrade.html
+++ b/en-us/docs/2.0.5/user_doc/guide/upgrade.html
@@ -39,7 +39,7 @@ SPRING_DATASOURCE_PASSWORD=&quot;dolphinscheduler&quot;
 <ul>
 <li>
 <p>Execute database upgrade script</p>
-<p><code>sh ./script/create-dolphinscheduler.sh</code></p>
+<p><code>sh ./script/upgrade-dolphinscheduler.sh</code></p>
 </li>
 </ul>
 <h2>5. Backend Service Upgrade.</h2>
diff --git a/en-us/docs/2.0.5/user_doc/guide/upgrade.json b/en-us/docs/2.0.5/user_doc/guide/upgrade.json
index c38f279..456ed8c 100644
--- a/en-us/docs/2.0.5/user_doc/guide/upgrade.json
+++ b/en-us/docs/2.0.5/user_doc/guide/upgrade.json
@@ -1,6 +1,6 @@
 {
   "filename": "upgrade.md",
-  "__html": "<h1>DolphinScheduler upgrade documentation</h1>\n<h2>1. Back Up Previous Version's Files and Database.</h2>\n<h2>2. Stop All Services of DolphinScheduler.</h2>\n<p><code>sh ./script/stop-all.sh</code></p>\n<h2>3. Download the New Version's Installation Package.</h2>\n<ul>\n<li><a href=\"/en-us/download/download.html\">Download</a> the latest version of the installation packages.</li>\n<li>The following upgrade operations need to be performed in the new version's directory.</ [...]
+  "__html": "<h1>DolphinScheduler upgrade documentation</h1>\n<h2>1. Back Up Previous Version's Files and Database.</h2>\n<h2>2. Stop All Services of DolphinScheduler.</h2>\n<p><code>sh ./script/stop-all.sh</code></p>\n<h2>3. Download the New Version's Installation Package.</h2>\n<ul>\n<li><a href=\"/en-us/download/download.html\">Download</a> the latest version of the installation packages.</li>\n<li>The following upgrade operations need to be performed in the new version's directory.</ [...]
   "link": "/dist/en-us/docs/2.0.5/user_doc/guide/upgrade.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/en-us/docs/latest/user_doc/guide/upgrade.html b/en-us/docs/latest/user_doc/guide/upgrade.html
index 034924f..f18ba36 100644
--- a/en-us/docs/latest/user_doc/guide/upgrade.html
+++ b/en-us/docs/latest/user_doc/guide/upgrade.html
@@ -39,7 +39,7 @@ SPRING_DATASOURCE_PASSWORD=&quot;dolphinscheduler&quot;
 <ul>
 <li>
 <p>Execute database upgrade script</p>
-<p><code>sh ./script/create-dolphinscheduler.sh</code></p>
+<p><code>sh ./script/upgrade-dolphinscheduler.sh</code></p>
 </li>
 </ul>
 <h2>5. Backend Service Upgrade.</h2>
diff --git a/en-us/docs/latest/user_doc/guide/upgrade.json b/en-us/docs/latest/user_doc/guide/upgrade.json
index c38f279..456ed8c 100644
--- a/en-us/docs/latest/user_doc/guide/upgrade.json
+++ b/en-us/docs/latest/user_doc/guide/upgrade.json
@@ -1,6 +1,6 @@
 {
   "filename": "upgrade.md",
-  "__html": "<h1>DolphinScheduler upgrade documentation</h1>\n<h2>1. Back Up Previous Version's Files and Database.</h2>\n<h2>2. Stop All Services of DolphinScheduler.</h2>\n<p><code>sh ./script/stop-all.sh</code></p>\n<h2>3. Download the New Version's Installation Package.</h2>\n<ul>\n<li><a href=\"/en-us/download/download.html\">Download</a> the latest version of the installation packages.</li>\n<li>The following upgrade operations need to be performed in the new version's directory.</ [...]
+  "__html": "<h1>DolphinScheduler upgrade documentation</h1>\n<h2>1. Back Up Previous Version's Files and Database.</h2>\n<h2>2. Stop All Services of DolphinScheduler.</h2>\n<p><code>sh ./script/stop-all.sh</code></p>\n<h2>3. Download the New Version's Installation Package.</h2>\n<ul>\n<li><a href=\"/en-us/download/download.html\">Download</a> the latest version of the installation packages.</li>\n<li>The following upgrade operations need to be performed in the new version's directory.</ [...]
   "link": "/dist/en-us/docs/2.0.5/user_doc/guide/upgrade.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/development/e2e-test.html b/zh-cn/development/e2e-test.html
index 18eff21..b601f99 100644
--- a/zh-cn/development/e2e-test.html
+++ b/zh-cn/development/e2e-test.html
@@ -152,7 +152,10 @@
 <p>其余的都是类似的情况,可参考具体的源码来理解。</p>
 <p><a href="https://github.com/apache/dolphinscheduler/tree/dev/dolphinscheduler-e2e/dolphinscheduler-e2e-case/src/test/java/org/apache/dolphinscheduler/e2e/cases">https://github.com/apache/dolphinscheduler/tree/dev/dolphinscheduler-e2e/dolphinscheduler-e2e-case/src/test/java/org/apache/dolphinscheduler/e2e/cases</a></p>
 <h2>三、补充</h2>
+<p>在本地运行的时候,首先需要启动相应的本地服务,可以参考该页面: [环境搭建](<a href="https://dolphinscheduler.apache">https://dolphinscheduler.apache</a>.
+org/zh-cn/development/development-environment-setup.html)</p>
 <p>在本地运行 E2E 测试的时候,可以配置 <code>-Dlocal=true</code> 参数,用于连接本地,方便对于 UI 界面的更改。</p>
+<p>如果是<code>M1</code>芯片的机器,可以使用<code>-Dm1_chip=true</code> 参数,用于配置使用<code>ARM64</code>支持的容器。</p>
 <p><img src="../../img/e2e-test/Dlocal.png" alt="Dlocal"></p>
 <p>在本地运行过程中,如果出现连接超时,可增大加载时间,建议 30 及其以上。</p>
 <p><img src="../../img/e2e-test/timeout.png" alt="timeout"></p>
diff --git a/zh-cn/development/e2e-test.json b/zh-cn/development/e2e-test.json
index 17ea8b1..1b7c513 100644
--- a/zh-cn/development/e2e-test.json
+++ b/zh-cn/development/e2e-test.json
@@ -1,6 +1,6 @@
 {
   "filename": "e2e-test.md",
-  "__html": "<h1>DolphinScheduler — E2E 自动化测试</h1>\n<h2>一、前置知识:</h2>\n<h3>1、E2E 测试与单元测试的区别</h3>\n<p>E2E,是“End to End”的缩写,可以翻译成“端到端”测试。它模仿用户,从某个入口开始,逐步执行操作,直到完成某项工作。与单元测试不同,后者通常需要测试参数、参数类型、参数值、参数数量、返回值、抛出错误等,目的在于保证特定函数能够在任何情况下都稳定可靠完成工作。单元测试假定只要所有函数都正常工作,那么整个产品就能正常工作。</p>\n<p>相对来说,E2E 测试并没有那么强调要覆盖全部使用场景,它关注的<strong>一个完整的操作链是否能够完成</strong>。对于 Web 前端来说,还关注<strong>界面布局、内容信息是否符合预期</strong>。</p>\n<p>比如,登陆界面的 E2E 测试,关注用户是否能够正常输入,正常登录;登陆失败的�
 �,是否能够正确显示错误信息。至于输入不合法的内容是否处理,并不是所关注的重点。</p>\n<h3>2、Selen [...]
+  "__html": "<h1>DolphinScheduler — E2E 自动化测试</h1>\n<h2>一、前置知识:</h2>\n<h3>1、E2E 测试与单元测试的区别</h3>\n<p>E2E,是“End to End”的缩写,可以翻译成“端到端”测试。它模仿用户,从某个入口开始,逐步执行操作,直到完成某项工作。与单元测试不同,后者通常需要测试参数、参数类型、参数值、参数数量、返回值、抛出错误等,目的在于保证特定函数能够在任何情况下都稳定可靠完成工作。单元测试假定只要所有函数都正常工作,那么整个产品就能正常工作。</p>\n<p>相对来说,E2E 测试并没有那么强调要覆盖全部使用场景,它关注的<strong>一个完整的操作链是否能够完成</strong>。对于 Web 前端来说,还关注<strong>界面布局、内容信息是否符合预期</strong>。</p>\n<p>比如,登陆界面的 E2E 测试,关注用户是否能够正常输入,正常登录;登陆失败的�
 �,是否能够正确显示错误信息。至于输入不合法的内容是否处理,并不是所关注的重点。</p>\n<h3>2、Selen [...]
   "link": "/dist/zh-cn/development/e2e-test.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/2.0.5/user_doc/guide/upgrade.html b/zh-cn/docs/2.0.5/user_doc/guide/upgrade.html
index 2221844..3569682 100644
--- a/zh-cn/docs/2.0.5/user_doc/guide/upgrade.html
+++ b/zh-cn/docs/2.0.5/user_doc/guide/upgrade.html
@@ -42,7 +42,7 @@ SPRING_DATASOURCE_PASSWORD=&quot;dolphinscheduler&quot;
 <ul>
 <li>执行数据库升级脚本</li>
 </ul>
-<p><code>sh ./script/create-dolphinscheduler.sh</code></p>
+<p><code>sh ./script/upgrade-dolphinscheduler.sh</code></p>
 <h2>5. 服务升级</h2>
 <h3>5.1 修改<code>conf/config/install_config.conf</code>配置内容</h3>
 <p>单机部署请参照<a href="./installation/standalone.md">单机部署(Standalone)</a>中的<code>6.修改运行参数部分</code>
diff --git a/zh-cn/docs/2.0.5/user_doc/guide/upgrade.json b/zh-cn/docs/2.0.5/user_doc/guide/upgrade.json
index bcdb8f1..c88a369 100644
--- a/zh-cn/docs/2.0.5/user_doc/guide/upgrade.json
+++ b/zh-cn/docs/2.0.5/user_doc/guide/upgrade.json
@@ -1,6 +1,6 @@
 {
   "filename": "upgrade.md",
-  "__html": "<h1>DolphinScheduler升级文档</h1>\n<h2>1. 备份上一版本文件和数据库</h2>\n<h2>2. 停止dolphinscheduler所有服务</h2>\n<p><code>sh ./script/stop-all.sh</code></p>\n<h2>3. 下载新版本的安装包</h2>\n<ul>\n<li><a href=\"https://dolphinscheduler.apache.org/zh-cn/download/download.html\">下载</a>, 下载最新版本的二进制安装包</li>\n<li>以下升级操作都需要在新版本的目录进行</li>\n</ul>\n<h2>4. 数据库升级</h2>\n<ul>\n<li>\n<p><strong>请先备份现有数据库</strong></p>\n</li>\n<li>\n<p>修改 <code>conf/config/install_config.conf</code> 中的下列属性</p>\n</li>\n<li>\n<p>如果选择 MySQ [...]
+  "__html": "<h1>DolphinScheduler升级文档</h1>\n<h2>1. 备份上一版本文件和数据库</h2>\n<h2>2. 停止dolphinscheduler所有服务</h2>\n<p><code>sh ./script/stop-all.sh</code></p>\n<h2>3. 下载新版本的安装包</h2>\n<ul>\n<li><a href=\"https://dolphinscheduler.apache.org/zh-cn/download/download.html\">下载</a>, 下载最新版本的二进制安装包</li>\n<li>以下升级操作都需要在新版本的目录进行</li>\n</ul>\n<h2>4. 数据库升级</h2>\n<ul>\n<li>\n<p><strong>请先备份现有数据库</strong></p>\n</li>\n<li>\n<p>修改 <code>conf/config/install_config.conf</code> 中的下列属性</p>\n</li>\n<li>\n<p>如果选择 MySQ [...]
   "link": "/dist/zh-cn/docs/2.0.5/user_doc/guide/upgrade.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/latest/user_doc/guide/upgrade.html b/zh-cn/docs/latest/user_doc/guide/upgrade.html
index 2221844..3569682 100644
--- a/zh-cn/docs/latest/user_doc/guide/upgrade.html
+++ b/zh-cn/docs/latest/user_doc/guide/upgrade.html
@@ -42,7 +42,7 @@ SPRING_DATASOURCE_PASSWORD=&quot;dolphinscheduler&quot;
 <ul>
 <li>执行数据库升级脚本</li>
 </ul>
-<p><code>sh ./script/create-dolphinscheduler.sh</code></p>
+<p><code>sh ./script/upgrade-dolphinscheduler.sh</code></p>
 <h2>5. 服务升级</h2>
 <h3>5.1 修改<code>conf/config/install_config.conf</code>配置内容</h3>
 <p>单机部署请参照<a href="./installation/standalone.md">单机部署(Standalone)</a>中的<code>6.修改运行参数部分</code>
diff --git a/zh-cn/docs/latest/user_doc/guide/upgrade.json b/zh-cn/docs/latest/user_doc/guide/upgrade.json
index bcdb8f1..c88a369 100644
--- a/zh-cn/docs/latest/user_doc/guide/upgrade.json
+++ b/zh-cn/docs/latest/user_doc/guide/upgrade.json
@@ -1,6 +1,6 @@
 {
   "filename": "upgrade.md",
-  "__html": "<h1>DolphinScheduler升级文档</h1>\n<h2>1. 备份上一版本文件和数据库</h2>\n<h2>2. 停止dolphinscheduler所有服务</h2>\n<p><code>sh ./script/stop-all.sh</code></p>\n<h2>3. 下载新版本的安装包</h2>\n<ul>\n<li><a href=\"https://dolphinscheduler.apache.org/zh-cn/download/download.html\">下载</a>, 下载最新版本的二进制安装包</li>\n<li>以下升级操作都需要在新版本的目录进行</li>\n</ul>\n<h2>4. 数据库升级</h2>\n<ul>\n<li>\n<p><strong>请先备份现有数据库</strong></p>\n</li>\n<li>\n<p>修改 <code>conf/config/install_config.conf</code> 中的下列属性</p>\n</li>\n<li>\n<p>如果选择 MySQ [...]
+  "__html": "<h1>DolphinScheduler升级文档</h1>\n<h2>1. 备份上一版本文件和数据库</h2>\n<h2>2. 停止dolphinscheduler所有服务</h2>\n<p><code>sh ./script/stop-all.sh</code></p>\n<h2>3. 下载新版本的安装包</h2>\n<ul>\n<li><a href=\"https://dolphinscheduler.apache.org/zh-cn/download/download.html\">下载</a>, 下载最新版本的二进制安装包</li>\n<li>以下升级操作都需要在新版本的目录进行</li>\n</ul>\n<h2>4. 数据库升级</h2>\n<ul>\n<li>\n<p><strong>请先备份现有数据库</strong></p>\n</li>\n<li>\n<p>修改 <code>conf/config/install_config.conf</code> 中的下列属性</p>\n</li>\n<li>\n<p>如果选择 MySQ [...]
   "link": "/dist/zh-cn/docs/2.0.5/user_doc/guide/upgrade.html",
   "meta": {}
 }
\ No newline at end of file