From 14fe86cea767e5adb2f45f528a6a4b4179bec1fe Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Thu, 27 Mar 2025 15:20:20 -0400 Subject: [PATCH 1/2] Add documentation for `Run extended tests` command --- docs/source/contributor-guide/testing.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/source/contributor-guide/testing.md b/docs/source/contributor-guide/testing.md index 2868125c7f3d..f7ce17131a3b 100644 --- a/docs/source/contributor-guide/testing.md +++ b/docs/source/contributor-guide/testing.md @@ -79,8 +79,15 @@ than the standard test suite and add important test coverage such as that the code works when there are hash collisions as well as running the relevant portions of the entire [sqlite test suite]. +You can run the extended tests on any PR by leaving the following comment (see [example here]): + +``` +Run extended tets +``` + [extended.yml]: https://github.com/apache/datafusion/blob/main/.github/workflows/extended.yml [sqlite test suite]: https://www.sqlite.org/sqllogictest/dir?ci=tip +[example here]: https://github.com/apache/datafusion/pull/15427#issuecomment-2759160812 ## Rust Integration Tests From ccbdb7e46b56fa43042aa3f3838771043f28e4fd Mon Sep 17 00:00:00 2001 From: Oleks V Date: Thu, 27 Mar 2025 17:24:55 -0700 Subject: [PATCH 2/2] Update docs/source/contributor-guide/testing.md --- docs/source/contributor-guide/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/contributor-guide/testing.md b/docs/source/contributor-guide/testing.md index f7ce17131a3b..eeed2a0c5d76 100644 --- a/docs/source/contributor-guide/testing.md +++ b/docs/source/contributor-guide/testing.md @@ -82,7 +82,7 @@ portions of the entire [sqlite test suite]. You can run the extended tests on any PR by leaving the following comment (see [example here]): ``` -Run extended tets +Run extended tests ``` [extended.yml]: https://github.com/apache/datafusion/blob/main/.github/workflows/extended.yml