Skip to content

Concurrency guard for calibnet stateful api check#6484

Merged
sudo-shashank merged 4 commits intomainfrom
shashank/serialize-stateful-api-test
Jan 28, 2026
Merged

Concurrency guard for calibnet stateful api check#6484
sudo-shashank merged 4 commits intomainfrom
shashank/serialize-stateful-api-test

Conversation

@sudo-shashank
Copy link
Contributor

@sudo-shashank sudo-shashank commented Jan 27, 2026

Summary of changes

Changes introduced in this pull request:

  • Added job-level concurrency to calibnet-api-test-stateful preventing nonce collisions across PRs during contract invoke.

Reference issue to close (if applicable)

Closes #6462

Other information and links

Change checklist

  • I have performed a self-review of my own code,
  • I have made corresponding changes to the documentation. All new code adheres to the team's documentation standards,
  • I have added tests that prove my fix is effective or that my feature works (if possible),
  • I have made sure the CHANGELOG is up-to-date. All user-facing changes should be reflected in this document.

Summary by CodeRabbit

  • Chores
    • Updated CI/CD workflow configuration to optimize job execution behavior.

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 27, 2026

Walkthrough

Adds a concurrency group configuration to the calibnet-api-test-stateful job in the GitHub Actions workflow, limiting concurrent executions of this job to one at a time.

Changes

Cohort / File(s)
GitHub Actions Workflow Configuration
\.github/workflows/forest\.yml
Change Summary
Adds concurrency group calibnet-api-test-stateful to prevent multiple simultaneous executions of the job

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Suggested reviewers

  • LesnyRumcajs
  • hanabi1224
  • akaladarshi
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly describes the main change: adding a concurrency guard to the calibnet stateful API check workflow.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
  • 📝 Generate docstrings

Comment @coderabbitai help to get the list of available commands and usage tips.

@sudo-shashank sudo-shashank marked this pull request as ready for review January 27, 2026 19:00
@sudo-shashank sudo-shashank requested a review from a team as a code owner January 27, 2026 19:00
@sudo-shashank sudo-shashank requested review from LesnyRumcajs and hanabi1224 and removed request for a team January 27, 2026 19:00
@codecov
Copy link

codecov bot commented Jan 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 61.02%. Comparing base (59fef10) to head (a245eda).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

see 8 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 59fef10...a245eda. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@sudo-shashank sudo-shashank added this pull request to the merge queue Jan 28, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 28, 2026
@sudo-shashank sudo-shashank added this pull request to the merge queue Jan 28, 2026
Merged via the queue into main with commit aadcb55 Jan 28, 2026
64 of 65 checks passed
@sudo-shashank sudo-shashank deleted the shashank/serialize-stateful-api-test branch January 28, 2026 05:46
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.

Stateful API checks fails periodically

2 participants