Skip to content

Serialize wallet + mpool tests#7379

Open
sudo-shashank wants to merge 3 commits into
mainfrom
shashank/wallet-test
Open

Serialize wallet + mpool tests#7379
sudo-shashank wants to merge 3 commits into
mainfrom
shashank/wallet-test

Conversation

@sudo-shashank

@sudo-shashank sudo-shashank commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Summary of changes

Changes introduced in this pull request:

Reference issue to close (if applicable)

Closes

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.

Outside contributions

  • I have read and agree to the CONTRIBUTING document.
  • I have read and agree to the AI Policy document. I understand that failure to comply with the guidelines will lead to rejection of the pull request.

Summary by CodeRabbit

  • Bug Fixes

    • Improved reliability of JSON-RPC calls by adding controlled retries for transient failures.
    • Reduced potential conflicts during wallet-based test operations.
  • Tests

    • Limited test execution to a single concurrent thread for more consistent results.
    • Simplified wallet test requests by removing repeated retry attempts.

@coderabbitai

coderabbitai Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: bb3d1089-6f77-4655-bd4c-5cd030b741fb

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • ✅ Review completed - (🔄 Check again to review again)
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch shashank/wallet-test
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch shashank/wallet-test

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

@sudo-shashank sudo-shashank added the Wallet Trigger wallet test on Calibnet label Jul 17, 2026
@sudo-shashank
sudo-shashank marked this pull request as ready for review July 20, 2026 03:56
@sudo-shashank
sudo-shashank requested a review from a team as a code owner July 20, 2026 03:56
@sudo-shashank
sudo-shashank requested review from akaladarshi and hanabi1224 and removed request for a team July 20, 2026 03:56
@codecov

codecov Bot commented Jul 20, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 65.04%. Comparing base (a6f303b) to head (2515155).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/dev/subcommands/tests_cmd/helpers.rs 0.00% 3 Missing ⚠️
src/dev/subcommands/tests_cmd/wallet.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
Files with missing lines Coverage Δ
src/dev/subcommands/tests_cmd/wallet.rs 0.00% <0.00%> (ø)
src/dev/subcommands/tests_cmd/helpers.rs 0.00% <0.00%> (ø)

... and 7 files with indirect coverage changes


Continue to review full report in Codecov by Harness.

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

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Wallet Trigger wallet test on Calibnet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant