Skip to content
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

fix(flags): fix/refactor flaky launchdarkly tests #3896

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

aliu39
Copy link
Member

@aliu39 aliu39 commented Dec 26, 2024

Fixes flakes (example) caused by background processes in LDClient trying to connect to a non-existent server (we're mocking the flag data through TestData).

Copy link

codecov bot commented Dec 26, 2024

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
13784 1 13783 4132
View the top 1 failed tests by shortest run time
tests.test_transport test_transport_works[threads-False-gzip-0-True-flush-False]
Stack Traces | 2.52s run time
tests/test_transport.py:187: in test_transport_works
    assert capturing_server.captured
E   AssertionError: assert []
E    +  where [] = <CapturingServer(<class 'tests.test_transport.CapturingServer'>, started 140302203479808)>.captured

To view more test analytics, go to the Test Analytics Dashboard
📢 Thoughts on this report? Let us know!

@aliu39
Copy link
Member Author

aliu39 commented Dec 27, 2024

Looks like anthropic-pinned is failing now for 3.7 and 3.8: https://github.com/getsentry/sentry-python/actions/runs/12508778454/job/34899363812?pr=3896

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant