Skip to content

Serialize integration test runs to avoid rate limiting#383

Merged
AndreyVMarkelov merged 2 commits into
mainfrom
ci/serialize-integration-tests
Jul 8, 2026
Merged

Serialize integration test runs to avoid rate limiting#383
AndreyVMarkelov merged 2 commits into
mainfrom
ci/serialize-integration-tests

Conversation

@AndreyVMarkelov

Copy link
Copy Markdown
Contributor

Concurrent CI runs (multiple open PRs building at once) share a single Dropbox account and trip API rate limits, causing flaky RateLimitException failures.

Add a concurrency group to the IntegrationTests job so only one run executes at a time across all PRs/branches. cancel-in-progress: false queues runs rather than cancelling them.

Add a concurrency group to the IntegrationTests job so only one run
executes at a time across PRs/branches. Concurrent runs shared one
Dropbox account and tripped API rate limits.
@AndreyVMarkelov AndreyVMarkelov force-pushed the ci/serialize-integration-tests branch from 9c38d6c to 1c22156 Compare July 8, 2026 00:23
@codecov

codecov Bot commented Jul 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 54.09%. Comparing base (c25d774) to head (33db0b9).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #383   +/-   ##
=======================================
  Coverage   54.09%   54.09%           
=======================================
  Files          16       16           
  Lines        1403     1403           
  Branches      134      134           
=======================================
  Hits          759      759           
  Misses        604      604           
  Partials       40       40           
Flag Coverage Δ
integration 50.60% <ø> (ø)
unit 10.54% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@AndreyVMarkelov AndreyVMarkelov merged commit 2ab8af7 into main Jul 8, 2026
125 of 139 checks passed
@AndreyVMarkelov AndreyVMarkelov deleted the ci/serialize-integration-tests branch July 8, 2026 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants