Stable 24.8 - Backport #1572: Fix report old results (24.8)#1736
Merged
strtgbb merged 1 commit intocustomizations/24.8.14from May 6, 2026
Merged
Stable 24.8 - Backport #1572: Fix report old results (24.8)#1736strtgbb merged 1 commit intocustomizations/24.8.14from
strtgbb merged 1 commit intocustomizations/24.8.14from
Conversation
Backport of #1572 to 24.8. Replaces the flat GROUP BY queries in get_checks_fails, get_checks_errors, and get_checks_known_fails with a shared CTE (_checks_latest_test_status_cte) that uses a maxIf window function to anchor on the latest check run per check_name, excluding stateless teardown rows from the anchor so both main and teardown phases are included. Adapted to use job_url / task_url filtering rather than commit_sha + branch_name. Co-authored-by: Cursor <cursoragent@cursor.com>
Collaborator
|
This is an automated comment for commit 29508b3 with description of existing statuses. It's updated for the latest CI running ❌ Click here to open a full report in a separate page
Successful checks
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of #1572 to 24.8.
Replaces the flat GROUP BY queries in get_checks_fails, get_checks_errors, and get_checks_known_fails with a shared CTE (_checks_latest_test_status_cte) that uses a maxIf window function to anchor on the latest check run per check_name, excluding stateless teardown rows from the anchor so both main and teardown phases are included. Adapted to use job_url / task_url filtering rather than commit_sha + branch_name.
Changelog category (leave one):
CI/CD Options
Exclude tests:
Regression jobs to run: