-
Notifications
You must be signed in to change notification settings - Fork 521
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
Compute affected tests doesn't handle moved files correctly #3022
Comments
NB: this is a nice issue to dig into for contributors interested in developing their Bazel expertise. |
@Rd4dev this reminds me of the similar issue you ran into when writing the script to compute which targets on which to run code coverage. You made some changes to |
Closing this in favor of #4035 since it's a duplicate. While that one is newer, it contains more information. :) |
See #2970 & #3018 for context. If files are moved to a new location, compute affected tests won't properly compute affected targets since it seems to primarily use the old targets. Ideally, we should be compute the targets affecting both the old & new files, if possible.
The text was updated successfully, but these errors were encountered: