Skip to content

Commit

Permalink
Revert "Set the marker option to not e2e by default (#14804)" (#1…
Browse files Browse the repository at this point in the history
…4815)

This reverts commit 3f4c885. 83992f5
  • Loading branch information
FlorentClarret committed Jun 21, 2023
1 parent d2aa8e4 commit 1dd2e42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ddev/cli/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
</code></pre></div> <p><strong>Options:</strong></p> <table> <thead> <tr> <th>Name</th> <th>Type</th> <th>Description</th> <th>Default</th> </tr> </thead> <tbody> <tr> <td><code>--help</code></td> <td>boolean</td> <td>Show this message and exit.</td> <td><code>False</code></td> </tr> </tbody> </table> <h3 id=ddev-release-upload>ddev release upload<a class=headerlink href=#ddev-release-upload title="Permanent link">&para;</a></h3> <p>Release a specific check to PyPI as it is on the repo HEAD.</p> <p><strong>Usage:</strong></p> <div class=highlight><pre><span></span><code>ddev release upload [OPTIONS] CHECK
</code></pre></div> <p><strong>Options:</strong></p> <table> <thead> <tr> <th>Name</th> <th>Type</th> <th>Description</th> <th>Default</th> </tr> </thead> <tbody> <tr> <td><code>--sdist</code>, <code>-s</code></td> <td>boolean</td> <td>N/A</td> <td><code>False</code></td> </tr> <tr> <td><code>--dry-run</code>, <code>-n</code></td> <td>boolean</td> <td>N/A</td> <td><code>False</code></td> </tr> <tr> <td><code>--help</code></td> <td>boolean</td> <td>Show this message and exit.</td> <td><code>False</code></td> </tr> </tbody> </table> <h2 id=ddev-run>ddev run<a class=headerlink href=#ddev-run title="Permanent link">&para;</a></h2> <p>Run commands in the proper repo.</p> <p><strong>Usage:</strong></p> <div class=highlight><pre><span></span><code>ddev run [OPTIONS] [ARGS]...
</code></pre></div> <p><strong>Options:</strong></p> <table> <thead> <tr> <th>Name</th> <th>Type</th> <th>Description</th> <th>Default</th> </tr> </thead> <tbody> <tr> <td><code>--help</code></td> <td>boolean</td> <td>Show this message and exit.</td> <td><code>False</code></td> </tr> </tbody> </table> <h2 id=ddev-test>ddev test<a class=headerlink href=#ddev-test title="Permanent link">&para;</a></h2> <p>Run tests for Agent-based checks.</p> <p>If no checks are specified, this will only test checks that were changed compared to the master branch.</p> <p>You can also select specific comma-separated environments to test like so:</p> <p><code>$ ddev test mysql:mysql57,maria10130</code></p> <p><strong>Usage:</strong></p> <div class=highlight><pre><span></span><code>ddev test [OPTIONS] [CHECKS]...
</code></pre></div> <p><strong>Options:</strong></p> <table> <thead> <tr> <th>Name</th> <th>Type</th> <th>Description</th> <th>Default</th> </tr> </thead> <tbody> <tr> <td><code>--format-style</code>, <code>-fs</code></td> <td>boolean</td> <td>Run only the code style formatter</td> <td><code>False</code></td> </tr> <tr> <td><code>--style</code>, <code>-s</code></td> <td>boolean</td> <td>Run only style checks</td> <td><code>False</code></td> </tr> <tr> <td><code>--bench</code>, <code>-b</code></td> <td>boolean</td> <td>Run only benchmarks</td> <td><code>False</code></td> </tr> <tr> <td><code>--latest</code></td> <td>boolean</td> <td>Only verify support of new product versions</td> <td><code>False</code></td> </tr> <tr> <td><code>--e2e</code></td> <td>boolean</td> <td>Run only end-to-end tests</td> <td><code>False</code></td> </tr> <tr> <td><code>--ddtrace</code></td> <td>boolean</td> <td>Run tests using dd-trace-py</td> <td><code>False</code></td> </tr> <tr> <td><code>--cov</code>, <code>-c</code></td> <td>boolean</td> <td>Measure code coverage</td> <td><code>False</code></td> </tr> <tr> <td><code>--cov-missing</code>, <code>-cm</code></td> <td>boolean</td> <td>Show line numbers of statements that were not executed</td> <td><code>False</code></td> </tr> <tr> <td><code>--junit</code>, <code>-j</code></td> <td>boolean</td> <td>Generate junit reports</td> <td><code>False</code></td> </tr> <tr> <td><code>--marker</code>, <code>-m</code></td> <td>text</td> <td>Only run tests matching given marker expression</td> <td><code>not e2e</code></td> </tr> <tr> <td><code>--filter</code>, <code>-k</code></td> <td>text</td> <td>Only run tests matching given substring expression</td> <td>None</td> </tr> <tr> <td><code>--pdb</code></td> <td>boolean</td> <td>Drop to PDB on first failure, then end test session</td> <td><code>False</code></td> </tr> <tr> <td><code>--debug</code>, <code>-d</code></td> <td>boolean</td> <td>Set the log level to debug</td> <td><code>False</code></td> </tr> <tr> <td><code>--verbose</code>, <code>-v</code></td> <td>integer range (<code>0</code> and above)</td> <td>Increase verbosity (can be used additively)</td> <td><code>0</code></td> </tr> <tr> <td><code>--list</code>, <code>-l</code></td> <td>boolean</td> <td>List available test environments</td> <td><code>False</code></td> </tr> <tr> <td><code>--passenv</code></td> <td>text</td> <td>Additional environment variables to pass down</td> <td>None</td> </tr> <tr> <td><code>--changed</code></td> <td>boolean</td> <td>Only test changed checks</td> <td><code>False</code></td> </tr> <tr> <td><code>--cov-keep</code></td> <td>boolean</td> <td>Keep coverage reports</td> <td><code>False</code></td> </tr> <tr> <td><code>--skip-env</code></td> <td>boolean</td> <td>Skip environment creation and assume it is already running</td> <td><code>False</code></td> </tr> <tr> <td><code>--pytest-args</code>, <code>-pa</code></td> <td>text</td> <td>Additional arguments to pytest</td> <td>None</td> </tr> <tr> <td><code>--force-base-unpinned</code></td> <td>boolean</td> <td>Force using datadog-checks-base as specified by check dep</td> <td><code>False</code></td> </tr> <tr> <td><code>--force-base-min</code></td> <td>boolean</td> <td>Force using lowest viable release version of datadog-checks-base</td> <td><code>False</code></td> </tr> <tr> <td><code>--force-env-rebuild</code></td> <td>boolean</td> <td>Force creating a new env</td> <td><code>False</code></td> </tr> <tr> <td><code>--memray</code></td> <td>boolean</td> <td>Run memray to measure memory usage on all tests</td> <td><code>False</code></td> </tr> <tr> <td><code>--help</code></td> <td>boolean</td> <td>Show this message and exit.</td> <td><code>False</code></td> </tr> </tbody> </table> <h2 id=ddev-validate>ddev validate<a class=headerlink href=#ddev-validate title="Permanent link">&para;</a></h2> <p>Verify certain aspects of the repo</p> <p><strong>Usage:</strong></p> <div class=highlight><pre><span></span><code>ddev validate [OPTIONS] COMMAND [ARGS]...
</code></pre></div> <p><strong>Options:</strong></p> <table> <thead> <tr> <th>Name</th> <th>Type</th> <th>Description</th> <th>Default</th> </tr> </thead> <tbody> <tr> <td><code>--format-style</code>, <code>-fs</code></td> <td>boolean</td> <td>Run only the code style formatter</td> <td><code>False</code></td> </tr> <tr> <td><code>--style</code>, <code>-s</code></td> <td>boolean</td> <td>Run only style checks</td> <td><code>False</code></td> </tr> <tr> <td><code>--bench</code>, <code>-b</code></td> <td>boolean</td> <td>Run only benchmarks</td> <td><code>False</code></td> </tr> <tr> <td><code>--latest</code></td> <td>boolean</td> <td>Only verify support of new product versions</td> <td><code>False</code></td> </tr> <tr> <td><code>--e2e</code></td> <td>boolean</td> <td>Run only end-to-end tests</td> <td><code>False</code></td> </tr> <tr> <td><code>--ddtrace</code></td> <td>boolean</td> <td>Run tests using dd-trace-py</td> <td><code>False</code></td> </tr> <tr> <td><code>--cov</code>, <code>-c</code></td> <td>boolean</td> <td>Measure code coverage</td> <td><code>False</code></td> </tr> <tr> <td><code>--cov-missing</code>, <code>-cm</code></td> <td>boolean</td> <td>Show line numbers of statements that were not executed</td> <td><code>False</code></td> </tr> <tr> <td><code>--junit</code>, <code>-j</code></td> <td>boolean</td> <td>Generate junit reports</td> <td><code>False</code></td> </tr> <tr> <td><code>--marker</code>, <code>-m</code></td> <td>text</td> <td>Only run tests matching given marker expression</td> <td>None</td> </tr> <tr> <td><code>--filter</code>, <code>-k</code></td> <td>text</td> <td>Only run tests matching given substring expression</td> <td>None</td> </tr> <tr> <td><code>--pdb</code></td> <td>boolean</td> <td>Drop to PDB on first failure, then end test session</td> <td><code>False</code></td> </tr> <tr> <td><code>--debug</code>, <code>-d</code></td> <td>boolean</td> <td>Set the log level to debug</td> <td><code>False</code></td> </tr> <tr> <td><code>--verbose</code>, <code>-v</code></td> <td>integer range (<code>0</code> and above)</td> <td>Increase verbosity (can be used additively)</td> <td><code>0</code></td> </tr> <tr> <td><code>--list</code>, <code>-l</code></td> <td>boolean</td> <td>List available test environments</td> <td><code>False</code></td> </tr> <tr> <td><code>--passenv</code></td> <td>text</td> <td>Additional environment variables to pass down</td> <td>None</td> </tr> <tr> <td><code>--changed</code></td> <td>boolean</td> <td>Only test changed checks</td> <td><code>False</code></td> </tr> <tr> <td><code>--cov-keep</code></td> <td>boolean</td> <td>Keep coverage reports</td> <td><code>False</code></td> </tr> <tr> <td><code>--skip-env</code></td> <td>boolean</td> <td>Skip environment creation and assume it is already running</td> <td><code>False</code></td> </tr> <tr> <td><code>--pytest-args</code>, <code>-pa</code></td> <td>text</td> <td>Additional arguments to pytest</td> <td>None</td> </tr> <tr> <td><code>--force-base-unpinned</code></td> <td>boolean</td> <td>Force using datadog-checks-base as specified by check dep</td> <td><code>False</code></td> </tr> <tr> <td><code>--force-base-min</code></td> <td>boolean</td> <td>Force using lowest viable release version of datadog-checks-base</td> <td><code>False</code></td> </tr> <tr> <td><code>--force-env-rebuild</code></td> <td>boolean</td> <td>Force creating a new env</td> <td><code>False</code></td> </tr> <tr> <td><code>--memray</code></td> <td>boolean</td> <td>Run memray to measure memory usage on all tests</td> <td><code>False</code></td> </tr> <tr> <td><code>--help</code></td> <td>boolean</td> <td>Show this message and exit.</td> <td><code>False</code></td> </tr> </tbody> </table> <h2 id=ddev-validate>ddev validate<a class=headerlink href=#ddev-validate title="Permanent link">&para;</a></h2> <p>Verify certain aspects of the repo</p> <p><strong>Usage:</strong></p> <div class=highlight><pre><span></span><code>ddev validate [OPTIONS] COMMAND [ARGS]...
</code></pre></div> <p><strong>Options:</strong></p> <table> <thead> <tr> <th>Name</th> <th>Type</th> <th>Description</th> <th>Default</th> </tr> </thead> <tbody> <tr> <td><code>--help</code></td> <td>boolean</td> <td>Show this message and exit.</td> <td><code>False</code></td> </tr> </tbody> </table> <h3 id=ddev-validate-agent-reqs>ddev validate agent-reqs<a class=headerlink href=#ddev-validate-agent-reqs title="Permanent link">&para;</a></h3> <p>Verify that the checks versions are in sync with the requirements-agent-release.txt file.</p> <p>If <code>check</code> is specified, only the check will be validated, if check value is 'changed' will only apply to changed checks, an 'all' or empty <code>check</code> value will validate all README files.</p> <p><strong>Usage:</strong></p> <div class=highlight><pre><span></span><code>ddev validate agent-reqs [OPTIONS] [CHECK]
</code></pre></div> <p><strong>Options:</strong></p> <table> <thead> <tr> <th>Name</th> <th>Type</th> <th>Description</th> <th>Default</th> </tr> </thead> <tbody> <tr> <td><code>--help</code></td> <td>boolean</td> <td>Show this message and exit.</td> <td><code>False</code></td> </tr> </tbody> </table> <h3 id=ddev-validate-all>ddev validate all<a class=headerlink href=#ddev-validate-all title="Permanent link">&para;</a></h3> <p>Run all CI validations for a repo.</p> <p>If <code>check</code> is specified, only the check will be validated, if check value is 'changed' will only apply to changed checks, an 'all' or empty <code>check</code> value will validate all README files.</p> <p><strong>Usage:</strong></p> <div class=highlight><pre><span></span><code>ddev validate all [OPTIONS] [CHECK]
</code></pre></div> <p><strong>Options:</strong></p> <table> <thead> <tr> <th>Name</th> <th>Type</th> <th>Description</th> <th>Default</th> </tr> </thead> <tbody> <tr> <td><code>--help</code></td> <td>boolean</td> <td>Show this message and exit.</td> <td><code>False</code></td> </tr> </tbody> </table> <h3 id=ddev-validate-ci>ddev validate ci<a class=headerlink href=#ddev-validate-ci title="Permanent link">&para;</a></h3> <p>Validate CI infrastructure configuration.</p> <p><strong>Usage:</strong></p> <div class=highlight><pre><span></span><code>ddev validate ci [OPTIONS]
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

0 comments on commit 1dd2e42

Please sign in to comment.