Commit 6e8cebe
authored
[Impacted Area Based PR testing] Fix actually count calculation for test scripts. (#16487)
What is the motivation for this PR?
In PR #16437, we addressed the script timing issue by selecting the five most recent test plans. However, this caused an incorrect ActualCount, as it was summarizing the number of test cases instead of the test scripts. Since the number of test scripts matches the number of test plans, this PR updates the query to correctly count the test plans.
How did you do it?
Since the number of test scripts matches the number of test plans, this PR updates the query to correctly count the test plans.1 parent bb2c102 commit 6e8cebe
File tree
1 file changed
+8
-11
lines changed- .azure-pipelines/impacted_area_testing
1 file changed
+8
-11
lines changedLines changed: 8 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
93 | | - | |
| 91 | + | |
94 | 92 | | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
103 | 100 | | |
104 | 101 | | |
105 | 102 | | |
| |||
0 commit comments