-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Improve documentation about extended tests #14320
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| 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). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Almost the entire suite ... I do remove the evidence and index/delete/ folders.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I updated it to say "relevant portion of the entire suite"
comphead
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Which issue does this PR close?
Rationale for this change
The relatively newly added
extendedsuite is an important part of DataFusion's test overage and we should make it easier to findWhat changes are included in this PR?
extendedsuiteAre these changes tested?
Are there any user-facing changes?