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 4a3f70c commit b4b8f64Copy full SHA for b4b8f64
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 tests
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