-
Notifications
You must be signed in to change notification settings - Fork 182
fix(ci): snapshot parity test #6159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughAdds explicit --format v1 to the forest-cli snapshot export command in the snapshot parity test Docker workflow. No other steps or control flow are changed. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (5 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
scripts/tests/snapshot_parity/docker-compose.yml (1)
51-51: Good fix: forcing CARv1 aligns with Lotus export and should stabilize parity.This matches Lotus’s CARv1 output and likely resolves the mismatch. Please confirm the Forest image in CI supports the
--formatflag to avoid runtime failures. Optionally, you can drop the “Index size” grep in compare since CARv1 won’t include it, though it’s harmless to keep.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
scripts/tests/snapshot_parity/docker-compose.yml(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (6)
- GitHub Check: Build forest binaries on Linux AMD64
- GitHub Check: tests-release
- GitHub Check: tests
- GitHub Check: cargo-publish-dry-run
- GitHub Check: Build Ubuntu
- GitHub Check: All lint checks
Summary of changes
Changes introduced in this pull request:
--format v1toforest-cli snapshot exportReference issue to close (if applicable)
Closes #6154
Other information and links
Change checklist
Summary by CodeRabbit