Flaky test: tests/sentry/lang/dart/test_plugin_deobfuscation.py::DartPluginDeobfuscationTest::test_dart_multiple_exceptions_deobfuscation_direct
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 44.8k
- Forks
- 4.9k
- Avg merge
- 21h 23m
- Merged PRs (30d)
- 607
Description
Failing test: tests/sentry/lang/dart/test_plugin_deobfuscation.py::DartPluginDeobfuscationTest::test_dart_multiple_exceptions_deobfuscation_direct
Sentry sha: 94d9d60db8e0e6f4937593247f1d6d178df1bcaa
Run: https://github.com/getsentry/sentry/actions/runs/22267329137
[1m[31mtests/sentry/lang/dart/test_plugin_deobfuscation.py[0m:143: in test_dart_multiple_exceptions_deobfuscation_direct
assert exception_values[1]["type"] == "DatabaseException"
[1m[31mE AssertionError: assert 'abc' == 'DatabaseException'[0m
[1m[31mE [0m
[1m[31mE - DatabaseException[0m
[1m[31mE + abc[0m
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by running tests/sentry/lang/dart/test_plugin_deobfuscation.py::DartPluginDeobfuscationTest::test_dart_multiple_exceptions_deobfuscation_direct at Sentry sha 94d9d60db8e0e6f4937593247f1d6d178df1bcaa. Inspect the failure at line 143 and determine why the second exception type is reported as abc instead of DatabaseException. Done means the test no longer flakes and the expected exception type is consistently produced.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, python
- Domain
- testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100