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/datafusion-comet.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 695d8ab4 Publish built docs triggered by 
140338066cb06504b820cc1210f329f3ba6a4d93
695d8ab4 is described below

commit 695d8ab440e7f7e82459954abc64358d7c7a29ed
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu May 9 04:32:13 2024 +0000

    Publish built docs triggered by 140338066cb06504b820cc1210f329f3ba6a4d93
---
 _sources/contributor-guide/development.md.txt | 12 ++++++++++++
 contributor-guide/development.html            | 15 +++++++++++++++
 searchindex.js                                |  2 +-
 3 files changed, 28 insertions(+), 1 deletion(-)

diff --git a/_sources/contributor-guide/development.md.txt 
b/_sources/contributor-guide/development.md.txt
index 356c81b3..b0d247c0 100644
--- a/_sources/contributor-guide/development.md.txt
+++ b/_sources/contributor-guide/development.md.txt
@@ -73,6 +73,18 @@ After that you can open the project in CLion. The IDE should 
automatically detec
 Like other Maven projects, you can run tests in IntelliJ IDEA by 
right-clicking on the test class or test method and selecting "Run" or "Debug".
 However if the tests is related to the native side. Please make sure to run 
`make core` or `cd core && cargo build` before running the tests in IDEA.
 
+### Running Tests from command line
+
+It is possible to specify which ScalaTest suites you want to run from the CLI 
using the `suites`
+argument, for example if you only want to execute the test cases that contains 
*valid*
+in their name in `org.apache.comet.CometCastSuite` you can use
+
+```sh
+mvn test -Dsuites="org.apache.comet.CometCastSuite valid" 
-Dskip.surefire.tests=true
+```
+
+Other options for selecting specific suites are described in the [ScalaTest 
Maven Plugin 
documentation](https://www.scalatest.org/user_guide/using_the_scalatest_maven_plugin)
+
 ## Benchmark
 
 There's a `make` command to run micro benchmarks in the repo. For
diff --git a/contributor-guide/development.html 
b/contributor-guide/development.html
index 60b01f98..58e9048a 100644
--- a/contributor-guide/development.html
+++ b/contributor-guide/development.html
@@ -276,6 +276,11 @@ under the License.
      Running Tests in IDEA
     </a>
    </li>
+   <li class="toc-h3 nav-item toc-entry">
+    <a class="reference internal nav-link" 
href="#running-tests-from-command-line">
+     Running Tests from command line
+    </a>
+   </li>
   </ul>
  </li>
  <li class="toc-h2 nav-item toc-entry">
@@ -396,6 +401,16 @@ After that you can open the project in CLion. The IDE 
should automatically detec
 <p>Like other Maven projects, you can run tests in IntelliJ IDEA by 
right-clicking on the test class or test method and selecting “Run” or “Debug”.
 However if the tests is related to the native side. Please make sure to run 
<code class="docutils literal notranslate"><span class="pre">make</span> <span 
class="pre">core</span></code> or <code class="docutils literal 
notranslate"><span class="pre">cd</span> <span class="pre">core</span> <span 
class="pre">&amp;&amp;</span> <span class="pre">cargo</span> <span 
class="pre">build</span></code> before running the tests in IDEA.</p>
 </section>
+<section id="running-tests-from-command-line">
+<h3>Running Tests from command line<a class="headerlink" 
href="#running-tests-from-command-line" title="Link to this heading">¶</a></h3>
+<p>It is possible to specify which ScalaTest suites you want to run from the 
CLI using the <code class="docutils literal notranslate"><span 
class="pre">suites</span></code>
+argument, for example if you only want to execute the test cases that contains 
<em>valid</em>
+in their name in <code class="docutils literal notranslate"><span 
class="pre">org.apache.comet.CometCastSuite</span></code> you can use</p>
+<div class="highlight-sh notranslate"><div 
class="highlight"><pre><span></span>mvn<span class="w"> </span><span 
class="nb">test</span><span class="w"> </span>-Dsuites<span 
class="o">=</span><span class="s2">&quot;org.apache.comet.CometCastSuite 
valid&quot;</span><span class="w"> </span>-Dskip.surefire.tests<span 
class="o">=</span><span class="nb">true</span>
+</pre></div>
+</div>
+<p>Other options for selecting specific suites are described in the <a 
class="reference external" 
href="https://www.scalatest.org/user_guide/using_the_scalatest_maven_plugin";>ScalaTest
 Maven Plugin documentation</a></p>
+</section>
 </section>
 <section id="benchmark">
 <h2>Benchmark<a class="headerlink" href="#benchmark" title="Link to this 
heading">¶</a></h2>
diff --git a/searchindex.js b/searchindex.js
index 713f69fa..383e9c0b 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"ANSI mode": [[5, "ansi-mode"], [6, 
"ansi-mode"]], "ASF Links": [[4, null]], "Additional Info": [[1, 
"additional-info"]], "After your debugging is done,": [[1, 
"after-your-debugging-is-done"]], "Apache DataFusion Comet": [[4, 
"apache-datafusion-comet"]], "Architecture": [[13, "architecture"]], "Asking 
for Help": [[0, "asking-for-help"]], "Benchmark": [[2, "benchmark"]], "Build & 
Test": [[2, "build-test"]], "Building From Source": [[11, "building-from-source 
[...]
\ No newline at end of file
+Search.setIndex({"alltitles": {"ANSI mode": [[5, "ansi-mode"], [6, 
"ansi-mode"]], "ASF Links": [[4, null]], "Additional Info": [[1, 
"additional-info"]], "After your debugging is done,": [[1, 
"after-your-debugging-is-done"]], "Apache DataFusion Comet": [[4, 
"apache-datafusion-comet"]], "Architecture": [[13, "architecture"]], "Asking 
for Help": [[0, "asking-for-help"]], "Benchmark": [[2, "benchmark"]], "Build & 
Test": [[2, "build-test"]], "Building From Source": [[11, "building-from-source 
[...]
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to