Skip to content

Commit b4b8f64

Browse files
alambcomphead
andauthored
Add documentation for Run extended tests command (#15463)
* Add documentation for `Run extended tests` command * Update docs/source/contributor-guide/testing.md --------- Co-authored-by: Oleks V <[email protected]>
1 parent 4a3f70c commit b4b8f64

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/source/contributor-guide/testing.md

+7
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,15 @@ than the standard test suite and add important test coverage such as that the
7979
code works when there are hash collisions as well as running the relevant
8080
portions of the entire [sqlite test suite].
8181

82+
You can run the extended tests on any PR by leaving the following comment (see [example here]):
83+
84+
```
85+
Run extended tests
86+
```
87+
8288
[extended.yml]: https://github.com/apache/datafusion/blob/main/.github/workflows/extended.yml
8389
[sqlite test suite]: https://www.sqlite.org/sqllogictest/dir?ci=tip
90+
[example here]: https://github.com/apache/datafusion/pull/15427#issuecomment-2759160812
8491

8592
## Rust Integration Tests
8693

0 commit comments

Comments
 (0)