Created
August 10, 2025 21:15
-
-
Save leshikus/d4a63faacb6c6cd2be20b1da958812e5 to your computer and use it in GitHub Desktop.
get info on specific test failures
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_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