Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize feature folder retrieval in Impacted Area Based PR Testing (#…
…16345) What is the motivation for this PR? In the Impacted Area Based PR testing, we identify the modified feature folders for the changes in a PR. Previously, the code retrieved the same feature folder multiple times if multiple modified scripts were located within it. However, we only need to retrieve each feature folder once. This PR optimizes the process to eliminate redundant retrievals. How did you do it? Implement a check to skip retrieval if the feature folder has already been processed. How did you verify/test it? I modified three scripts under the same feature folder and verified that the feature folder was only retrieved once
- Loading branch information