Skip to content

Git actions for CI/CD - #29

Merged
Yi Shan (acmshanyi) merged 1 commit into
mainfrom
shayi/git_action_for_pr
May 29, 2026
Merged

Git actions for CI/CD#29
Yi Shan (acmshanyi) merged 1 commit into
mainfrom
shayi/git_action_for_pr

Conversation

@acmshanyi

Copy link
Copy Markdown
Contributor
  1. CI/CD github actions
  2. better tests

CopilotAI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds GitHub Actions CI coverage for formatting, clippy, tests, sanitizers, and shuttle tests, while also updating test/runtime compatibility around rand and fixing a couple of correctness/cleanup issues.

Changes:

  • Adds a new CI workflow for Rust formatting, clippy, fuzz crate build checks, normal tests, ASan tests, and shuttle concurrency tests.
  • Updates RNG handling for shuttle/non-shuttle test compatibility and refreshes rand-related lockfile entries.
  • Fixes MappingTable drop accounting and frees transient inner nodes during snapshot recovery validation.

Reviewed changes

Copilot reviewed 7 out of 9 changed files in this pull request and generated no comments.

Show a summary per file
FileDescription
.github/workflows/ci.yamlAdds CI jobs for formatting, linting, building, sanitizer tests, and shuttle tests.
Cargo.tomlBumps the root crate version to 0.5.4.
benchmark/Cargo.lockRefreshes dependency resolution, including rand updates, but leaves the path dependency version stale.
fuzz/Cargo.lockRefreshes dependency resolution, including rand updates, but leaves the path dependency version stale.
src/utils/mod.rsAdds a shuttle-compatible RNG wrapper exposing random_range.
src/utils/mapping_table.rsFixes initialized record count used during Drop.
src/tests/concurrent.rsAdds a cfg-aware random range macro for rand API compatibility.
src/storage.rsSimplifies the snapshot manager import.
src/snapshot.rsFrees transient inner nodes during recovery validation and adjusts shuttle scheduler settings.

@acmshanyi
Yi Shan (acmshanyi) merged commit 68eec69 into mainMay 29, 2026
4 checks passed
@acmshanyi
Yi Shan (acmshanyi) deleted the shayi/git_action_for_pr branch May 29, 2026 20:18
Sign up for freeto 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

@acmshanyi