Skip to content

Commit

Permalink
clarify extent of overage
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Jan 28, 2025
1 parent 90cec83 commit de9e6e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/source/contributor-guide/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,11 @@ In addition to the standard CI test suite that is run on all PRs prior to merge,
DataFusion has "extended" tests (defined in [extended.yml]) that are run on each
commit to `main`. These tests rarely fail but take significantly longer to run
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 entire [sqlite
test suite](https://www.sqlite.org/sqllogictest/dir?ci=tip).
code works when there are hash collisions as well as running the relevant
portions of the entire [sqlite test suite].

[extended.yml]: https://github.com/apache/datafusion/blob/main/.github/workflows/extended.yml
[sqlite test suite]: https://www.sqlite.org/sqllogictest/dir?ci=tip

## Rust Integration Tests

Expand Down

0 comments on commit de9e6e5

Please sign in to comment.