You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2022/01/26 19:57:21 UTC

[spark-website] branch asf-site updated: Add Test coverage section at developer-tools page (#374)

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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new f220b5c  Add Test coverage section at developer-tools page (#374)
f220b5c is described below

commit f220b5cd30f88ae072b9457397abb1b6bf92d6ad
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Wed Jan 26 11:55:20 2022 -0800

    Add Test coverage section at developer-tools page (#374)
---
 developer-tools.md        | 25 +++++++++++++++++++++++++
 site/developer-tools.html | 33 ++++++++++++++++++++++++++++++++-
 2 files changed, 57 insertions(+), 1 deletion(-)

diff --git a/developer-tools.md b/developer-tools.md
index 5543313..7b669ae 100644
--- a/developer-tools.md
+++ b/developer-tools.md
@@ -7,6 +7,31 @@ navigation:
   show: true
 ---
 
+<h2>Test coverage</h2>
+
+Apache Spark community uses various resources to maintain the community test coverage.
+
+<h3 id="github_action">GitHub Action</h3>
+
+[GitHub Action](https://github.com/apache/spark/actions) provides the following on Ubuntu 20.04.
+- Scala 2.12/2.13 SBT build with Java 8
+- Scala 2.12 Maven build with Java 11/17
+- Java/Scala/Python/R unit tests with Java 8/Scala 2.12/SBT
+- TPC-DS benchmark with scale factor 1
+- JDBC Docker integration tests
+- Daily Java/Scala/Python/R unit tests with Java 11/17 and Scala 2.12/SBT
+
+<h3 id="appveyor">AppVeyor</h3>
+
+[AppVeyor](https://ci.appveyor.com/project/ApacheSoftwareFoundation/spark) provides the following on Windows.
+- R unit tests with Java 8/Scala 2.12/SBT
+
+<h3 id="scaleway">Scaleway</h3>
+
+[Scaleway](https://www.scaleway.com) provides the following on MacOS and Apple Silicon.
+- Java/Scala/Python/R unit tests with Java 17/Scala 2.12/Maven
+- K8s integration tests (TBD)
+
 <h2>Useful developer tools</h2>
 
 <h3 id="reducing-build-times">Reducing build times</h3>
diff --git a/site/developer-tools.html b/site/developer-tools.html
index a404390..6dc2111 100644
--- a/site/developer-tools.html
+++ b/site/developer-tools.html
@@ -144,7 +144,38 @@
 <div class="container">
   <div class="row mt-4">
     <div class="col-12 col-md-9">
-      <h2>Useful developer tools</h2>
+      <h2>Test coverage</h2>
+
+<p>Apache Spark community uses various resources to maintain the community test coverage.</p>
+
+<h3 id="github_action">GitHub Action</h3>
+
+<p><a href="https://github.com/apache/spark/actions">GitHub Action</a> provides the following on Ubuntu 20.04.</p>
+<ul>
+  <li>Scala 2.12/2.13 SBT build with Java 8</li>
+  <li>Scala 2.12 Maven build with Java 11/17</li>
+  <li>Java/Scala/Python/R unit tests with Java 8/Scala 2.12/SBT</li>
+  <li>TPC-DS benchmark with scale factor 1</li>
+  <li>JDBC Docker integration tests</li>
+  <li>Daily Java/Scala/Python/R unit tests with Java 11/17 and Scala 2.12/SBT</li>
+</ul>
+
+<h3 id="appveyor">AppVeyor</h3>
+
+<p><a href="https://ci.appveyor.com/project/ApacheSoftwareFoundation/spark">AppVeyor</a> provides the following on Windows.</p>
+<ul>
+  <li>R unit tests with Java 8/Scala 2.12/SBT</li>
+</ul>
+
+<h3 id="scaleway">Scaleway</h3>
+
+<p><a href="https://www.scaleway.com">Scaleway</a> provides the following on MacOS and Apple Silicon.</p>
+<ul>
+  <li>Java/Scala/Python/R unit tests with Java 17/Scala 2.12/Maven</li>
+  <li>K8s integration tests (TBD)</li>
+</ul>
+
+<h2>Useful developer tools</h2>
 
 <h3 id="reducing-build-times">Reducing build times</h3>
 

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