docs: document CI test suite registration requirement#3943
Open
andygrove wants to merge 4 commits intoapache:mainfrom
Open
docs: document CI test suite registration requirement#3943andygrove wants to merge 4 commits intoapache:mainfrom
andygrove wants to merge 4 commits intoapache:mainfrom
Conversation
New test suites are not automatically discovered by CI. They must be explicitly added to the suite matrix in both pr_build_linux.yml and pr_build_macos.yml workflow files. Add a section to the contributor guide explaining this process, including which groups exist and how to choose the right one.
The edited event fires when the PR title/body changes, not on new pushes. Replace with synchronize so the check re-runs when new commits are pushed to the PR branch.
7 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Which issue does this PR close?
N/A - documentation improvement
Rationale for this change
New Scala test suites must be manually added to the CI workflow files (
pr_build_linux.ymlandpr_build_macos.yml) so they run in CI. This is not documented anywhere, so contributors may add test suites that pass locally but never run in CI.What changes are included in this PR?
Adds a new section to the contributor guide (
docs/source/contributor-guide/development.md) explaining:fuzz,shuffle,parquet,csv,exec,expressions,sql) to the area it coversHow are these changes tested?
Documentation-only change. Verified the markdown renders correctly.