Skip to content

fix node sync after persistent and a bunch of archives#1070

Merged
Rexagon merged 1 commit intomasterfrom
fix/queue-sync-after-persistent
Apr 15, 2026
Merged

fix node sync after persistent and a bunch of archives#1070
Rexagon merged 1 commit intomasterfrom
fix/queue-sync-after-persistent

Conversation

@SmaGMan
Copy link
Copy Markdown
Member

@SmaGMan SmaGMan commented Apr 13, 2026

Pull Request Checklist

NODE CONFIGURATION MODEL CHANGES

[None]

BLOCKCHAIN CONFIGURATION MODEL CHANGES

[None]


COMPATIBILITY

Fully compatible

SPECIAL DEPLOYMENT ACTIONS

Run a full sync (with removing old db) to fix the failing node


PERFORMANCE IMPACT

[No impact expected]


TESTS

Unit Tests

[No coverage]

Network Tests

[No coverage]

Manual Tests

Was tested on testnet on validator 25:

  • stop tycho
  • backup db and remove db
  • update node version to the branch with fix
  • start node
  • wait until it finishes syncing and joins collation

@github-actions
Copy link
Copy Markdown

🧪 Network Tests

To run network tests for this PR, use:

gh workflow run network-tests.yml -f pr_number=1070

Available test options:

  • Run all tests: gh workflow run network-tests.yml -f pr_number=1070
  • Run specific test: gh workflow run network-tests.yml -f pr_number=1070 -f test_selection=ping-pong

Test types: destroyable, ping-pong, one-to-many-internal-messages, fq-deploy, nft-index, persistent-sync

Results will be posted as workflow runs in the Actions tab.

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 13, 2026

Codecov Report

❌ Patch coverage is 34.88372% with 28 lines in your changes missing coverage. Please review.
✅ Project coverage is 56.92%. Comparing base (dbe5086) to head (25cb2ea).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
collator/src/manager/mod.rs 33.33% 25 Missing and 3 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1070      +/-   ##
==========================================
- Coverage   56.95%   56.92%   -0.04%     
==========================================
  Files         448      448              
  Lines       74759    74770      +11     
  Branches    74759    74770      +11     
==========================================
- Hits        42582    42563      -19     
- Misses      30090    30115      +25     
- Partials     2087     2092       +5     

☔ View full report in Codecov by Sentry.
📢 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.

@Rexagon Rexagon added this pull request to the merge queue Apr 15, 2026
Merged via the queue into master with commit 9824568 Apr 15, 2026
33 of 36 checks passed
@Rexagon Rexagon deleted the fix/queue-sync-after-persistent branch April 15, 2026 12:45
@SmaGMan SmaGMan linked an issue Apr 16, 2026 that may be closed by this pull request
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.

A panic occurs during cold boot.

3 participants