CI: split test job into parallel query-engine and reporting shards - #70
Merged
Conversation
…ide and Codecov flag carryforward
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #70 +/- ##
==========================================
- Coverage 88.72% 88.45% -0.27%
==========================================
Files 59 59
Lines 4826 4826
Branches 552 552
==========================================
- Hits 4282 4269 -13
- Misses 445 455 +10
- Partials 99 102 +3
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
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.
Summary
Splits the single
testjob in acceptance.yml into a parallel matrix overcomponent: [query_engine, reporting], so the two halves of the suite runconcurrently on separate runners instead of back-to-back. The shared
not-a-fork→lintgate is unchanged.testtarget takes an optionalTEST_PATH(defaults totests/); CI passes each component's path. Coverage still measured againstall of
src/.testbecomes afail-fast: falsematrix; each sharduploads coverage under a Codecov
flag. Replaces the old single-valuepython-versionmatrix.query_engine/reportingflags withcarryforwardso per-shard uploads merge into the combined total.Verified the partition is exact (780 + 598 = 1378 tests, no overlap) and that
a sharded
make teststill emitscoverage.xml.Test Plan
Checklist