getsentry / getsentry/sentry

Flaky test: tests/sentry/lang/dart/test_plugin_deobfuscation.py::DartPluginDeobfuscationTest::test_dart_multiple_exceptions_deobfuscation_direct

Open
#108,841 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

flaky-test Tests
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

tests/sentry/lang/dart/test_plugin_deobfuscation.py:143: in test_dart_multiple_exceptions_deobfuscation_direct
    assert exception_values[1]["type"] == "DatabaseException"
E   AssertionError: assert 'abc' == 'DatabaseException'
E     
E     - DatabaseException
E     + abc

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.