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 Redis tests in POTel #3838

Merged
merged 3 commits into from
Dec 4, 2024
Merged

Fix Redis tests in POTel #3838

merged 3 commits into from
Dec 4, 2024

Conversation

antonpirker
Copy link
Member

No description provided.

Copy link

codecov bot commented Dec 3, 2024

❌ 850 Tests Failed:

Tests completed Failed Passed Skipped
19012 850 18162 4424
View the top 2 failed tests by shortest run time
tests.integrations.threading.test_threading test_propagates_hub[False]
Stack Traces | 0.007s run time
.../integrations/threading/test_threading.py:71: in test_propagates_hub
    assert "stage1" not in event.get("tags", {})
E   AssertionError: assert 'stage1' not in {'stage1': 'true'}
E    +  where {'stage1': 'true'} = <built-in method get of dict object at 0x7f4e5cf8c2c0>('tags', {})
E    +    where <built-in method get of dict object at 0x7f4e5cf8c2c0> = {'breadcrumbs': {'values': []}, 'contexts': {'trace': {'parent_span_id': None, 'span_id': 'a3f93bfabce9b2db', 'trace_id': 'eb274dda35a648dd83e7eab769f485c9'}}, 'environment': 'production', 'event_id': 'c29346fc31d441bdbe377c0236053afd', ...}.get
tests.integrations.threading.test_threading test_propagates_hub[False]
Stack Traces | 0.007s run time
.../integrations/threading/test_threading.py:71: in test_propagates_hub
    assert "stage1" not in event.get("tags", {})
E   AssertionError: assert 'stage1' not in {'stage1': 'true'}
E    +  where {'stage1': 'true'} = <built-in method get of dict object at 0x7f4e54772a40>('tags', {})
E    +    where <built-in method get of dict object at 0x7f4e54772a40> = {'breadcrumbs': {'values': []}, 'contexts': {'trace': {'parent_span_id': None, 'span_id': '8f8cce140c0effec', 'trace_id': 'ed63b4876bf34b0599acc6745405980b'}}, 'environment': 'production', 'event_id': 'e18a1aa30147432a949c70d358c97096', ...}.get
View the full list of 1 ❄️ flaky tests
tests.integrations.threading.test_threading test_propagates_hub[False]

Flake rate in main: 99.27% (Passed 2 times, Failed 273 times)

Stack Traces | 0.007s run time
.../integrations/threading/test_threading.py:71: in test_propagates_hub
    assert "stage1" not in event.get("tags", {})
E   AssertionError: assert 'stage1' not in {'stage1': 'true'}
E    +  where {'stage1': 'true'} = <built-in method get of dict object at 0x7f78e4edd680>('tags', {})
E    +    where <built-in method get of dict object at 0x7f78e4edd680> = {'breadcrumbs': {'values': []}, 'contexts': {'trace': {'parent_span_id': None, 'span_id': 'ac6bfa714367765f', 'trace_id': '7fa7543959ba45a7b0157c0125b10a7f'}}, 'environment': 'production', 'event_id': 'c53100349679410f8491e95e4d9ab8f8', ...}.get

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

tox.ini Show resolved Hide resolved
@antonpirker antonpirker merged commit a05086f into potel-base Dec 4, 2024
58 of 125 checks passed
@antonpirker antonpirker deleted the antonpirker/potel/redis branch December 4, 2024 08:06
@antonpirker antonpirker changed the title Fix Redis tests for potel Fix Redis 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