-
Notifications
You must be signed in to change notification settings - Fork 4.1k
release-25.2: bazci: improve github issues when test.xml does not contain fully qualified unit test names #159826
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
release-25.2: bazci: improve github issues when test.xml does not contain fully qualified unit test names #159826
Conversation
|
Thanks for opening a backport. Before merging, please confirm that it falls into one of the following categories (select one):
Add a brief release justification to the PR description explaining your selection. Also, confirm that the change does not break backward compatibility and complies with all aspects of the backport policy. All backports must be reviewed by the TL and EM for the owning area. |
|
✅ PR #159826 is compliant with backport policy Confidence: high 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf. |
cbc6c53 to
d1ec51d
Compare
|
Reminder: it has been 2 weeks please merge or close your backport! |
…lified unit test names Epic: None Release note: None
d1ec51d to
c465113
Compare
|
Rebasing / Rerunning CI since it's been a few weeks |
Backport 1/1 commits from #159751 on behalf of @williamchoe3.
Because of behavior described in #159708, certain failure modes can result in test.xml files that result in ambiguous github issues.
This change simply adds a message to the eventual github issue body so that test-eng or any team that's triaging can better see what's going on at a glance
Informs #159708
Release justification: CI testing related change