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
Currently fine-grained incremental test cases always call FineGrainedBuildManager.update() with changed/added files before deleted files in the list of changed files. This can make it impossible to test certain edge cases. It should be possible to, for example, delete module first and then update another module (within a single increment).
The text was updated successfully, but these errors were encountered:
Currently fine-grained incremental test cases always call
FineGrainedBuildManager.update()
with changed/added files before deleted files in the list of changed files. This can make it impossible to test certain edge cases. It should be possible to, for example, delete module first and then update another module (within a single increment).The text was updated successfully, but these errors were encountered: