Repository: spark-website
Updated Branches:
  refs/heads/asf-site 8b7444182 -> 4ea5a5d8f


Add a section to update test suites

Author: Dongjoon Hyun <dongj...@apache.org>

Closes #151 from dongjoon-hyun/test_suite.


Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark-website/commit/4ea5a5d8
Tree: http://git-wip-us.apache.org/repos/asf/spark-website/tree/4ea5a5d8
Diff: http://git-wip-us.apache.org/repos/asf/spark-website/diff/4ea5a5d8

Branch: refs/heads/asf-site
Commit: 4ea5a5d8fe197802d35e287d12d6e6fcd7582044
Parents: 8b74441
Author: Dongjoon Hyun <dongj...@apache.org>
Authored: Mon Oct 1 22:04:04 2018 -0700
Committer: Dongjoon Hyun <dongj...@apache.org>
Committed: Mon Oct 1 22:04:04 2018 -0700

----------------------------------------------------------------------
 release-process.md        | 9 +++++++++
 site/release-process.html | 9 +++++++++
 2 files changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark-website/blob/4ea5a5d8/release-process.md
----------------------------------------------------------------------
diff --git a/release-process.md b/release-process.md
index de04539..7097c34 100644
--- a/release-process.md
+++ b/release-process.md
@@ -313,6 +313,15 @@ $ git shortlog v1.1.1 --grep "$EXPR" > contrib.txt
 $ git log v1.1.1 --grep "$expr" --shortstat --oneline | grep -B 1 -e 
"[3-9][0-9][0-9] insert" -e "[1-9][1-9][1-9][1-9] insert" | grep SPARK > 
large-patches.txt
 ```
 
+<h4>Update `HiveExternalCatalogVersionsSuite`</h4>
+
+When a new release occurs, `PROCESS_TABLES.testingVersions` in 
`HiveExternalCatalogVersionsSuite`
+must be updated shortly thereafter. This list should contain the latest 
release in all active
+maintenance branches, and no more.
+For example, as of this writing, it has value `val testingVersions = 
Seq("2.1.3", "2.2.2", "2.3.2")`.
+"2.4.0" will be added to the list when it's released. "2.1.3" will be removed 
(and removed from the Spark dist mirrors)
+when the branch is no longer maintained. "2.3.2" will become "2.3.3" when 
"2.3.3" is released.
+
 <h4>Create an Announcement</h4>
 
 Once everything is working (website docs, website changes) create an 
announcement on the website

http://git-wip-us.apache.org/repos/asf/spark-website/blob/4ea5a5d8/site/release-process.html
----------------------------------------------------------------------
diff --git a/site/release-process.html b/site/release-process.html
index d9e8fc0..daac07b 100644
--- a/site/release-process.html
+++ b/site/release-process.html
@@ -505,6 +505,15 @@ $ git shortlog v1.1.1 --grep "$EXPR" &gt; contrib.txt
 $ git log v1.1.1 --grep "$expr" --shortstat --oneline | grep -B 1 -e 
"[3-9][0-9][0-9] insert" -e "[1-9][1-9][1-9][1-9] insert" | grep SPARK &gt; 
large-patches.txt
 </code></pre>
 
+<h4>Update `HiveExternalCatalogVersionsSuite`</h4>
+
+<p>When a new release occurs, <code>PROCESS_TABLES.testingVersions</code> in 
<code>HiveExternalCatalogVersionsSuite</code>
+must be updated shortly thereafter. This list should contain the latest 
release in all active
+maintenance branches, and no more.
+For example, as of this writing, it has value <code>val testingVersions = 
Seq("2.1.3", "2.2.2", "2.3.2")</code>.
+&#8220;2.4.0&#8221; will be added to the list when it&#8217;s released. 
&#8220;2.1.3&#8221; will be removed (and removed from the Spark dist mirrors)
+when the branch is no longer maintained. &#8220;2.3.2&#8221; will become 
&#8220;2.3.3&#8221; when &#8220;2.3.3&#8221; is released.</p>
+
 <h4>Create an Announcement</h4>
 
 <p>Once everything is working (website docs, website changes) create an 
announcement on the website


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to