ci: Shard container-e2e-test across 2 parallel executors - #2239
Merged
Conversation
Signed-off-by: Marvin Froeder <marvin@datasqrl.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2239 +/- ##
=========================================
Coverage 17.63% 17.63%
Complexity 1077 1077
=========================================
Files 610 610
Lines 17762 17762
Branches 2167 2167
=========================================
Hits 3132 3132
Misses 14312 14312
Partials 318 318 ☔ View full report in Codecov by Harness. |
…e-test (#2240) Both parallel nodes produced failsafe-summary.xml, causing CircleCI to fail both "Uploading test results" steps. Collect only TEST-*.xml files into a shard-indexed subdirectory before store_test_results to avoid the conflict. AI-Generated: true Co-authored-by: circleci-app[bot] <127350680+circleci-app[bot]@users.noreply.github.com>
ferenc-csaky
approved these changes
Jul 30, 2026
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.
Splits the 22 container IT classes across 2 CircleCI executors, using the native
circleci tests split --split-by=timingsrather than theTestShardingExtensionused byintegration-tests— the extension lives insqrl-testing-integrationtest sources and isn't on the container module's classpath, and timings-based splitting balances better than hashing given how much container test runtimes vary.Adds
store_test_resultsfor the failsafe reports so the timing data exists to split on (first run falls back to name-based split).parallelismkeeps a singleci/circleci: container-e2e-teststatus context, so no change needed in.github/workflows/build.yml.Note: the docker image build step now runs on both executors, in parallel.