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

Cleanup Chalice tests #3845

Closed
wants to merge 4 commits into from
Closed

Conversation

antonpirker
Copy link
Member

No description provided.

Copy link

codecov bot commented Dec 4, 2024

❌ 306 Tests Failed:

Tests completed Failed Passed Skipped
19190 306 18884 4435
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:341: 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: 32.20% (Passed 40 times, Failed 19 times)

Stack Traces | 0.001s run time
tests/test_scope.py:341: 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: 26.67% (Passed 55 times, Failed 20 times)

Stack Traces | 0.001s run time
tests/test_scope.py:341: 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!

tox.ini Outdated Show resolved Hide resolved
@antonpirker antonpirker changed the title Fix tests for chalice in potel Fix Chalice tests in POTel Dec 5, 2024
@antonpirker antonpirker changed the base branch from potel-base to master December 5, 2024 14:30
@antonpirker antonpirker changed the title Fix Chalice tests in POTel Cleanup Chalice tests Dec 5, 2024
@antonpirker antonpirker changed the base branch from master to potel-base December 5, 2024 14:31
@antonpirker
Copy link
Member Author

Closing and making the changes in master: #3858

@antonpirker antonpirker closed this Dec 5, 2024
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.

2 participants