Skip to content

Instantly share code, notes, and snippets.

@leshikus
Last active August 10, 2025 13:30
Show Gist options
  • Save leshikus/f52901cf1ec82340dcbc9d137b13d9e6 to your computer and use it in GitHub Desktop.
Save leshikus/f52901cf1ec82340dcbc9d137b13d9e6 to your computer and use it in GitHub Desktop.
Get failed ClickHouse tests
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