Skip to content

Fix pymongo tests in POTel #3839

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

Merged
merged 2 commits into from
Dec 3, 2024
Merged

Conversation

antonpirker
Copy link
Member

No description provided.

Copy link

codecov bot commented Dec 3, 2024

❌ 438 Tests Failed:

Tests completed Failed Passed Skipped
19648 438 19210 4430
View the top 1 failed tests by shortest run time
tests.test_scope test_get_current_scope_tags
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
View the full list of 2 ❄️ flaky tests
tests.test_scope test_get_current_scope_tags

Flake rate in main: 38.78% (Passed 30 times, Failed 19 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: 30.77% (Passed 45 times, Failed 20 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!

@antonpirker antonpirker merged commit 2e23931 into potel-base Dec 3, 2024
14 of 19 checks passed
@antonpirker antonpirker deleted the antonpirker/potel/pymongo branch December 3, 2024 15:52
@antonpirker antonpirker changed the title Fix pymongo tests in potel Fix pymongo 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