-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Skip flaky test: test_missing_dsym #93041
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
Skip flaky test: test_missing_dsym #93041
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #93041 +/- ##
==========================================
- Coverage 82.87% 81.80% -1.07%
==========================================
Files 10295 10356 +61
Lines 590815 595381 +4566
Branches 22980 22980
==========================================
- Hits 489629 487046 -2583
- Misses 99752 106901 +7149
Partials 1434 1434 |
@untitaker Tagging you in this since it looks like you were the last one to touch this test |
FYI we'd ideally assign these PR's based on codeowners, so if that is more fitting let us know |
yes please use codeowners for this + linear tickets, this is entirely misrouted |
@untitaker There is no codeowners for this file - that's why I had to manually assign you. I did it with git blame since you're the last one who touched the test. If this is misrouted, who is the best team/person to go to? |
@hubertdeng123 symbolicator is owned by ingest team (see service registry) |
@untitaker Please help us update codeowners. |
well... Line 52 in b040b91
|
That's very mysterious. Do I misunderstand codeowners entirely? Is it not meant to set the PR reviewers? I'll have to make a followup issue for this... |
i think a line further down probably overwrites it in some way (last rule wins and defines all codeowners) somehow it doesn't work at all, otherwise github woudl've assigned this PR properly too |
Mystery solved. That line was added quite recently, and isn't there in this PR. So we were both right: that line isn't there (in this PR) but also it's there (in HEAD). Lines 50 to 52 in b6ff5da
Thanks @asottile-sentry |
Please help us keep Sentry flake-free by merging this PR while a longer-term resolution is implemented in issue #93040. --- **See also:** [Flaky Test Policy & Responsibilities](https://www.notion.so/sentry/Flaky-Test-Policy-Responsibilities-2078b10e4b5d804a8c53de7dd52d3c43) --------- Co-authored-by: devinfra-flakiness[bot] <212413796+devinfra-flakiness[bot]@users.noreply.github.com> Co-authored-by: Buck Evan <[email protected]>
Please help us keep Sentry flake-free by merging this PR while a longer-term
resolution is implemented in issue #93040.
See also:
Flaky Test Policy & Responsibilities