You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Data] Increase scale of map_groups release tests from SF10 to SF100 (#58710)
> Thank you for contributing to Ray! 🚀
> Please review the [Ray Contribution
Guide](https://docs.ray.io/en/master/ray-contribute/getting-involved.html)
before opening a pull request.
> ⚠️ Remove these instructions before submitting your PR.
> 💡 Tip: Mark as draft if you want early feedback, or ready for review
when it's complete.
## Description
> Briefly describe what this PR accomplishes and why it's needed.
#58711 decreased the scale of the
`map_groups` tests from scale-factor 100 to scale-factor 10 because some
of the `map_groups` release tests were failing. However, after more
investigation, I realized that the only variant that doesn't work with
scale-factor 100 is the hash shuffle with autoscaling variant (see
#58734).
This PR re-increases the scale and only disables the cases that fail.
## Related issues
> Link related issues: "Fixes#1234", "Closes#1234", or "Related to
#1234".
## Additional information
> Optional: Add implementation details, API changes, usage examples,
screenshots, etc.
---------
Signed-off-by: Balaji Veeramani <bveeramani@berkeley.edu>
0 commit comments