Skip to content

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

Merged
merged 7 commits into from
Dec 25, 2024

Conversation

naspirato
Copy link
Collaborator

@naspirato naspirato commented Dec 25, 2024

Changelog entry

Fix collecting deleted tests in muted_ya (tests without runs)

Changelog category

  • Not for changelog (changelog entry is not required)

Additional information

...

@naspirato naspirato changed the title Update collect mute Update collect mute: fix collecting deleted tests Dec 25, 2024
Copy link

github-actions bot commented Dec 25, 2024

2024-12-25 09:43:54 UTC Pre-commit check linux-x86_64-release-asan for ef36120 has started.
2024-12-25 09:44:26 UTC Artifacts will be uploaded here
2024-12-25 09:47:28 UTC ya make is running...
🟢 2024-12-25 09:47:33 UTC Tests successful.

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
0 0 0 0 0 0

🟢 2024-12-25 09:47:39 UTC Build successful.

@naspirato naspirato marked this pull request as ready for review December 25, 2024 09:43
@@ -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)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Кажется уже пора какой-нибудь цикл сделать)

@naspirato naspirato enabled auto-merge (squash) December 25, 2024 09:44
Copy link

github-actions bot commented Dec 25, 2024

2024-12-25 09:46:39 UTC Pre-commit check linux-x86_64-relwithdebinfo for ef36120 has started.
2024-12-25 09:46:50 UTC Artifacts will be uploaded here
2024-12-25 09:49:11 UTC ya make is running...
🟢 2024-12-25 09:49:17 UTC Tests successful.

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
0 0 0 0 0 0

🟢 2024-12-25 09:49:22 UTC Build successful.

@naspirato naspirato merged commit 257ac8b into ydb-platform:main Dec 25, 2024
15 checks passed
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