HyukjinKwon commented on a change in pull request #374: URL: https://github.com/apache/spark-website/pull/374#discussion_r792628036
########## File path: 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 +- TPCDS ScaleFactor=1 Benchmark Review comment: Should we maybe mention about Java version here too? It's a nit but I would call it like `TPC-DS benchmark with scale factor 1` ########## File path: 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 +- TPCDS ScaleFactor=1 Benchmark +- 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. +- Java/Scala/R unit tests with Java 8/Scala 2.12/SBT Review comment: I believe this runs only R unit tests with Java 8/Scala 2.12/SBT ########## File path: 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 +- TPCDS ScaleFactor=1 Benchmark +- 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. +- Java/Scala/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. Review comment: This is awesome! ########## File path: 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 +- TPCDS ScaleFactor=1 Benchmark +- JDBC docker integration tests Review comment: ```suggestion - JDBC Docker integration tests ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
