-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
Splitting Test Directories to Increase Test Concurrency and Optimize Cache #44940
Open
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
type/enhancement
The issue or PR belongs to an enhancement.
Comments
12 tasks
hawkingrei
added
the
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
label
Jun 26, 2023
12 tasks
12 tasks
12 tasks
12 tasks
12 tasks
12 tasks
This was referenced Jul 7, 2023
This was referenced Jul 8, 2023
Merged
12 tasks
13 tasks
13 tasks
13 tasks
This was referenced Nov 22, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
type/enhancement
The issue or PR belongs to an enhancement.
Enhancement
we are using Bazel's shard_count to increase test concurrency and speed up our testing process. However, in some cases, we have found that certain directories have too many tests, which can result in slower test execution times, decreased efficiency, and less optimized cache usage.
To address this issue, we need to split the test directories into smaller, more manageable chunks. This will help increase test concurrency, optimize cache usage, and ultimately improve our testing process.
The text was updated successfully, but these errors were encountered: