You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ji...@apache.org on 2022/07/21 10:33:40 UTC

[doris-website] branch master updated: Add Regression Testing Doc

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

jiafengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new e5b812025a Add Regression Testing Doc
e5b812025a is described below

commit e5b812025af030bc81570a4ae274c53e21fabd29
Author: jiafeng.zhang <zh...@gmail.com>
AuthorDate: Thu Jul 21 18:33:32 2022 +0800

    Add Regression Testing Doc
    
    Add Regression Testing Doc
---
 community/developer-guide/regression-testing.md | 30 +++++++++++++++++++++++++
 sidebarsCommunity.json                          |  3 ++-
 2 files changed, 32 insertions(+), 1 deletion(-)

diff --git a/community/developer-guide/regression-testing.md b/community/developer-guide/regression-testing.md
new file mode 100644
index 0000000000..c5981fd3ca
--- /dev/null
+++ b/community/developer-guide/regression-testing.md
@@ -0,0 +1,30 @@
+---
+{
+    "title": "Regression Testing",
+    "language": "en"
+}
+
+---
+
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+# Regression Testing
+
+TODO
\ No newline at end of file
diff --git a/sidebarsCommunity.json b/sidebarsCommunity.json
index ce08f0d880..0305e881ad 100644
--- a/sidebarsCommunity.json
+++ b/sidebarsCommunity.json
@@ -53,7 +53,8 @@
                 "developer-guide/cpp-diagnostic-code",
                 "developer-guide/how-to-share-blogs",
                 "developer-guide/bitmap-hll-file-format",
-                "developer-guide/github-checks"
+                "developer-guide/github-checks",
+                "developer-guide/regression-testing"
             ]
         }
     ]


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org