Commit 99297b4
Fix quarantine workflow: don't append test name to re-quarantine search (#66657)
* Fix re-quarantine check: don't append test name to search query
The agent was adding the test class name to the GitHub search query
for re-quarantine PRs (e.g., 'label:re-quarantine TlsHandshakeFeatureTests'),
but PR #49307's title uses the method name ('SetsTlsHandshakeFeatureForHttps'),
causing 0 results. The instructions now explicitly say NOT to append the test
name to the search query, and instead filter by checking changed files.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Broaden re-quarantine check to cover class and assembly level
The check should exclude a test if any re-quarantine PR added a
[QuarantinedTest] attribute to the test method, its containing class,
or its assembly — not just if the PR touched the same file.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 31fc9ba commit 99297b4
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
209 | 212 | | |
210 | 213 | | |
211 | 214 | | |
| |||
0 commit comments