-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix job recommendation test flakiness (#9591)
Instead of creating recommendations for all the jobs used across these tests, this creates a specific job with a higher group count, which reduces the likelihood of having no recommendations to 0.0001%. It was incorrect to assume that each task group would always have recommendations, since there’s a 1% chance that a task won’t have a recommendation. (10% chance for CPU and memory.) This uses the number of groups with recommendations instead.
- Loading branch information
Showing
1 changed file
with
21 additions
and
9 deletions.
There are no files selected for viewing
This file contains 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