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 Huey tests in POTel #3843

Merged
merged 4 commits into from
Dec 4, 2024
Merged

Fix Huey tests in POTel #3843

merged 4 commits into from
Dec 4, 2024

Conversation

antonpirker
Copy link
Member

No description provided.

Copy link

codecov bot commented Dec 3, 2024

❌ 358 Tests Failed:

Tests completed Failed Passed Skipped
19357 358 18999 4430
View the full list of 3 ❄️ flaky tests
tests.test_scope test_get_current_scope_tags

Flake rate in main: 13.16% (Passed 33 times, Failed 5 times)

Stack Traces | 0.001s run time
tests/test_scope.py:343: in test_get_current_scope_tags
    assert scope1.client.__class__ == NonRecordingClient
E   AttributeError: client
tests.test_scope test_get_current_scope_tags

Flake rate in main: 25.00% (Passed 15 times, Failed 5 times)

Stack Traces | 0.001s run time
tests/test_scope.py:343: in test_get_current_scope_tags
    assert scope1.client.__class__ == NonRecordingClient
E   AttributeError: 'PotelScope' object has no attribute 'client'
tests.test_scope test_get_current_scope_tags

Flake rate in main: 18.52% (Passed 22 times, Failed 5 times)

Stack Traces | 0.001s run time
tests/test_scope.py:343: in test_get_current_scope_tags
    assert scope1.client.__class__ == NonRecordingClient
E   AttributeError: 'PotelScope' object has no attribute 'client'

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

@sl0thentr0py sl0thentr0py merged commit c4f2a2a into potel-base Dec 4, 2024
53 of 123 checks passed
@sl0thentr0py sl0thentr0py deleted the antonpirker/potel/huey branch December 4, 2024 18:37
@antonpirker antonpirker changed the title Fix Huey tests to work with POTel Fix Huey tests in POTel Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants