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

tests: Create a separate group for feature flag suites #3911

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sentrivana
Copy link
Contributor

@sentrivana sentrivana commented Jan 9, 2025

Take feature flag tests out of Misc and into their own new Flags group.

Also move Tasks down in the GROUPS dict do that it's alphabetized (except for misc which is at the bottom)

@sentrivana sentrivana changed the title tests: Create a separate group for flag tests tests: Create a separate group for feature flag tests Jan 9, 2025
@sentrivana sentrivana changed the title tests: Create a separate group for feature flag tests tests: Create a separate group for feature flag suites Jan 9, 2025
@sentrivana sentrivana marked this pull request as ready for review January 9, 2025 16:40
@sentrivana sentrivana requested a review from antonpirker January 9, 2025 16:40
Copy link

codecov bot commented Jan 9, 2025

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
13827 1 13826 4166
View the top 1 failed tests by shortest run time
tests.integrations.stdlib.test_httplib test_http_timeout
Stack Traces | 0.178s run time
.../integrations/stdlib/test_httplib.py:373: in test_http_timeout
    assert len(transaction["spans"]) == 1
E   assert 0 == 1
E    +  where 0 = len([])

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

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