Skip to content

Conversation

@raboof
Copy link
Member

@raboof raboof commented Dec 3, 2025

The Scala 3 build+test job takes almost an hour because it runs all tests, while the Scala 2 build+test job is sometimes much faster because it runs with validatePullRequest which selects which tests to run based on the files that were changed. I don't think we've regularly seen situations where a failure was missed by validatePullRequest and caught by the Scala 3 test, so it might be nice to run those with validatePullRequest as well.

The Scala 3 build+test job takes almost an hour because it runs all
tests, while the Scala 2 build+test job is sometimes much faster because
it runs with `validatePullRequest` which selects which tests to run
based on the files that were changed. I don't think we've regularly seen
situations where a failure was missed by `validatePullRequest` and
caught by the Scala 3 test, so it might be nice to run those with
`validatePullRequest` as well.
@raboof raboof force-pushed the test-scala3-with-validatePullRequest branch from 32b5242 to 9084bd9 Compare December 3, 2025 10:58
@raboof raboof requested a review from pjfanning December 3, 2025 10:58
Copy link
Member

@pjfanning pjfanning left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@pjfanning pjfanning merged commit abe9c6e into apache:main Dec 4, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants