Last active
August 10, 2025 13:30
-
-
Save leshikus/f52901cf1ec82340dcbc9d137b13d9e6 to your computer and use it in GitHub Desktop.
Get failed ClickHouse tests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
select test_name, count(test_name) from checks where test_status = 'FAIL' and pull_request_number = 0 and check_start_time > now() - interval 1 month group by test_name order by count(test_name) desc; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment