[CI] Consolidate ingestion integration test fixtures - #19190
Merged
xiangfu0 merged 18 commits intoAug 9, 2026
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #19190 +/- ##
============================================
- Coverage 66.65% 66.64% -0.01%
Complexity 1423 1423
============================================
Files 3443 3443
Lines 218632 218663 +31
Branches 34793 34801 +8
============================================
+ Hits 145726 145730 +4
- Misses 61192 61216 +24
- Partials 11714 11717 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
xiangfu0
marked this pull request as ready for review
August 7, 2026 22:53
This was referenced Aug 8, 2026
added 10 commits
August 8, 2026 02:05
xiangfu0
force-pushed
the
xiangfu0/codex/balance-integration-test-shards
branch
from
August 8, 2026 09:36
3040dc5 to
9071290
Compare
added 6 commits
August 8, 2026 14:22
xiangfu0
force-pushed
the
xiangfu0/codex/balance-integration-test-shards
branch
from
August 9, 2026 00:11
0ad0b2e to
1e47ecd
Compare
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
-XX:ActiveProcessorCount=2to fit the 16 GiB / 4-vCPU runner.Hosted result
Final workflow: Pinot Integration Tests run 31285625202, head
1e47ecdea6.Two unchanged hosted attempts both passed below 50 minutes:
The worst observed totals were 46m01s for Set 1 and 46m48s for Set 2, leaving 3–4 minutes of headroom. Compared with the prior serial hosted run (70m08s / 72m00s), this is approximately 35% faster on both jobs.
Both attempts ran the same 1,715 physical TestNG invocations with 0 failures, 0 errors, and 3 intentional skips. All four Codecov uploads succeeded in both attempts.
Consolidation evidence
Final lane counts:
Validation
-Dtestoperation is preserved; named suites are skipped for direct selections so a requested class runs exactly once.git diff --checkpassed.Supersedes #19192, #19193, #19194, and #19196.