Skip to content

Commit 14fe86c

Browse files
committed
Add documentation for Run extended tests command
1 parent dc7e44d commit 14fe86c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/source/contributor-guide/testing.md

Lines changed: 7 additions & 0 deletions
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 tets
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)