SNOW-2380741: Use all logical cores in snowpark tests.#3824
Merged
sfc-gh-mvashishtha merged 8 commits intoOct 3, 2025
Conversation
Signed-off-by: sfc-gh-mvashishtha <mahesh.vashishtha@snowflake.com>
sfc-gh-joshi
approved these changes
Oct 1, 2025
Contributor
|
Is it possible to use |
Contributor
Author
Done. |
Signed-off-by: sfc-gh-mvashishtha <mahesh.vashishtha@snowflake.com>
Signed-off-by: sfc-gh-mvashishtha <mahesh.vashishtha@snowflake.com>
Contributor
Author
|
I'm marking this PR as a draft because:
|
Contributor
Author
|
I found that using 128 cores seemed to push the GitHub Actions runners beyond their capacity so that they failed with exit code 143: #3824 I used the previous level of parallelism for AST tests, which seem to use too many resources when we use |
sfc-gh-aling
approved these changes
Oct 3, 2025
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Formerly, we had limited the test parallelism to not overwhelm our Snowflake deployments, but now that we are using multi-cluster warehouses, we should be able to use all 64 cores.
This change speeds up Modin CI jobs according to a sample size of 1. Other long-running CI jobs seem to take about as long before and after. before vs after: