Skip to content

Instantly share code, notes, and snippets.

@leshikus
Created August 10, 2025 21:15
Show Gist options
  • Save leshikus/d4a63faacb6c6cd2be20b1da958812e5 to your computer and use it in GitHub Desktop.
Save leshikus/d4a63faacb6c6cd2be20b1da958812e5 to your computer and use it in GitHub Desktop.
get info on specific test failures
select test_status, check_start_time from checks where test_status = 'FAIL' and test_name = '02933_group_by_memory_usage' and pull_request_number = 0 and check_start_time > now() - interval 2 month order by check_start_time desc;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment