-
Notifications
You must be signed in to change notification settings - Fork 646
Update collect mute: fix collecting deleted tests #12970
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
Conversation
⚪ Test history | Ya make output | Test bloat
🟢 |
@@ -247,6 +249,8 @@ def apply_and_add_mutes(all_tests, output_path, mute_check): | |||
unmuted_stable += 1 | |||
if test_string in deleted_tests: | |||
unmuted_deleted += 1 | |||
deleted_tests_in_mute.append(test_string) | |||
deleted_tests_in_mute_debug.append(test_string_debug) | |||
unmuted_tests_debug.append(test_string_debug) | |||
|
|||
muted_ya_tests_sorted = sorted(muted_ya_tests_sorted) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Кажется уже пора какой-нибудь цикл сделать)
⚪ Test history | Ya make output | Test bloat
🟢 |
Changelog entry
Fix collecting deleted tests in muted_ya (tests without runs)
Changelog category
Additional information
...