chore: update test durations - #14477
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #14477 +/- ##
==========================================
- Coverage 61.81% 61.71% -0.10%
==========================================
Files 2452 2405 -47
Lines 240491 239031 -1460
Branches 34348 33875 -473
==========================================
- Hits 148649 147517 -1132
+ Misses 89992 89664 -328
Partials 1850 1850
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
erichare
approved these changes
Aug 13, 2026
erichare
left a comment
Member
There was a problem hiding this comment.
The generated duration artifact looks sound: the source workflow completed all five measurement groups, merged 11,809 tests, and the JSON contains only positive numeric timings. No review findings. Please still trigger the missing normal Validate PR workflow before merge, as the PR description notes.
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.
Automated weekly refresh of
src/backend/tests/.test_durations,used by pytest-split to balance the 5 backend CI test groups.
A stale file causes unbalanced groups and group timeouts
("fails at 99%"), so this PR should be merged promptly.
This PR was automatically created by the store_pytest_durations
workflow. Durations were measured per CI group with the same test
selection CI uses (
-n auto, noapi_key_required, nounit/template).If the Validate PR check is missing, edit the PR title (e.g.
re-save it unchanged) or push to the branch to trigger it — PRs
created with the default
GITHUB_TOKENdon't firepull_request_targetworkflows.