We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Run extended tests
1 parent dc7e44d commit 14fe86cCopy full SHA for 14fe86c
docs/source/contributor-guide/testing.md
@@ -79,8 +79,15 @@ than the standard test suite and add important test coverage such as that the
79
code works when there are hash collisions as well as running the relevant
80
portions of the entire [sqlite test suite].
81
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
88
[extended.yml]: https://github.com/apache/datafusion/blob/main/.github/workflows/extended.yml
89
[sqlite test suite]: https://www.sqlite.org/sqllogictest/dir?ci=tip
90
+[example here]: https://github.com/apache/datafusion/pull/15427#issuecomment-2759160812
91
92
## Rust Integration Tests
93
0 commit comments